The WSA is also present in PL/1 modules compiled with the RENT option (although
not recommended nowadays, it was the only option in the first days of the VA
PL/1 compilers, even on z/OS, or maybe still OS/390).
Some sites do all compiles with RENT, because they mix up the compile option
RENT with the linkage editor option RENT, IMHO. I tried to explain the
difference, but no success :-(
Kind regards
Bernd
J.E. schrieb:
> R-type constants are used to refer to PSECTs (a.k.a. WSA for those
> who speak strange one-letter languages with additives). 8-)
>
> J.E.
>
> (------------------ Referenced Note Follows --------------------)
>
> Date: Fri, 4 Jun 2010 10:26:44 +0200
> From: M.S.
>
> Mixed up with PSECT RSECT etc
> I have an assembler DLL, exports a data area called WSA.
> CEEPDDA WSA,SCOPE=EXPORT
> How can I reference in the code of this DLL to the address of the WSA?
>
|