The %POP directive allows you to restore the status of the %PRINT and %NOPRINT directives saved by the most recent %PUSH directive.
The most common use of the %PUSH and %POP directives is in included files and macros.
|
For an example, see %PUSH directive.