|
Macros for SAS Application Developers
https://github.com/sasjs/core |
Reset when an err condition occurs. More...
Go to the source code of this file.
When building apps, sometimes an operation must be attempted that can cause an err condition. There is no try catch in SAS! So the err state must be caught and reset.
This macro attempts to do that reset.
Definition in file mp_reseterror.sas.