Production Ready Macros for SAS Application Developers
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; mp_resetoption(OBS)

Parameters
optionthe option to reset
Version
9.2
Author
Allan Bowe

Definition in file mp_resetoption.sas.