On Nov 23, 2021, at 12:40:13, Ngan, Robert (DXC Luxoft) wrote:
> 
> Why can't I code:
> 
>         DC    A(=C'blah')
> 
> This give an ASMA030E error, but wanting the address of a literal string 
> seems legitimate to me as I don't otherwise need a named field with this 
> value.
>  
Jonatnan Scott answered the same question a couple weeks ago.  DC and literals
are handled by a single subroutine which is not coded recursively.  He cited a
compromise between code complexity and perceived usefulness.

-- gil

Reply via email to