HCL Workload Automation, Version 9.4

Unloading the files from the CD

About this task

The z/OS gateway files are stored in the ZOS directory of the product CD and are named:
  • LOADLIB
  • SAMPLES
To unload the files onto your z/OS system:
  1. From your TSO session emulator, select the ISPF command shell (TSO command) and use the File Transfer utility (Send to Host) to transfer the LOADLIB library and SAMPLES member from the CD to the z/OS system, setting the transfer for a logical record length of 80 and a fixed record format.
  2. Receive the members in output data sets using the INDSN option. This unloads 12 load modules into the output library and two samples into the sample library.
For example:
LOADLIB
  1. Issue the following command:
    TSO RECEIVE INDSN('TWS4APPS.LOADLIB.L80')
    A prompt is displayed similar to the following:
    INMR901I Dataset TWS84.XAGENT.V8R4M0.FIXPAC04.DRV1511.LOADLIB 
    from TWSUSR2 on NODENAME NMR906A 
    Enter restore parameters or 'DELETE' or 'END' +
    ***
  2. Reply:
    da('TWS4APPS.LOADLIB')
    where "da" means "data set" and the MVS™ data set name in quotes is the name you want for the output loadlib data set.

    Some IEBCOPY messages are displayed as the library is uncompressed.

SAMPLIB
  1. Issue the following command:
    TSO RECEIVE INDSN('TWS4APPS.SAMPLIB.L80')
    A prompt is displayed similar to the following:
    INMR901I Dataset TWS84.XAGENT.V8R4M0.FIXPAC04.DRV1511.SAMPLIB 
    from TWSUSR2 on NODENAME NMR906A 
    Enter restore parameters or 'DELETE' or 'END' +
    ***
  2. Reply:
    da('TWS4APPS.SAMPLIB')
    where "da" means "data set" and the MVS data set name in quotes is the name you want for the output samplib data set.

    Some IEBCOPY messages are displayed as the library is uncompressed.