LUEBBKEVIN
Programmer
I need to find the rpg equivalent of a hex character that looks like a lower case a with an underscore.
the spec tells me that this is the hex equivalent of the NOT sign. I thought it was AA and coded it as
D HEXAA S 1 INZ(X'AA')
in my program. this returns an inverted exclaimation point.
the spec tells me that this is the hex equivalent of the NOT sign. I thought it was AA and coded it as
D HEXAA S 1 INZ(X'AA')
in my program. this returns an inverted exclaimation point.