On 12/19/23 20:12:56, Joseph Reichman wrote:
The definition of the macro was before a CSECT was established the macro module 
from file192 established a CSECT
When I established a CSECT before the macro definition the &sysect picked it up
.
Does the following do what you expect?  Otherwise, what?

         MACRO
&L       M
&L       DC    C'&SYSECT'
         MEND
*
         PRINT GEN
SEC      CSECT
HERE     M
         END

--
gil

Reply via email to