Shmuel
what is "the CM process" ?
Martin
Am 23.02.24 um 18:52 schrieb Seymour J Metz:
That works for stand-alone assemblies, but I'm not sure whether the CM process
can accommodate it.
--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3
עַם יִשְׂרָאֵל חַי
נֵ֣צַח יִשְׂרָאֵ֔ל לֹ֥א יְשַׁקֵּ֖ר
________________________________________
From: IBM Mainframe Assembler List<ASSEMBLER-LIST@LISTSERV.UGA.EDU> on behalf of
Martin Trübner<00001237eee49f7e-dmarc-requ...@listserv.uga.edu>
Sent: Friday, February 23, 2024 12:06 PM
To:ASSEMBLER-LIST@LISTSERV.UGA.EDU
Subject: Re: Hiding COPY text
There are exits in HLASM that can be used to suppress printing according
to you own rules.
I wrote code to suppress printing of macros and copy-code, if they come
from certain libraries.
the PROCESS/PARM for the HLASM must contain
EXIT(INX(EXNAME),LBX(EXNAME),PRX(EXNAME))
As you can see I did it in three exit-points - all with the same exit
Martin
Am 23.02.24 um 15:34 schrieb Seymour J Metz:
I don't want to use PRINT OFF for the COPY of ASMMSP or IEABRC, but I don't
want to clutter up the listing. Is there an analog of PRINT NOGEN for code in a
COPY?
--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3
עַם יִשְׂרָאֵל חַי
נֵ֣צַח יִשְׂרָאֵ֔ל לֹ֥א יְשַׁקֵּ֖ר