SAS Packages Framework, version 20221212

SAS Packages Framework, version 20221212

- New type `CASLUDF` for CASL User Defined Functions added to the framework.
- If a package contains IML modules or CASL user defined functions additional utility macros for IML Modules and CASL UDFs are generated when package is loaded.
- Documentation updated.
- Minor bugfix.
This commit is contained in:
Bartosz Jablonski
2022-12-12 23:39:33 +01:00
parent edca6a8a8c
commit f3f4747df6
15 changed files with 643 additions and 106 deletions

View File

@@ -14,7 +14,7 @@
/secure
minoperator
/*** HELP END ***/
des = 'Macro to install SAS package, version 20221125. Run %%installPackage() for help info.'
des = 'Macro to install SAS package, version 20221212. Run %%installPackage() for help info.'
;
%if (%superq(packagesNames) = ) OR (%qupcase(&packagesNames.) = HELP) %then
%do;
@@ -29,7 +29,7 @@ des = 'Macro to install SAS package, version 20221125. Run %%installPackage() fo
%put ### This is short help information for the `installPackage` macro #;
%put #--------------------------------------------------------------------------------------------#;;
%put # #;
%put # Macro to install SAS packages, version `20221125` #;
%put # Macro to install SAS packages, version `20221212` #;
%put # #;
%put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #;
@@ -458,7 +458,7 @@ des = 'Macro to install SAS package, version 20221125. Run %%installPackage() fo
/* Macro to list SAS packages in packages folder.
Version 20221125
Version 20221212
A SAS package is a zip file containing a group
of SAS codes (macros, functions, data steps generating