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

Initialise session with useful settings and variables. More...

Go to the source code of this file.

Detailed Description

Implements a "strict" set of SAS options for use in defensive programming. Highly recommended, if you want your code to run on some other machine.

This macro is recommended to be compiled and invoked in the initProgram for SASjs Jobs, Services and Tests.

For non SASjs projects, you could invoke in the autoexec, or in your own solution initialisation macro.

If you have a good idea for another useful option, setting, or global variable - feel free to raise an issue!

All global variables are prefixed with "SASJS" (unless modified with the prefix parameter).

Parameters
[in]prefix=(SASJS) The prefix to apply to the global macro variables
Version
9.2
Author
Allan Bowe

Definition in file mp_init.sas.