Specifying Multiple Parameters - MultiLoad

Teradata MultiLoad Reference

Product
MultiLoad
Release Number
15.10
Language
English (United States)
Last Update
2018-10-06
dita:id
B035-2409
lifecycle
previous
Product Category
Teradata Tools and Utilities

Specifying Multiple Parameters

Sample JCL:

//MLTST4 JOB 1,'151',MSGCLASS=A,CLASS=A,REGION=2048K
//JOBLIB   DD DSN=STV.TI70APP.APP.L,DISP=SHR
//*
//MLOD EXEC PGM=MLOAD,PARM='BRIEF,CHARSET=EBCDIC'
//SYSPRINT DD SYSOUT=A
//SYSIN DD DATA,DLM=##
.LOGTABLE MLTESTLOG;
.LOGON TDRT/XX151,XX151;
.VERSION;
.LOGOFF;
##

Sample Output:

**** 07:10:37 UTY2414 BRIEF option is enabled.
**** 07:10:37 UTY2407 Run time parameters in effect are: CHARSET=EBCDIC.
     ========================================================================
     =          MultiLoad Utility    Release MLOD.15.10.00.000              =
     =          Platform MVS                                                =
     =          PID      50331808                                           =
     ========================================================================
     =     Copyright 1990-2015 Teradata Corporation. ALL RIGHTS RESERVED.   =
     ========================================================================
**** 07:10:37 UTY2411 Processing start date: WED JAN 7, 2015
     ========================================================================
     =          Logon/Connection                                            =
     ========================================================================
0001 .LOGTABLE TESTLOG1;
0002 .LOGON TDSL/WEEKLY,;
**** 07:10:38 UTY8400 Teradata Database Release: 15.10.00.000
**** 07:10:38 UTY8400 Teradata Database Version: 15.10.00.000
**** 07:10:38 UTY8400 Default character set: EBCDIC
**** 07:10:38 UTY8400 Current RDBMS has interval support
**** 07:10:38 UTY8400 Current RDBMS has UDT support
**** 07:10:38 UTY8400 Current RDBMS has Large Decimal support
**** 07:10:38 UTY8400 Current RDBMS has TASM support
**** 07:10:38 UTY8400 Maximum supported buffer size: 1M
**** 07:10:38 UTY6211 A successful connect was made to the RDBMS.
**** 07:10:38 UTY6217 Logtable 'WEEKLY.TESTLOG1' has been created.