On Thu, 17 Jan 2008 15:02:53 -0800, Frank Yaeger <[EMAIL PROTECTED]> 

>Yes, that's correct.  "ICEGENER" is just a front-end for calling DFSORT
>copy
>or IEBGENER so we don't do any I/O processing in ICEGENER itself.  I was
>trying to avoid discussing how ICEGENER works "internally", but since you
>figured it out ...
>

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                                    
/*    

--
Mark Zelden
Sr. Software and Systems Architect - z/OS Team Lead
Zurich North America / Farmers Insurance Group - ZFUS G-ITO
mailto:[EMAIL PROTECTED]
z/OS Systems Programming expert at http://expertanswercenter.techtarget.com/
Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.html
                                               

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

Reply via email to