Using the Reduced Print Output (BRIEF) Parameter - MultiLoad

Teradata MultiLoad Reference

Product
MultiLoad
Release Number
16.10
Published
May 2017
Language
English (United States)
Last Update
2018-07-11
dita:mapPath
cgb1488824663145.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='BRIEF'
//SYSPRINT DD SYSOUT=A
//SYSIN DD DATA,DLM=##
.LOGTABLE MLTESTLOG;
.LOGON TDRT/weekly,weekly;
.VERSION;
.LOGOFF;
##

Sample Output

 **** 00:15:12 UTY2414 BRIEF option is enabled.                                  
     ========================================================================   
     =          MultiLoad Utility    Release MLOD.16.10.00.000              =   
     =          Platform MVS                                                =   
     =          PID      83888889                                           =   
     ========================================================================   
     =     Copyright 1990-2017 Teradata Corporation. ALL RIGHTS RESERVED.   =   
     ========================================================================   
**** 00:15:12 UTY2411 Processing start date: TUE MAY 02, 2017                   
     ========================================================================   
     =          Logon/Connection                                            =   
     ========================================================================                                                       
0001 .LOGTABLE ML0020_LOGS;                                                     
0002 .LOGON TDRT/WEEKLY,;                                                       
**** 00:15:12 UTY8400 Teradata Database Release: 16.10.00.00                   
**** 00:15:12 UTY8400 Teradata Database Version: 16.10.00.00            
**** 00:15:12 UTY8400 Default character set: EBCDIC                             
**** 00:15:12 UTY8400 Current RDBMS has interval support                        
**** 00:15:12 UTY8400 Current RDBMS has UDT support                             
**** 00:15:12 UTY8400 Current RDBMS has Large Decimal support                   
**** 00:15:12 UTY8400 Current RDBMS has TASM support                            
**** 00:15:12 UTY8400 Maximum supported buffer size: 1M                         
**** 00:15:13 UTY6211 A successful connect was made to the RDBMS.               
**** 00:15:13 UTY6217 Logtable 'WEEKLY.ML0020_LOGS' has been created.