Character Set Selection (CHARSET) Parameter - FastExport

Teradata FastExport Reference

Product
FastExport
Release Number
16.10
Published
May 2017
Language
English (United States)
Last Update
2018-05-22
dita:mapPath
fmk1488824663357.ditamap
dita:ditavalPath
Audience_PDF_include.ditaval
dita:id
B035-2410
lifecycle
previous
Product Category
Teradata Tools and Utilities

Sample JCL

//FEXPMLD15 JOB (78030000),'FOO',
//              REGION=4096K
//JOBLIB    DD  DISP=SHR,DSN=STV.TJ20APP.APP.L
//          DD  DISP=SHR,DSN=STV.TJ20APP.APP.L
//FEXPRUN       EXEC PGM=XPORT,PARM='CHARSET=EBCDIC'
//SYSPRINT  DD  SYSOUT=A
//SYSIN     DD  DATA,DLM=##
.LOGTABLE FEXP_TABLE5;
.LOGON TDRT/weekly,weekly;
.VERSION;
.LOGOFF;
##

Sample Output

**** 04:38:46 UTY2407 Run time parameters in effect are: CHARSET=EBCDIC.       
     ========================================================================   
     =                                                                      =   
     =          FastExport Utility    Release FEXP.16.10.00.000             =   
     =          Platform MVS                                                =   
     =          PID      16779029                                           =   
     =                                                                      =   
     ========================================================================   
     =                                                                      =   
     =     Copyright 1990-2017 Teradata Corporation. ALL RIGHTS RESERVED.   =   
     =                                                                      =   
     ========================================================================   
**** 04:38:46 UTY2411 Processing start date: MON MAY 01, 2017                   
     ========================================================================   
     =                                                                      =   
     =          Logon/Connection                                            =   
     =                                                                      =   
     ========================================================================   
0001 .logtable ML4036_gen_logs;
0002 .logon TDRT/WEEKLY,;
**** 04:38:46 UTY8400 Teradata Database Release: 16.10.00.00
**** 04:38:46 UTY8400 Teradata Database Version: 16.10.00.00
**** 04:38:46 UTY8601 Character set specified: EBCDIC
**** 04:38:46 UTY8400 Current RDBMS has UDT support
**** 04:38:46 UTY8400 Current RDBMS has Large Decimal support
**** 04:38:46 UTY8400 Current RDBMS has Statement Info Parcel support
**** 04:38:46 UTY8400 Current RDBMS has FEXP w/o Spooling support
**** 04:38:46 UTY8400 Current RDBMS has TASM support
**** 04:38:46 UTY8400 Maximum supported buffer size: 1M
**** 04:38:47 UTY6211 A successful connect was made to the RDBMS.
**** 04:38:47 UTY6217 Logtable 'WEEKLY.ML4036_GEN_LOGS' has been created.