On 2014-05-11, at 19:08, Steve Smith wrote:

> Move the org etc. to follow the SSOB, or resume it before the org with
> another dsect stmt. Loctr would work, but would be incongruous.
>
An advantage of LOCTR that I see is that its label may refer to
either a CSECT or a DSECT.  So the author of a macro may code:

&SYSLOC  LOCTR

... if desired to restore the caller's context, whereas "&SYSLOC CSECT"
will fail if the macro was called from a DSECT context, and vice-versa.

-- gil

Reply via email to