On Thu, 14 Oct 2010 12:24:39 -0400, Peter Farley wrote: >I have an assembler I/O module in which I create a QSAM DCB and DCBE in dynamically obtained 24-bit storage and populate them appropriately from static versions.
I see that you have your answer. I would have done this to diagnose the problem. I'd have created a non-reentrant module similar to the existing module, coded the DCB and DCBE in it and used them directly. Once I got that one working, I'd compare the DCB and DCBE to the ones that I had created in the program that was not working. Of course, the test module would have to have been RMODE(24). -- Tom Marchant
