mirror of
https://github.com/sasjs/server.git
synced 2025-12-10 19:34:34 +00:00
17 lines
437 B
SAS
17 lines
437 B
SAS
/**
|
|
@file
|
|
@brief The systemInit program
|
|
@details This program is inserted into every sasjs/server program invocation,
|
|
_before_ any user-provided content.
|
|
|
|
A number of useful CORE macros are also compiled below, so that they can be
|
|
available by default for Stored Programs.
|
|
|
|
Note that the full CORE library is available to sessions in SASjs Studio.
|
|
|
|
<h4> SAS Macros </h4>
|
|
@li mfs_httpheader.sas
|
|
@li ms_webout.sas
|
|
**/
|
|
|