|
Macros for SAS Application Developers
https://github.com/sasjs/core |
Initialise session with useful settings and variables. More...
Go to the source code of this file.
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] (https://cli.sasjs.io/sasjsconfig.html#testConfig_initProgram).
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).
| [in] | prefix= | (SASJS) The prefix to apply to the global macro variables |
Definition in file mp_init.sas.