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:
- 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.
- 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
-
- Issue the following command:
A prompt is displayed similar to the following:TSO RECEIVE INDSN('TWS4APPS.LOADLIB.L80')
INMR901I Dataset TWS84.XAGENT.V8R4M0.FIXPAC04.DRV1511.LOADLIB from TWSUSR2 on NODENAME NMR906A Enter restore parameters or 'DELETE' or 'END' + ***
- Reply:
where "da" means "data set" and the MVS™ data set name in quotes is the name you want for the output loadlib data set.da('TWS4APPS.LOADLIB')
Some
IEBCOPY
messages are displayed as the library is uncompressed.
- Issue the following command:
- SAMPLIB
-
- Issue the following command:
A prompt is displayed similar to the following:TSO RECEIVE INDSN('TWS4APPS.SAMPLIB.L80')
INMR901I Dataset TWS84.XAGENT.V8R4M0.FIXPAC04.DRV1511.SAMPLIB from TWSUSR2 on NODENAME NMR906A Enter restore parameters or 'DELETE' or 'END' + ***
- Reply:
where "da" means "data set" and the MVS data set name in quotes is the name you want for the output samplib data set.da('TWS4APPS.SAMPLIB')
Some
IEBCOPY
messages are displayed as the library is uncompressed.
- Issue the following command: