Re: interesting use of NEXT SENTENCE vs. CONTINUE



Sorry. For

> Why is the idea that access to an item named X and declared
> 77 X PICTURE S9(11) USAGE BINARY.
> might behave differently from access to an item named Y and declared
> 01 Y PICTURE S9(11) USAGE BINARY PICTURE S9(11).
> somehow an assembler-language issue, ...

please read

> Why is the idea that access to an item named X and declared
> 77 X PICTURE S9(11) USAGE BINARY.
> might behave differently from access to an item named Y and declared
> 01 Y PICTURE S9(11) USAGE BINARY.
> on some systems somehow an assembler-language-only issue, ...

-Chuck Stevens


.



Relevant Pages