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
**** 23:59:23 UTY2413 Error Logging is enabled: FOO
========================================================================
= =
= MultiLoad Utility Release MLOD.20.00.00.01 =
= Platform MVS =
= PID 11550 =
= =
= 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:59:23 UTY2411 Processing start date: SUN SEP 10, 2023
========================================================================
= =
= Logon/Connection =
= =
========================================================================
0001 .LOGTABLE MLLOG01010;
0002 .LOGON TDSM/efxuser,
**** 23:59:23 UTY8400 Teradata Database Release: 20.00.00.00
**** 23:59:23 UTY8400 Teradata Database Version: 20.00.00.00
**** 23:59:23 UTY8601 Character set specified: EBCDIC
**** 23:59:23 UTY8400 Current RDBMS has interval support
**** 23:59:23 UTY8400 Current RDBMS has UDT support
**** 23:59:23 UTY8400 Current RDBMS has Large Decimal support
**** 23:59:23 UTY8400 Current RDBMS has TASM support
**** 23:59:23 UTY8400 Maximum supported buffer size: 1M
**** 23:56:25 UTY6211 A successful connect was made to the RDBMS.
**** 23:56:25 UTY6217 Logtable 'EFXUSER.MLLOG01010' has been created.