gtpi1m6u | System Installation Support Reference |
Temporary sequential data set to be sorted by an MVS sort. This data set must be defined by the OUT DD statement with a block size of 4000 fixed block length 25 records. For example, code the DCB parameter as:
DCB=(RECFM=FB,LRECL=25,BLKSIZE=4000)
Temporary sequential data set, alphabetically sorted. This data set must be defined by the SORTOUT DD statement with unblocked length 25 records. For example, code the DCB parameter as:
DCB=(RECFM=F,LRECL=25,BLKSIZE=25).