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 - Teradata Director Program - 17.20

Product
Teradata Tools and Utilities
Release Number
17.20
Published
September 2022
Language
English (United States)
Last Update
2022-10-11
dita:mapPath
hph1662964204836.ditamap
dita:ditavalPath
ppr1662968569655.ditaval
dita:id
B035-3514
Product Category
Teradata Tools and Utilities
  1. Create a member JOBCARD in 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 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 ESDLIB and temporary ESD data sets in this procedure:
    • 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 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 ESDLIB job BLDDA because it influences the intermediate DASD data set names.
    • For a TTU z/OS tape installation, using the 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 .CLIST to the library name.
  5. Examine the job streams in 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.