On Thu, 27 Dec 2007 12:39:31 -0600, McKown, John wrote: >I'm curious if anybody knows how z/OS actually processes the OPEN for a >DUMMY DD statement.... wondering if OPEN is smart enough that if >a file is opened for OUTPUT, the address in the DCB is simply to a >IEFBR14 type module, or is it more complicated that that?
I would think maybe it could be if you're using QSAM and doing PUT MOVE, but if you're doing PUT LOCATE, it would have to return the address of a buffer for you to put the next record in. BSAM would likely be more complicated. -- Tom Marchant ---------------------------------------------------------------------- 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

