Specifying Multiple Parameters| Teradata MultiLoad - Specifying Multiple Parameters - MultiLoad

Teradata® MultiLoad Reference - 20.00

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
Lake
VMware
Product
MultiLoad
Release Number
20.00
Published
October 2023
ft:locale
en-US
ft:lastEdition
2024-03-18
dita:mapPath
lji1691576359330.ditamap
dita:ditavalPath
kju1619195148891.ditaval
dita:id
sga1478609868891
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,CHARSET=EBCDIC'
//SYSPRINT DD SYSOUT=A
//SYSIN DD DATA,DLM=##
.LOGTABLE MLTESTLOG;
.LOGON TDRT/weekly,weekly;
.VERSION;
.LOGOFF;
##

Sample Output

**** 00:03:51  UTY2414 BRIEF option is enabled.
**** 00:03:51  UTY2407 Run time parameters in effect are: CHARSET=EBCDIC.
      ========================================================================
      =          MultiLoad Utility    Release MLOD.20.00.00.001              =
      =          Platform MVS                                                =
      =                                                                      =
      =          MultiLoad Utility is DEPRECATED.                            =
      =          It is provided to run existing workloads created            =
      =          prior to 07-SEP-2023.                                       =
      =          Please use Teradata Parallel Transporter for                =
      =          workloads.                                                  =
      ========================================================================
      =     Copyright 1990-2023 Teradata. All rights reserved.               =
      ========================================================================
 **** 00:03:51  UTY2411 Processing start date: SUN SEP 10, 2023
      ========================================================================
      =          Logon/Connection                                            =
      ========================================================================
0001 .LOGTABLE MLLOG01010;
0002 .LOGON TDSM/efxuser,
**** 00:03:51 UTY8400 Teradata Database Release: 20.00.00.000
**** 00:03:51 UTY8400 Teradata Database Version: 20.00.00.000
**** 00:03:51 UTY8601 Character set specified: EBCDIC
**** 00:03:51 UTY8400 Current RDBMS has interval support
**** 00:03:51 UTY8400 Current RDBMS has UDT support
**** 00:03:51 UTY8400 Current RDBMS has Large Decimal support
**** 00:03:51 UTY8400 Current RDBMS has TASM support
**** 00:03:51 UTY8400 Maximum supported buffer size: 1M
**** 00:03:51 UTY6211 A successful connect was made to the RDBMS.
**** 00:03:51 UTY6217 Logtable 'EFXUSER.MLLOG01010' has been created.