|
Macros for SAS Application Developers
https://github.com/sasjs/core |
Reset an option to original value. More...
Go to the source code of this file.
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)
| [in] | option | the option to reset |
Definition in file mp_resetoption.sas.