On Fri, 1 Dec 2023 13:39:59 -0500, David Eisenberg <[email protected]> wrote:
>No... MYINNER is inline within MYMAC. It's not a COPY. Inline macros and copybooks are source code (not generated) and like source code, they are printed as is. PRINT NOPRINT suppresses source code printing. PRINT NOGEN is for each execution of the macro which suppresses the printing of the code generated by the macro call. In other words, inline macros and copybooks are affected by both NOPRINT and NOGEN. NOPRINT to suppress the inlining which is not actually executed at that time and NOGEN to suppress the the printing during execution.
