Mark Zelden wrote on 01/17/2008 03:33:11 PM: > I used "SORTGENR" for years (in the "old days") at shops that didn't > have ICEGENER or SYNCGENR installed: > > //STEP1 EXEC PGM=SORT > //SORTIN DD DISP=SHR,DSN=input > //SORTOUT DD DISP=SHR,DSN=output > //SYSOUT DD SYSOUT=* > //SYSIN DD * > SORT FIELDS=COPY > /*
I'm not sure what you're trying to say here. SORTGENER is an alias for ICEGENER. PGM=SORTGENR will do the same thing PGM=ICEGENER does. The job you show with PGM=SORT uses DFSORT copy directly without going through ICEGENER. Frank Yaeger - DFSORT Development Team (IBM) - [EMAIL PROTECTED] Specialties: PARSE, JFY, SQZ, ICETOOL, IFTHEN, OVERLAY, Symbols, Migration => DFSORT/MVS is on the Web at http://www.ibm.com/storage/dfsort/ ---------------------------------------------------------------------- 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

