Using the Character Set Selection (CHARSET) Parameter - MultiLoad

Teradata MultiLoad Reference

Product
MultiLoad
Release Number
16.10
Published
May 2017
Language
English (United States)
Last Update
2018-07-11
dita:mapPath
cgb1488824663145.ditamap
dita:ditavalPath
Audience_PDF_product_tpt_userguide_include.ditaval
dita:id
B035-2409
lifecycle
previous
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='CHARSET=EBCDIC'
//SYSPRINT DD SYSOUT=A
//SYSIN DD DATA,DLM=##
.LOGTABLE MLTESTLOG;
.LOGON TDRT/weekly,weekly;
.VERSION;
.LOGOFF;
##

Sample Output

**** 00:18:53 UTY2407 Run time parameters in effect are: CHARSET=EBCDIC.        
     ========================================================================   
     =                                                                      =   
     =          MultiLoad Utility    Release MLOD.16.10.00.000              =   
     =          Platform MVS                                                =   
     =          PID      67112445                                           =   
     =                                                                      =   
     ========================================================================   
     =                                                                      =   
     =     Copyright 1990-2017 Teradata Corporation. ALL RIGHTS RESERVED.   =   
     =                                                                      =   
     ========================================================================   
**** 00:18:53 UTY2411 Processing start date: TUE MAY 02, 2017                   
     ========================================================================   
     =                                                                      =   
     =          Logon/Connection                                            =   
     =                                                                      =   
     ========================================================================   
0001 .LOGTABLE ML0020_LOGS;                                                     
0002 .LOGON TDRT/WEEKLY,;                                                       
**** 00:18:54 UTY8400 Teradata Database Release: 16.10.00.00                    
**** 00:18:54 UTY8400 Teradata Database Version: 16.10.00.00           
**** 00:18:54 UTY8601 Character set specified: EBCDIC                           
**** 00:18:54 UTY8400 Current RDBMS has interval support                        
**** 00:18:54 UTY8400 Current RDBMS has UDT support                             
**** 00:18:54 UTY8400 Current RDBMS has Large Decimal support                   
**** 00:18:54 UTY8400 Current RDBMS has TASM support                            
**** 00:18:54 UTY8400 Maximum supported buffer size: 1M                         
**** 00:18:54 UTY6211 A successful connect was made to the RDBMS.               
**** 00:18:54 UTY6217 Logtable 'WEEKLY.ML0020_LOGS' has been created.