After uploading the files to sequential datasets on the mainframe, use the TSO RECEIVE command to extract a partitioned dataset (PDS) from each of the sequential datasets.
From a TSO command line, enter the following command for each of the uploaded datasets:
RECEIVE INDS ('hlq.dataset.SEQ')
The RECEIVE command will prompt you for additional restore parameters. The output PDS name can be modified at this time by entering the DA parameter. For example, to change the SAMP dataset HLQ to “EV390.V74” enter the following:
DA ('EV390.V74.SAMP')
Note: It is recommended that the Ironstream datasets contain the version number.