Using the Error Logging (ERRLOG) Parameter - MultiLoad

Teradata® MultiLoad Reference

Product
MultiLoad
Release Number
16.20
Published
October 2018
Language
English (United States)
Last Update
2018-10-10
dita:mapPath
lsl1527114222348.ditamap
dita:ditavalPath
Audience_PDF_product_tpt_userguide_include.ditaval
dita:id
B035-2409
lifecycle
previous
Product Category
Teradata Tools and Utilities

Sample JCL

//MLTEST1 JOB 1,'hm18600',MSGCLASS=A,CLASS=A,REGION=2048K
//JOBLIB DD DSN=STV.TJ20APP.APP.L,DISP=SHR
//*
//MLOD EXEC PGM=MLOAD,PARM='ERRLOG=FOO'
//FOO DD DSN=HM18600.SCRIPTS.LOGS(ERRLOG),DISP=SHR
//SYSPRINT DD SYSOUT=A
//SYSIN DD DATA,DLM=##
.LOGTABLE MLTESTLOG;
.LOGON TDRT/weekly,weekly;
.VERSION;
.LOGOFF;
##

Sample Output

**** 04:50:13 UTY2413 Error Logging is enabled: FOO
     ===================================================================  
     =                                                                 =  
     =          MultiLoad Utility    Release MLOD.16.20.00.000         =  
     =          Platform MVS                                           =  
     =          PID      1630                                          =  
     =                                                                 =  
     ===================================================================  
     =                                                                 =  
     = Copyright 1990-2017 Teradata Corporation. ALL RIGHTS RESERVED.  =  
     =                                                                 =  
     ===================================================================  
**** 04:50:13 UTY2411 Processing start date: WED SEP 20, 2017            
     ===================================================================  
     =                                                                 =  
     =          Logon/Connection                                       =  
     =                                                                 =  
     ===================================================================  
0001 .LOGTABLE MLLOG01003;                                                
0002 .LOGON TDRZ/WEEKLY,;                                                 
**** 04:50:13 UTY8400 Teradata Database Release: 16.20.00.00             
**** 04:50:13 UTY8400 Teradata Database Version: 16.20.00.00            
**** 04:50:13 UTY8601 Character set specified: EBCDIC                     
**** 04:50:13 UTY8400 Current RDBMS has interval support                  
**** 04:50:13 UTY8400 Current RDBMS has UDT support                      
**** 04:50:13 UTY8400 Current RDBMS has Large Decimal support             
**** 04:50:13 UTY8400 Current RDBMS has TASM support                      
**** 04:50:13 UTY8400 Maximum supported buffer size: 1M                  
**** 04:50:13 UTY6211 A successful connect was made to the RDBMS.        
**** 04:50:13 UTY6217 Logtable 'WEEKLY.MLLOG01003' has been created.