Thanks, Steve. I'll fix my program as well as my notes right now. I must say I always fear to deal with i/o because it's so complicated and full of various parameters.
On 8/21/07, Steve Comstock <[EMAIL PROTECTED]> wrote: > > > Ah! You see: you said you were going to use Put Move > (MACRF=(GL,PM)), but you actually used Put Locate (or, > more precisely, PUTX Locate) because your PUTX only > has one operand. To use PUTX Move mode you need to > specify two operands: the DCB and location where the > record should be put from; so you used PUTX locate > mode even though you promised to use PUTX move mode; > so you got away with a little lie. The proper way is > to code MACRF=(GL,PL). Try it that way. It will work > and will be correct. > > -- Best Regards, Johnny Luo ---------------------------------------------------------------------- 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

