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
**** 23:52:14 UTY2414 BRIEF option is enabled.
========================================================================
= MultiLoad Utility Release MLOD.20.00.00.01 =
= 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. =
========================================================================
**** 23:52:14 UTY2411 Processing start date: SUN SEP 10, 2023
========================================================================
= Logon/Connection =
========================================================================
0001 .LOGTABLE MLLOG01010;
0002 .LOGON TDSM/efxuser,
**** 23:52:14 UTY8400 Teradata Database Release: 20.00.00.00
**** 23:52:14 UTY8400 Teradata Database Version: 20.00.00.00
**** 23:52:14 UTY8400 Default character set: EBCDIC
**** 23:52:14 UTY8400 Current RDBMS has interval support
**** 23:52:14 UTY8400 Current RDBMS has UDT support
**** 23:52:14 UTY8400 Current RDBMS has Large Decimal support
**** 23:52:14 UTY8400 Current RDBMS has TASM support
**** 23:52:14 UTY8400 Maximum supported buffer size: 1M
**** 23:52:14 UTY6211 A successful connect was made to the RDBMS.
**** 23:52:14 UTY6217 Logtable 'EFXUSER.MLLOG01010' has been created.