The %POP directive allows you to restore the status of the %PRINT, %NOPRINT, and %OPTION 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.