It look like I haven't done that for a while... anyway, I am writing an
assembler, reentrent, program that performs dynamic allocation, open, read,
close, dynamic WTO, etc. It work fine as a non reentrent program, but when
I convert to reentrent code, I am loosing addressability for some of my
dsects. it mostly depend where I position the IEFZB4D0 macro that defines
the dynalloc dsects. for example:
DYNAREA DSECT
 AAA          DS     ..
BBB           DS    ..
​         IEFZB4D0
DYNMSG   WTO    ...,MF=L

In this case I am loosing addressability to DYNMSG. What am I missing? I
want to perform a single getmain and not two (one for IEFZB4D0 and one for
the rest).

ITschak
​

-- 
ITschak Mugzach
*|** IronSphere Platform* *|** An IT GRC for Legacy systems* *| Automated
Security Readiness Reviews (SRR) **|*

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to