gtpi1m6uSystem Installation Support Reference

Files

  1. DCRS

    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)
    
  2. SORT

    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).