Carry out the following steps to create the Acquire program library.
-
Allocate a sequential dataset on the mainframe to hold the uploaded copy of the issued load modules. Allocate it as follows:
-
Data Set Name (HLQ).AVMvvvv.LOADLIB.XMI
-
Space Units CYL
-
Primary Quantity 1
-
Secondary Quantity 1
-
Directory Blocks 0
-
Record Format FB
-
Record Length 80
-
Block Size 8000 (or any other convenient block size).
-
-
Using FTP or similar, upload file ZVM.LOADLIB.XMI into the file you have just created. You must transmit the file as BINARY data.
-
Using TSO option 6 issue the command RECEIVE INDS(<filename>) using the name of the file you have created and uploaded the object code into.
-
You will be presented with messages similar to these:
INMR901I Dataset METRON.AVMvvvv.LOADLIB from METRON on S0W1
INMR906A Enter restore parameters or 'DELETE' or 'END' +
-
You may accept the name to be used by pressing Enter, or change it by entering :
DA(<your dataset name>)
-
The load library will then be restored, ready for use. If you browse it you should see several members one of which should be named AVMMAIN. If you can browse the members in this new library then (HLQ).AVMvvvv.LOADLIB.XMI is no longer needed and can be deleted.