z/OS MVS Programming: JES Common Coupling Services
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Controlling Macro Expansion Printing

z/OS MVS Programming: JES Common Coupling Services
SA23-1387-00

The ZPRINT global macro variable controls macro expansion printing. If you want to suppress macro expansion printing, set ZPRINT to ‘NO’ because the default is ‘YES’. The following examples illustrate how to set the ZPRINT variable.
                GBLC &ZPRINT;
                &ZPRINT; SETC 'YES'
                    -- or --
                &ZPRINT; SETC 'NO'

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014