Uploading and Expanding TTU Package|Gateway Mediated (MF-GTW)|TDP - Uploading and Expanding TTU Package - 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
You can upload the TTU package to a sequential data set on the target z/OS system using your FTP client program.
  1. At the ftp prompt, type bin.
    This ensures the upload is in a binary format.
  2. Type quote site recfm=fb lrecl=80 blksize=8880.
    This ensures the record format of the resulting data set is fixed/blocked (RECFM=FB) and the Logical Record Length is 80 (LRECL=80).
  3. Type quote site pri=10500 sec=2000 blocks.
    This ensures there is sufficient space in the destination data set to contain the package.
  4. Type put esd-pkg-name zos-target-esd-temp-dsn.
    This step uploads the software package.
  5. To expand the package, using the TSO command, type RECEIVE INDATASET(esd-temp-dsn).
    This expands the TTU package.
    The system issues the following prompt messages from RECEIVE:
    INMR901I Dataset CM4.ESD.TVOLSER.ESDLIB from SDM on TERMVS9 
    
          INMR906A Enter restore parameters or 'DELETE; or 'END'+ 
    
  6. Type DATASET(esd-library-dsn),
    where esd-library-dsn is the name you designate for the JCL PDS which will be created by this RECEIVE process. This new library is referred to as ESDLIB.