From d09876c05f89166eec20064f7aa7ed5b867be081 Mon Sep 17 00:00:00 2001 From: munja Date: Sun, 24 Apr 2022 00:46:14 +0100 Subject: [PATCH] fix: missing dependency --- api/scripts/systemInit.sas | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/api/scripts/systemInit.sas b/api/scripts/systemInit.sas index c92e858..62a751f 100644 --- a/api/scripts/systemInit.sas +++ b/api/scripts/systemInit.sas @@ -5,23 +5,12 @@ _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". + available by default for Stored Programs. + + Note that the full CORE library is available to sessions in SASjs Studio.

SAS Macros

- @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 - + @li ms_webout.sas **/