>The first obvious question is have you reviewed the print statements.<
I did... the program begins with a PRINT NOGEN, and there are no PRINT GEN statements in the code that I can see. >The second obvious question is if MYINNER is a copy instead of macro >expansion?< No... MYINNER is inline within MYMAC. It's not a COPY. >The third is if the macro header is being printed or does it start printing >somewhere in the middle of MYINNER?< It begins printing with the MACRO statement, then it prints the MYINNER definition statement and all other statements in MYINNER up to (and including) its MEND statement. In answer to another question that was asked... NOLIBMAC is in effect. I greatly appreciate all of the rapid responses. It will take me a while to gather the requested source code and listing extract. I must mention that this is not an emergency... if I can suppress MYINNER in the listing then that would be good, but if I can't, we can live with it. David
