Production Ready Macros for SAS Application Developers
mf_abort.sas File Reference

abort gracefully according to context More...

Go to the source code of this file.

Detailed Description

Can configure an abort mechanism according to site specific policies or the particulars of an environment. For instance, can stream custom results back to the client in an STP Web App context, or completely stop in the case of a batch run.

Parameters
mac=to contain the name of the calling macro
type=enables custom error handling to be configured
msg=message to be returned
iftrue=supply a condition under which the macro should be executed.
Version
9.2
Author
Allan Bowe

Definition in file mf_abort.sas.