縮小プリント出力(BRIEF)パラメータの使用 - MultiLoad

Teradata® MultiLoadリファレンス - 17.20

Product
MultiLoad
Release Number
17.20
Published
2022年10月10日
Language
日本語
Last Update
2022-11-21
dita:mapPath
ja-JP/xyn1641281670262.ditamap
dita:ditavalPath
ja-JP/kju1619195148891.ditaval
dita:id
B035-2409
Product Category
Teradata Tools and Utilities

サンプル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;
##

サンプル出力

**** 03:21:32 UTY2414 BRIEF option is enabled.
     ========================================================================
     =                                                                      =
     =          MultiLoad Utility    Release MLOD.17.20.00.01               =
     =          Platform MVS                                                =
     =          PID      3396                                               =
     =                                                                      =
     ========================================================================
     =                                                                      =
     =     Copyright 1990-2022 Teradata. All rights reserved.               =
     =                                                                      =
     ========================================================================
**** 03:21:32 UTY2411 Processing start date: FRI MAY 20, 2022
     ========================================================================
     =                                                                      =
     =          Logon/Connection                                            =
     =                                                                      =
     ========================================================================
0001 .LOGTABLE MLLOG01003;
0002 .LOGON TDRZ/WEEKLY,;
**** 03:21:32 UTY8400 Teradata Database Release: 17.20.00.00
**** 03:21:32 UTY8400 Teradata Database Version: 17.20.00.00
**** 03:21:32 UTY8400 Default character set: EBCDIC
**** 03:21:32 UTY8400 Current RDBMS has interval support
**** 03:21:32 UTY8400 Current RDBMS has UDT support
**** 03:21:32 UTY8400 Current RDBMS has Large Decimal support
**** 03:21:32 UTY8400 Current RDBMS has TASM support
**** 03:21:32 UTY8400 Maximum supported buffer size: 1M
**** 03:21:33 UTY6211 A successful connect was made to the RDBMS.
**** 03:21:33 UTY6217 Logtable 'WEEKLY.MLLOG01003' has been created.