Allocating- and deallocating storage on the CEEEDBBEHP

2012-03-06 Thread Fred van der Windt
I have an assembler module that reads files and needs storage below the 16M line to store the DCB an DCBE. Previously I allocated this storage using a STORAGE macro. Because the module is always invoked by COBOL programs I figured I could also use LE services to allocate this storage. If I code

Re: Allocating- and deallocating storage on the CEEEDBBEHP

2012-03-06 Thread Steve Comstock
On 3/6/2012 1:18 AM, Fred van der Windt wrote: I have an assembler module that reads files and needs storage below the 16M line to store the DCB an DCBE. Previously I allocated this storage using a STORAGE macro. Because the module is always invoked by COBOL programs I figured I could also use