On Wed, 3 Sep 2025 12:34:05 -0400, John Ganci <jgan...@verizon.net> wrote:
>Why would anyone use the definition of ADDR2 shown below? > >MYCSECT CSECT >DWD DS D >DWD2 DS D >ADDR2 DC A(DWD+DWD) Complex relocatable expression Consider this from a different perspective. Is there a time when this becomes useful? This specific use case does not seem useful. However, variations on this might be useful. E.g. A(DWD+DWD-MYCSECT). DWD+DWD is resolvable so why make an exception because we don't see a use case.