Customizing TTU Software|Gateway Mediated (MF-GTW)|TDP - Customizing TTU Software - Teradata Tools and Utilities

Teradata® Tools and Utilities for IBM z/OS Installation Guide - Gateway Mediated (MF-GTW) - 17.20

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
Lake
VMware
Product
Teradata Tools and Utilities
Release Number
17.20
Published
September 2022
Language
English (United States)
Last Update
2023-08-30
dita:mapPath
isa1662531073388.ditamap
dita:ditavalPath
mub1662573138926.ditaval
dita:id
B035-3513
Product Category
Teradata Tools and Utilities
  1. Create a member JOBCARD in GTW.ESDLIB containing a valid z/OS JCL JOB card for your installation.
    The JOBCARD is automatically added to the customized job streams created in the next two steps.
  2. Edit the member #INSTCD in GTW.ESDLIB to customize all the values there for data set names and locations in the job stream customization process in the next step.
    Comments in the member are helpful.
  3. Make sure that all the following values are set as needed at this point since they are required to expand the GTW.ESDLIB and temporary ESD data sets in this procedure:
    • GTW.ESDLIB ESD LIBRARY DSN
    • ESDPFX ESD DATA SET NAMES PREFIX
    • ESDU ESD DATA SETS UNIT
    • ESDVOL ESD DATA SETS VOLSER
    • TPFX HI-LEVEL QUALIFIER(S) (Max 35 Characters)
    • TU DASD UNIT NAME (All Target Libraries)
    • TVOL VOLSER FOR OTHER TARGET LIBS
  4. Create customized sample job streams in GTW.ESDLIB by running the following TSO command:
    EXEC 'fully-qualified-esdlib-dsn(#INSTXEC)'
    • For a DASD installation, do not change the TVOLSER RELEASE TAPE VOLSER value using the following GTW.ESDLIB job BLDDA because it influences the intermediate DASD data set names.
    • For a TTU z/OS tape installation, using the GTW.ESDLIB job BLDTP, set the TVOLSER RELEASE TAPE VOLSER value to the volume serial ID of the output tape.
    The use of single quotes and the fully-qualified DSN is required so the TSO EXEC command will not append GTW.CLIST to the library name.
  5. Examine the job streams in GTW.ESDLIB members BLDDA andBLDTP to make sure that they were customized correctly.
    These members create intermediate data sets on DASD or TAPE.
  6. [Optional] To re-customize these jobs, repeat steps 2-5, as needed.