On Mar 7, 2011, at 16:52, John Ehrman wrote:

> Try =A(CODE).

I agree.


On Mar 7, 2011, at 16:12, Mike Lude wrote:

> I'm using an IBM-supplied macro that contains something similar to
>
> CODE  EQU C'ABCD'

What an ugly way for IBM to define a 32-bit arithmetic value.  It
might (or might not) be clearer as:

CODE     EQU   X'C1C2C3C4'

... and it might make more sense in context.  Would you care to
share with the list the data.set.name(member) where it occurs,
if it's part of the base distribution?

-- gil

Reply via email to