Creating partitioned data sets
The hlq.SMPMCS dataset requires no further processing to be usable. The hlq.MFC7030.F1.XMIT , hlq.INSTLIB.XMIT , and hlq.MFCA703.F1.XMIT datasets require one additional step before the information they contain can be used. These datasets have been created using TSO TRANSMIT. They must now be processed through TSO RECEIVE to create PDS datasets on the z/OS image.
An example of the RECEIVE command follows:
RECEIVE INDATASET('hlq.MFC7030.F1.XMIT')
This command will prompt you for the target dataset name. Enter the following response:
DATASET('hlq.MFC.MFC7030.F1')
This will cause the contents of the dataset contained in hlq.MFC7030.F1.XMIT to be moved into hlq.MFC.MFC7030.F1 . hlq.MFC.MFC7030.F1 is a partitioned dataset and the RECEIVE command populates this partitioned dataset with the appropriate dataset members.
Repeat the above process for the hlq.INSTLIB.XMIT dataset and, if necessary, for the hlq.MFCA703.F2.XMIT dataset.
hlq.MFC.MFC7030.F1 will require 5 cylinders of DASD space and should be allocated with the following dataset characteristics:
DSORG=PO
LRECL=0
BLKSIZE=6144
DIRBLKS=20
RECFM=U
hlq.MFC.INSTLIB will require 15 tracks of DASD space and should be allocated with the following dataset characteristics:
DSORG=PO
LRECL=80
BLKSIZE=8000
DIRBLKS=5
RECFM=FB
hlq.MFC.MFCA703.F1 (if necessary) will require 5 tracks of DASD space and should be allocated with the following dataset characteristics:
DSORG=PO
LRECL=0
BLKSIZE=6144
DIRBLKS=3
RECFM=U