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 - 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
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(zos-target-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(zos-target-esd-library-dsn),
    where zos-target-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.