On Wed, 16 May 2007 12:32:35 -0400, Farley, Peter x23353 wrote: >Frank, won't the RDW's be processed for each segment independently if the >SORTIN DD has an override for RECFM=V or VB, bypassing the Spanned >processing? > Depends on the processing. Technically, this should be reported as a data error. But once when I was writing a library routine to process variable [spanned] records as a stream, I ignored the DCB spanned flag (DCBRECSB? IIRC) and always processed according to the flags in the SDW. (But I was conscientious enough to report an error if the sum of the RDWs exceeded the BDW or the BDW exceeded BLKSIZE).
--gil ---------------------------------------------------------------------- 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

