---------------------------------------------------------------------- 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
In a message dated 11/22/2006 8:51:36 A.M. Central Standard Time, [EMAIL PROTECTED] writes:
and COUNTs right or you may drop or duplicate records. You would also have to create two more files, one for the SKIP records for the front end and one for the SKIP(SKIP+COUNT) for the back end of the file. A little messy but it works. >> In the olden days we'd break it apart using relative copies into a PDS. Mem1 copy from 1 to 100000 mem2 copy from 100001 to 200000 Do until end. Edit as required then CONCAT mem1 thru memn into the processing stage. ---------------------------------------------------------------------- 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

