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

Abort, ungracefully. More...

Go to the source code of this file.

Detailed Description

Will abort with a straightforward abort if the condition is true.

Parameters
[in]mac=(mf_abort.sas) Name of calling macro (is printed to the log)
[in]msg=( ) Additional string to print to the log
[in]iftrue=(str(1=1)) Conditional logic under which to perform the abort

Related Macros

Version
9.2
Author
Allan Bowe

Definition in file mf_abort.sas.