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

Reset when an err condition occurs. More...

Go to the source code of this file.

Detailed Description

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.

Version
9.2
Author
Allan Bowe

Definition in file mp_reseterror.sas.