Macros for SAS Application Developers
https://github.com/sasjs/core
mp_resetoption.sas File Reference

Reset an option to original value. More...

Go to the source code of this file.

Detailed Description

Inspired by the SAS Jedi - https://blogs.sas.com/content/sastraining/2012/08/14/jedi-sas-tricks-reset-sas-system-options

Called as follows:

options obs=30 ps=max;
%mp_resetoption(OBS)
%mp_resetoption(PS)
Parameters
[in]optionthe option to reset
Version
9.2
Author
Allan Bowe

Definition in file mp_resetoption.sas.