Specify Multiple Parameters - FastExport

Teradata® FastExport Reference

Product
FastExport
Release Number
16.20
Published
September 2020
Language
English (United States)
Last Update
2020-09-11
dita:mapPath
lki1527114222329.ditamap
dita:ditavalPath
obe1474387269547.ditaval
dita:id
B035-2410
lifecycle
previous
Product Category
Teradata Tools and Utilities

Sample JCL

//FEXPMLD17 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='BRIEF,CHARSET=EBCDIC'
//SYSPRINT  DD  SYSOUT=A
//SYSIN     DD  DATA,DLM=##
.LOGTABLE FEXP_TABLE5;
.LOGON TDRT/weekly,weekly;
.VERSION;
.LOGOFF;
##

Sample Output

**** 13:33:38 UTY2414 BRIEF option is enabled.
**** 13:33:38 UTY2407 Run time parameters in effect are: CHARSET=EBCDIC.
     ===================================================================
     =                                                                 =
     =               FastExport Utility Release FEXP.16.20.00.000      =
     =               Platform MVS                                      =
     =               PID 16779029                                      =
     =                                                                 =
     ===================================================================
     =                                                                 =
     = Copyright 1990-2017 Teradata Corporation. ALL RIGHTS RESERVED.  =
     =                                                                 =
     ===================================================================
**** 13:33:38 UTY2411 Processing start date: WED SEP 20, 2017
     ===================================================================
     =                                                                 =
     =               Logon/Connection                                  =
     =                                                                 =
     ===================================================================
0001 .logtable FEXP_TABLE5;
0002 .logon TDRT/WEEKLY,;
**** 13:33:38 UTY8400 Teradata Database Release: 16.20.00.00
**** 13:33:38 UTY8400 Teradata Database Version: 16.20.00.00
**** 13:33:38 UTY8601 Character set specified: EBCDIC
**** 13:33:38 UTY8400 Current RDBMS has UDT support
**** 13:33:38 UTY8400 Current RDBMS has Large Decimal support
**** 13:33:38 UTY8400 Current RDBMS has Statement Info Parcel support
**** 13:33:38 UTY8400 Current RDBMS has FEXP w/o Spooling support
**** 13:33:38 UTY8400 Current RDBMS has TASM support
**** 13:33:38 UTY8400 Maximum supported buffer size: 1M
**** 13:33:38 UTY6211 A successful connect was made to the RDBMS.
**** 13:33:38 UTY6217 Logtable 'WEEKLY.FEXP_TABLE5' has been created.