diff --git a/SAS(r) packages - the way to share (a how to)- Paper 4725-2020.pdf b/SAS(r) packages - the way to share (a how to)- Paper 4725-2020.pdf index 62a4d8a..0643d78 100644 Binary files a/SAS(r) packages - the way to share (a how to)- Paper 4725-2020.pdf and b/SAS(r) packages - the way to share (a how to)- Paper 4725-2020.pdf differ diff --git a/loadpackage.sas b/loadpackage.sas index 28ceb22..2ac6c2e 100644 --- a/loadpackage.sas +++ b/loadpackage.sas @@ -1,4 +1,4 @@ -/*** HELP START ***/ +/*** HELP START ***/ /**############################################################################**/ /* */ @@ -68,7 +68,7 @@ TODO: datasets from the list are loaded instead of a package, asterisk means "load all datasets" */ -)/secure minoperator; +)/secure; /*** HELP END ***/ %local ls_tmp ps_tmp notes_tmp source_tmp fullstimer_tmp stimer_tmp; %let ls_tmp = %sysfunc(getoption(ls));