The scheduler software is generating the dataset. It basically invokes JES and makes a copy of whatever sysouts you choose(leaving original sysout in queue). Not sure if you saw my latest post, but please let me know if additional information is needed. If your talking about the DFDSS jcl I have attempted to use to create a working print dataset, see below :
//DRTSTRPT JOB ,'DRPRT',CLASS=X, // MSGLEVEL=(1,1),MSGCLASS=X,REGION=4096K //********************************************************* *********** //STEP010 EXEC PGM=ADRDSSU //SYSPRINT DD SYSOUT=* //TAPE DD DSN=UN.DRPRINT.FILE, // DISP=(NEW,CATLG,DELETE), // UNIT=3390, // DCB=(BLKSIZE=5985,LRECL=133,RECFM=FB), // SPACE=(CYL,(5,2),RLSE,,ROUND) //SYSIN DD * DUMP DATASET(INCLUDE(UN.DRRPT.**)) - OUTDDNAME(TAPE) /* // The UN.DRPRINT.FILE file created by the utility actually becomes : Organization . . . : PS Record format . . . : U Record length . . . : 133 Block size . . . . : 23408 I attempted to sort certain records from that dataset and came up with an ugly mess. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

