1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-11 03:34:35 +00:00

feat: default macros and bumping core

This commit is contained in:
munja
2022-02-16 21:03:16 +00:00
parent a7facb005a
commit 6f19d3d0ea
3 changed files with 32 additions and 3 deletions

View File

@@ -4,11 +4,24 @@
@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 "out of the box".
<h4> SAS Macros </h4>
@li mcf_stpsrv_header.sas
@li mf_getuser.sas
@li mf_getvarlist.sas
@li mf_mkdir.sas
@li mf_nobs.sas
@li mf_uid.sas
@li mfs_httpheader.sas
@li mp_dirlist.sas
@li mp_ds2ddl.sas
@li mp_ds2md.sas
@li mp_getdbml.sas
@li mp_init.sas
@li mp_makedata.sas
@li mp_zip.sas
**/
/* to be replaced with mfs_httpheader
%mcf_stpsrv_header(wrap=YES, insert_cmplib=YES)
*/