SAS Packages Framework, version 20260617

SAS Packages Framework, version `20260617`

Changes:

- Documentation update. Answer to issue: #136

Co-Authored-By: K.Nakamatsu <ken-nakamatsu@knworx.com>
This commit is contained in:
Bart Jablonski
2026-06-17 19:20:26 +02:00
parent dd4132d2ea
commit 3ca1cae526
25 changed files with 134 additions and 131 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ Don't forget to give the repository a **STAR** and become [stargazer](https://gi
### Current version: ### Current version:
**The latest version** of the **SAS Packages Framework** is **`20260615**. **The latest version** of the **SAS Packages Framework** is **`20260617**.
--- ---
+3 -3
View File
@@ -43,7 +43,7 @@
- to unload, or - to unload, or
- to generate SAS packages. - to generate SAS packages.
SAS Packages Framework, version 20260615. SAS Packages Framework, version 20260617.
See examples below. See examples below.
A SAS package is a zip file containing a group of files A SAS package is a zip file containing a group of files
@@ -72,7 +72,7 @@ Contributors:
,packagesRef=packages ,packagesRef=packages
,ods= /* data set for report file */ ,ods= /* data set for report file */
)/ )/
des='Macro to create a bundle of SAS packages, version 20260615. Run %bundlePackages(HELP) for help info.' des='Macro to create a bundle of SAS packages, version 20260617. Run %bundlePackages(HELP) for help info.'
secure minoperator secure minoperator
; ;
@@ -89,7 +89,7 @@ secure minoperator
%put ### This is short help information for the `bundlePackages` macro #; %put ### This is short help information for the `bundlePackages` macro #;
%put #-------------------------------------------------------------------------------#; %put #-------------------------------------------------------------------------------#;
%put # #; %put # #;
%put # Macro to *create bundles* of SAS packages, version `20260615` #; %put # Macro to *create bundles* of SAS packages, version `20260617` #;
%put # #; %put # #;
%put # A SAS package is a zip file containing a group #; %put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #; %put # of SAS codes (macros, functions, data steps generating #;
+3 -3
View File
@@ -43,7 +43,7 @@
- to unload, or - to unload, or
- to generate SAS packages. - to generate SAS packages.
SAS Packages Framework, version 20260615. SAS Packages Framework, version 20260617.
See examples below. See examples below.
A SAS package is a zip file containing a group of files A SAS package is a zip file containing a group of files
@@ -70,7 +70,7 @@ Contributors:
when empty the "packages" value is used */ when empty the "packages" value is used */
)/secure )/secure
/*** HELP END ***/ /*** HELP END ***/
des = 'Macro to list directories pointed by "packages" fileref, version 20260615. Run %extendPackagesFileref(HELP) for help info.' des = 'Macro to list directories pointed by "packages" fileref, version 20260617. Run %extendPackagesFileref(HELP) for help info.'
; ;
%if %QUPCASE(&packages.) = HELP %then %if %QUPCASE(&packages.) = HELP %then
@@ -86,7 +86,7 @@ des = 'Macro to list directories pointed by "packages" fileref, version 20260615
%put ### This is short help information for the `extendPackagesFileref` macro #; %put ### This is short help information for the `extendPackagesFileref` macro #;
%put #-----------------------------------------------------------------------------------------#;; %put #-----------------------------------------------------------------------------------------#;;
%put # #; %put # #;
%put # Macro to list directories pointed by 'packages' fileref, version `20260615` #; %put # Macro to list directories pointed by 'packages' fileref, version `20260617` #;
%put # #; %put # #;
%put # A SAS package is a zip file containing a group #; %put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #; %put # of SAS codes (macros, functions, data steps generating #;
+8 -8
View File
@@ -43,7 +43,7 @@
- to unload, or - to unload, or
- to generate SAS packages. - to generate SAS packages.
SAS Packages Framework, version 20260615. SAS Packages Framework, version 20260617.
See examples below. See examples below.
A SAS package is a zip file containing a group of files A SAS package is a zip file containing a group of files
@@ -67,7 +67,7 @@ Contributors:
Macro to generate SAS packages. Macro to generate SAS packages.
Version 20260615 Version 20260617
A SAS package is a zip file containing a group A SAS package is a zip file containing a group
of SAS codes (macros, functions, data steps generating of SAS codes (macros, functions, data steps generating
@@ -117,7 +117,7 @@ Contributors:
when empty takes buildLocation */ when empty takes buildLocation */
)/ secure minoperator )/ secure minoperator
/*** HELP END ***/ /*** HELP END ***/
des = 'Macro to generate SAS packages, version 20260615. Run %generatePackage(HELP) for help info.' des = 'Macro to generate SAS packages, version 20260617. Run %generatePackage(HELP) for help info.'
; ;
%if (%superq(filesLocation) = ) OR (%qupcase(&filesLocation.) = HELP) %then %if (%superq(filesLocation) = ) OR (%qupcase(&filesLocation.) = HELP) %then
%do; %do;
@@ -132,7 +132,7 @@ des = 'Macro to generate SAS packages, version 20260615. Run %generatePackage(HE
%put ### This is short help information for the `generatePackage` macro #; %put ### This is short help information for the `generatePackage` macro #;
%put #------------------------------------------------------------------------------------#; %put #------------------------------------------------------------------------------------#;
%put # #; %put # #;
%put # Macro to generate SAS packages, version `20260615` #; %put # Macro to generate SAS packages, version `20260617` #;
%put # #; %put # #;
%put # A SAS package is a zip file containing a group #; %put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #; %put # of SAS codes (macros, functions, data steps generating #;
@@ -1014,7 +1014,7 @@ title6 "MD5 hashed fileref of package lowcase name: &_PackageFileref_.";
title&_titleNumber_. "Package ZIP file location is: &buildLocation."; title&_titleNumber_. "Package ZIP file location is: &buildLocation.";
%end; %end;
footnote1 "SAS Packages Framework, version 20260615"; footnote1 "SAS Packages Framework, version 20260617";
proc print proc print
data = &filesWithCodes.(drop=base build folderRef fileRef rc folderid _abort_ fileId additionalContent) data = &filesWithCodes.(drop=base build folderRef fileRef rc folderid _abort_ fileId additionalContent)
@@ -1839,7 +1839,7 @@ data _null_;
%end; %end;
put +(-1) '`.;''' put +(-1) '`.;'''
/ ' !! '' %put The macro generated: '' !! put(dtCASLudf, E8601DT19.-L) !! ";"' / ' !! '' %put The macro generated: '' !! put(dtCASLudf, E8601DT19.-L) !! ";"'
/ ' !! '' %put with the SAS Packages Framework version 20260615.;''' / ' !! '' %put with the SAS Packages Framework version 20260617.;'''
/ ' !! '' %put ****************************************************************************;''' / ' !! '' %put ****************************************************************************;'''
/ ' !! '' %GOTO theEndOfTheMacro;''' / ' !! '' %GOTO theEndOfTheMacro;'''
/ ' !! '' %end;''' ; / ' !! '' %end;''' ;
@@ -2003,7 +2003,7 @@ data _null_;
%end; %end;
put +(-1) '`.; '' !!' / put +(-1) '`.; '' !!' /
''' %put The macro generated: ''' " !! put(dtIML, E8601DT19.-L) !! " '''; '' !! ' / ''' %put The macro generated: ''' " !! put(dtIML, E8601DT19.-L) !! " '''; '' !! ' /
''' %put with the SAS Packages Framework version 20260615.; '' !! ' / ''' %put with the SAS Packages Framework version 20260617.; '' !! ' /
''' %put ****************************************************************************; '' !! ' / ''' %put ****************************************************************************; '' !! ' /
''' %GOTO theEndOfTheMacro; '' !! ' / ''' %GOTO theEndOfTheMacro; '' !! ' /
''' %end; '' !! ' / ''' %end; '' !! ' /
@@ -2875,7 +2875,7 @@ data _null_;
%end; %end;
put 'put " " / @3 "---------------------------------------------------------------------" / " ";' put 'put " " / @3 "---------------------------------------------------------------------" / " ";'
/ 'put @3 "*SAS package generated by SAS Package Framework, version `20260615`*";' / 'put @3 "*SAS package generated by SAS Package Framework, version `20260617`*";'
/ "put @3 '*under `&sysscp.`(`&sysscpl.`) operating system,*';" / "put @3 '*under `&sysscp.`(`&sysscpl.`) operating system,*';"
/ "put @3 '*using SAS release: `&sysvlong4.`.*';" / "put @3 '*using SAS release: `&sysvlong4.`.*';"
/ 'put " " / @3 "---------------------------------------------------------------------";'; / 'put " " / @3 "---------------------------------------------------------------------";';
+3 -3
View File
@@ -43,7 +43,7 @@
- to unload, or - to unload, or
- to generate SAS packages. - to generate SAS packages.
SAS Packages Framework, version 20260615. SAS Packages Framework, version 20260617.
See examples below. See examples below.
A SAS package is a zip file containing a group of files A SAS package is a zip file containing a group of files
@@ -92,7 +92,7 @@ Contributors:
*/ */
)/secure )/secure
/*** HELP END ***/ /*** HELP END ***/
des = 'Macro to get help about SAS package, version 20260615. Run %helpPackage(HELP) for help info.' des = 'Macro to get help about SAS package, version 20260617. Run %helpPackage(HELP) for help info.'
; ;
%if (%superq(packageName) = ) OR (%qupcase(&packageName.) = HELP) %then %if (%superq(packageName) = ) OR (%qupcase(&packageName.) = HELP) %then
%do; %do;
@@ -107,7 +107,7 @@ des = 'Macro to get help about SAS package, version 20260615. Run %helpPackage(H
%put ### This is short help information for the `helpPackage` macro #; %put ### This is short help information for the `helpPackage` macro #;
%put #-------------------------------------------------------------------------------#; %put #-------------------------------------------------------------------------------#;
%put # #; %put # #;
%put # Macro to get help about SAS packages, version `20260615` #; %put # Macro to get help about SAS packages, version `20260617` #;
%put # #; %put # #;
%put # A SAS package is a zip file containing a group #; %put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #; %put # of SAS codes (macros, functions, data steps generating #;
+4 -4
View File
@@ -43,7 +43,7 @@
- to unload, or - to unload, or
- to generate SAS packages. - to generate SAS packages.
SAS Packages Framework, version 20260615. SAS Packages Framework, version 20260617.
See examples below. See examples below.
A SAS package is a zip file containing a group of files A SAS package is a zip file containing a group of files
@@ -63,7 +63,7 @@ Contributors:
/*** HELP END ***/ /*** HELP END ***/
/*+installPackage+*/ /*+installPackage+*/
/* Macros to install SAS packages, version 20260615 */ /* Macros to install SAS packages, version 20260617 */
/* A SAS package is a zip file containing a group of files /* A SAS package is a zip file containing a group of files
with SAS code (macros, functions, data steps generating with SAS code (macros, functions, data steps generating
data, etc.) wrapped up together and %INCLUDEed by data, etc.) wrapped up together and %INCLUDEed by
@@ -94,7 +94,7 @@ Contributors:
/secure /secure
minoperator minoperator
/*** HELP END ***/ /*** HELP END ***/
des = 'Macro to install SAS package, version 20260615. Run %installPackage(HELP) for help info.' des = 'Macro to install SAS package, version 20260617. Run %installPackage(HELP) for help info.'
; ;
%if (%superq(packagesNames) = ) OR (%qupcase(&packagesNames.) = HELP) %then %if (%superq(packagesNames) = ) OR (%qupcase(&packagesNames.) = HELP) %then
%do; %do;
@@ -109,7 +109,7 @@ des = 'Macro to install SAS package, version 20260615. Run %installPackage(HELP)
%put ### This is short help information for the `installPackage` macro #; %put ### This is short help information for the `installPackage` macro #;
%put #--------------------------------------------------------------------------------------------#;; %put #--------------------------------------------------------------------------------------------#;;
%put # #; %put # #;
%put # Macro to install SAS packages, version `20260615` #; %put # Macro to install SAS packages, version `20260617` #;
%put # #; %put # #;
%put # A SAS package is a zip file containing a group #; %put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #; %put # of SAS codes (macros, functions, data steps generating #;
+3 -3
View File
@@ -43,7 +43,7 @@
- to unload, or - to unload, or
- to generate SAS packages. - to generate SAS packages.
SAS Packages Framework, version 20260615. SAS Packages Framework, version 20260617.
See examples below. See examples below.
A SAS package is a zip file containing a group of files A SAS package is a zip file containing a group of files
@@ -68,7 +68,7 @@ Contributors:
vERRb /* indicates if macro should be verbose and report errors */ vERRb /* indicates if macro should be verbose and report errors */
) )
/ minoperator PARMBUFF / minoperator PARMBUFF
des = 'Macro to check if the PACKAGES fileref is "correct", type %isPackagesFilerefOK(HELP) for help, version 20260615.' des = 'Macro to check if the PACKAGES fileref is "correct", type %isPackagesFilerefOK(HELP) for help, version 20260617.'
; ;
/*** HELP END ***/ /*** HELP END ***/
%if %QUPCASE(&SYSPBUFF.) = %str(%(HELP%)) %then %if %QUPCASE(&SYSPBUFF.) = %str(%(HELP%)) %then
@@ -84,7 +84,7 @@ des = 'Macro to check if the PACKAGES fileref is "correct", type %isPackagesFile
%put ### This is short help information for the `isPackagesFilerefOK` macro #; %put ### This is short help information for the `isPackagesFilerefOK` macro #;
%put #-----------------------------------------------------------------------------------------#;; %put #-----------------------------------------------------------------------------------------#;;
%put # #; %put # #;
%put # Macro to check if the `packages` fileref is "correct", version `20260615` #; %put # Macro to check if the `packages` fileref is "correct", version `20260617` #;
%put # #; %put # #;
%put # A SAS package is a zip file containing a group #; %put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #; %put # of SAS codes (macros, functions, data steps generating #;
+4 -4
View File
@@ -43,7 +43,7 @@
- to unload, or - to unload, or
- to generate SAS packages. - to generate SAS packages.
SAS Packages Framework, version 20260615. SAS Packages Framework, version 20260617.
See examples below. See examples below.
A SAS package is a zip file containing a group of files A SAS package is a zip file containing a group of files
@@ -67,7 +67,7 @@ Contributors:
Macro to list SAS packages in packages folder. Macro to list SAS packages in packages folder.
Version 20260615 Version 20260617
A SAS package is a zip file containing a group A SAS package is a zip file containing a group
of SAS codes (macros, functions, data steps generating of SAS codes (macros, functions, data steps generating
@@ -89,7 +89,7 @@ Contributors:
listDataSet /* Name of a data set to save results */ listDataSet /* Name of a data set to save results */
, quiet = 0 /* Indicate if results should be printed in log */ , quiet = 0 /* Indicate if results should be printed in log */
)/secure parmbuff )/secure parmbuff
des = 'Macro to list SAS packages from `packages` fileref, type %listPackages(HELP) for help, version 20260615.' des = 'Macro to list SAS packages from `packages` fileref, type %listPackages(HELP) for help, version 20260617.'
; ;
%if (%QUPCASE(&listDataSet.) = HELP) %then %if (%QUPCASE(&listDataSet.) = HELP) %then
%do; %do;
@@ -104,7 +104,7 @@ des = 'Macro to list SAS packages from `packages` fileref, type %listPackages(HE
%put ### This is short help information for the `listPackages` macro #; %put ### This is short help information for the `listPackages` macro #;
%put #-----------------------------------------------------------------------------------------#;; %put #-----------------------------------------------------------------------------------------#;;
%put # #; %put # #;
%put # Macro to list available SAS packages, version `20260615` #; %put # Macro to list available SAS packages, version `20260617` #;
%put # #; %put # #;
%put # A SAS package is a zip file containing a group #; %put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #; %put # of SAS codes (macros, functions, data steps generating #;
+3 -3
View File
@@ -43,7 +43,7 @@
- to unload, or - to unload, or
- to generate SAS packages. - to generate SAS packages.
SAS Packages Framework, version 20260615. SAS Packages Framework, version 20260617.
See examples below. See examples below.
A SAS package is a zip file containing a group of files A SAS package is a zip file containing a group of files
@@ -101,7 +101,7 @@ Contributors:
, force=0 /* force loading even if given version is already loaded */ , force=0 /* force loading even if given version is already loaded */
)/secure )/secure
/*** HELP END ***/ /*** HELP END ***/
des = 'Macro to load SAS package, version 20260615. Run %loadPackage(HELP) for help info.' des = 'Macro to load SAS package, version 20260617. Run %loadPackage(HELP) for help info.'
minoperator minoperator
; ;
%if (%superq(packageName) = ) OR (%qupcase(&packageName.) = HELP) %then %if (%superq(packageName) = ) OR (%qupcase(&packageName.) = HELP) %then
@@ -117,7 +117,7 @@ minoperator
%put ### This is short help information for the `loadPackage` macro #; %put ### This is short help information for the `loadPackage` macro #;
%put #-------------------------------------------------------------------------------#; %put #-------------------------------------------------------------------------------#;
%put # #; %put # #;
%put # Macro to *load* SAS packages, version `20260615` #; %put # Macro to *load* SAS packages, version `20260617` #;
%put # #; %put # #;
%put # A SAS package is a zip file containing a group #; %put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #; %put # of SAS codes (macros, functions, data steps generating #;
+3 -3
View File
@@ -43,7 +43,7 @@
- to unload, or - to unload, or
- to generate SAS packages. - to generate SAS packages.
SAS Packages Framework, version 20260615. SAS Packages Framework, version 20260617.
See examples below. See examples below.
A SAS package is a zip file containing a group of files A SAS package is a zip file containing a group of files
@@ -83,7 +83,7 @@ Contributors:
is provided in required version */ is provided in required version */
)/secure )/secure
/*** HELP END ***/ /*** HELP END ***/
des = 'Macro to load additional content for a SAS package, version 20260615. Run %loadPackageAddCnt(HELP) for help info.' des = 'Macro to load additional content for a SAS package, version 20260617. Run %loadPackageAddCnt(HELP) for help info.'
minoperator minoperator
; ;
%if (%superq(packageName) = ) OR (%qupcase(&packageName.) = HELP) %then %if (%superq(packageName) = ) OR (%qupcase(&packageName.) = HELP) %then
@@ -99,7 +99,7 @@ minoperator
%put ### This is short help information for the `loadPackageAddCnt` macro #; %put ### This is short help information for the `loadPackageAddCnt` macro #;
%put #-------------------------------------------------------------------------------#; %put #-------------------------------------------------------------------------------#;
%put # #; %put # #;
%put # Macro to *load* additional content for a SAS package, version `20260615` #; %put # Macro to *load* additional content for a SAS package, version `20260617` #;
%put # #; %put # #;
%put # A SAS package is a zip file containing a group #; %put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #; %put # of SAS codes (macros, functions, data steps generating #;
+3 -3
View File
@@ -43,7 +43,7 @@
- to unload, or - to unload, or
- to generate SAS packages. - to generate SAS packages.
SAS Packages Framework, version 20260615. SAS Packages Framework, version 20260617.
See examples below. See examples below.
A SAS package is a zip file containing a group of files A SAS package is a zip file containing a group of files
@@ -75,7 +75,7 @@ Contributors:
*/ */
)/secure )/secure
/*** HELP END ***/ /*** HELP END ***/
des = 'Macro to load multiple SAS packages at one run, version 20260615. Run %loadPackages(HELP) for help info.' des = 'Macro to load multiple SAS packages at one run, version 20260617. Run %loadPackages(HELP) for help info.'
parmbuff parmbuff
; ;
%if (%superq(packagesNames) = ) OR (%qupcase(&packagesNames.) = HELP) %then %if (%superq(packagesNames) = ) OR (%qupcase(&packagesNames.) = HELP) %then
@@ -91,7 +91,7 @@ parmbuff
%put ### This is short help information for the `loadPackageS` macro #; %put ### This is short help information for the `loadPackageS` macro #;
%put #-------------------------------------------------------------------------------#; %put #-------------------------------------------------------------------------------#;
%put # #; %put # #;
%put # Macro wrapper for the loadPackage macro, version `20260615` #; %put # Macro wrapper for the loadPackage macro, version `20260617` #;
%put # #; %put # #;
%put # A SAS package is a zip file containing a group #; %put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #; %put # of SAS codes (macros, functions, data steps generating #;
+3 -3
View File
@@ -43,7 +43,7 @@
- to unload, or - to unload, or
- to generate SAS packages. - to generate SAS packages.
SAS Packages Framework, version 20260615. SAS Packages Framework, version 20260617.
See examples below. See examples below.
A SAS package is a zip file containing a group of files A SAS package is a zip file containing a group of files
@@ -87,7 +87,7 @@ Contributors:
*/ */
)/secure )/secure
/*** HELP END ***/ /*** HELP END ***/
des = 'Macro to preview content of a SAS package, version 20260615. Run %previewPackage(HELP) for help info.' des = 'Macro to preview content of a SAS package, version 20260617. Run %previewPackage(HELP) for help info.'
; ;
%if (%superq(packageName) = ) OR (%qupcase(&packageName.) = HELP) %then %if (%superq(packageName) = ) OR (%qupcase(&packageName.) = HELP) %then
%do; %do;
@@ -102,7 +102,7 @@ des = 'Macro to preview content of a SAS package, version 20260615. Run %preview
%put ### This is short help information for the `previewPackage` macro #; %put ### This is short help information for the `previewPackage` macro #;
%put #-------------------------------------------------------------------------------#; %put #-------------------------------------------------------------------------------#;
%put # #; %put # #;
%put # Macro to get preview of a SAS packages, version `20260615` #; %put # Macro to get preview of a SAS packages, version `20260617` #;
%put # #; %put # #;
%put # A SAS package is a zip file containing a group #; %put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #; %put # of SAS codes (macros, functions, data steps generating #;
+3 -3
View File
@@ -43,7 +43,7 @@
- to unload, or - to unload, or
- to generate SAS packages. - to generate SAS packages.
SAS Packages Framework, version 20260615. SAS Packages Framework, version 20260617.
See examples below. See examples below.
A SAS package is a zip file containing a group of files A SAS package is a zip file containing a group of files
@@ -79,7 +79,7 @@ Contributors:
,psMAX=MAX /* pageSise in case executed inside DoSubL() */ ,psMAX=MAX /* pageSise in case executed inside DoSubL() */
,ods= /* a data set for results, e.g., work.relocatePackageReport */ ,ods= /* a data set for results, e.g., work.relocatePackageReport */
) )
/ des = 'Utility macro that locally Copies or Moves Packages, version 20260615. Run %relocatePackage(HELP) for help info.' / des = 'Utility macro that locally Copies or Moves Packages, version 20260617. Run %relocatePackage(HELP) for help info.'
secure secure
minoperator minoperator
; ;
@@ -97,7 +97,7 @@ Contributors:
%put ### This is short help information for the `relocatePackage` macro #; %put ### This is short help information for the `relocatePackage` macro #;
%put #-------------------------------------------------------------------------------#; %put #-------------------------------------------------------------------------------#;
%put # #; %put # #;
%put # Macro to *locally copy or move* (relocate) SAS packages, version `20260615` #; %put # Macro to *locally copy or move* (relocate) SAS packages, version `20260617` #;
%put # #; %put # #;
%put # A SAS package is a zip file containing a group #; %put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #; %put # of SAS codes (macros, functions, data steps generating #;
+7 -6
View File
@@ -43,7 +43,7 @@
- to unload, or - to unload, or
- to generate SAS packages. - to generate SAS packages.
SAS Packages Framework, version 20260615. SAS Packages Framework, version 20260617.
See examples below. See examples below.
A SAS package is a zip file containing a group of files A SAS package is a zip file containing a group of files
@@ -90,7 +90,7 @@ Contributors:
, successDS= /* technical */ , successDS= /* technical */
) )
/secure /secure
des = 'Macro to request SAS package installation and loading, version 20260615. Run %requestPackage(HELP) for help info.' des = 'Macro to request SAS package installation and loading, version 20260617. Run %requestPackage(HELP) for help info.'
; ;
%if (%superq(packageName) = ) OR (%qupcase(&packageName.) = HELP) %then %if (%superq(packageName) = ) OR (%qupcase(&packageName.) = HELP) %then
@@ -106,7 +106,7 @@ des = 'Macro to request SAS package installation and loading, version 20260615.
%put ### This is short help information for the `requestPackage` macro #; %put ### This is short help information for the `requestPackage` macro #;
%put #--------------------------------------------------------------------------------------------#;; %put #--------------------------------------------------------------------------------------------#;;
%put # #; %put # #;
%put # Macro to request (install and load) SAS packages, version `20260615` #; %put # Macro to request (install and load) SAS packages, version `20260617` #;
%put # #; %put # #;
%put # A SAS package is a zip file containing a group #; %put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #; %put # of SAS codes (macros, functions, data steps generating #;
@@ -131,9 +131,10 @@ des = 'Macro to request SAS package installation and loading, version 20260615.
%put # **Installation options:** #; %put # **Installation options:** #;
%put # #; %put # #;
%put # - `requiredVersion=` *Optional.* Indicates which (at least) package version we want #; %put # - `requiredVersion=` *Optional.* Indicates which (at least) package version we want #;
%put # to be requested, empty value by default means "the latest". #; %put # to be requested. Empty value by default means: %str(%")load currently #;
%put # When loaded/installed package version is greater or equal #; %put # installed version or install and load the latest available one.%str(%") #;
%put # from requested, lower requested version is not loaded/installed. #; %put # When loaded (installed) package version is greater or equal #;
%put # than requested, lower requested version is not loaded (installed). #;
%put # #; %put # #;
%put # - `sourcePath=` Location of the package, e.g. "www.some.web.page/" #; %put # - `sourcePath=` Location of the package, e.g. "www.some.web.page/" #;
%put # Mind the "/" at the end of the path! #; %put # Mind the "/" at the end of the path! #;
+3 -3
View File
@@ -43,7 +43,7 @@
- to unload, or - to unload, or
- to generate SAS packages. - to generate SAS packages.
SAS Packages Framework, version 20260615. SAS Packages Framework, version 20260617.
See examples below. See examples below.
A SAS package is a zip file containing a group of files A SAS package is a zip file containing a group of files
@@ -69,7 +69,7 @@ SPFmacroName /* space separated list of names */
/ /
minoperator minoperator
secure secure
des = 'Macro to provide help notes about SAS Packages Framework macros, version 20260615. Run %SasPackagesFrameworkNotes(HELP) for help info.' des = 'Macro to provide help notes about SAS Packages Framework macros, version 20260617. Run %SasPackagesFrameworkNotes(HELP) for help info.'
; ;
%local list N i element; %local list N i element;
%let list= %let list=
@@ -115,7 +115,7 @@ SasPackagesFrameworkNotes
%put ### This is short help information for the `SasPackagesFrameworkNotes` macro #; %put ### This is short help information for the `SasPackagesFrameworkNotes` macro #;
%put #-------------------------------------------------------------------------------#; %put #-------------------------------------------------------------------------------#;
%put # #; %put # #;
%put # Macro prints help notes for SAS Packages Framework macros, version `20260615` #; %put # Macro prints help notes for SAS Packages Framework macros, version `20260617` #;
%put # #; %put # #;
%put # A SAS package is a zip file containing a group #; %put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #; %put # of SAS codes (macros, functions, data steps generating #;
+2 -2
View File
@@ -43,7 +43,7 @@
- to unload, or - to unload, or
- to generate SAS packages. - to generate SAS packages.
SAS Packages Framework, version 20260615. SAS Packages Framework, version 20260617.
See examples below. See examples below.
A SAS package is a zip file containing a group of files A SAS package is a zip file containing a group of files
@@ -66,7 +66,7 @@ Contributors:
%macro SPFinit_intrnl_forceV7DSname( %macro SPFinit_intrnl_forceV7DSname(
mcParam /* name of a macro parameter holding user provided data set name */ mcParam /* name of a macro parameter holding user provided data set name */
)/secure minoperator )/secure minoperator
des='SAS Packages Framework internal macro. Executable only inside selected SPF macros. Macro generates 4GL code that forces V7 compatybility for user provided data set names. Version 20260615.'; des='SAS Packages Framework internal macro. Executable only inside selected SPF macros. Macro generates 4GL code that forces V7 compatybility for user provided data set names. Version 20260617.';
/* The macro can be called only inside a data step. */ /* The macro can be called only inside a data step. */
/**************************************************************************** /****************************************************************************
### Parameters: ### Parameters:
+2 -2
View File
@@ -43,7 +43,7 @@
- to unload, or - to unload, or
- to generate SAS packages. - to generate SAS packages.
SAS Packages Framework, version 20260615. SAS Packages Framework, version 20260617.
See examples below. See examples below.
A SAS package is a zip file containing a group of files A SAS package is a zip file containing a group of files
@@ -64,7 +64,7 @@ Contributors:
/*+SPFint_gnPckg_arch+*/ /*+SPFint_gnPckg_arch+*/
%macro SPFint_gnPckg_arch()/secure minoperator %macro SPFint_gnPckg_arch()/secure minoperator
des='SAS Packages Framework internal macro. Executable only inside the %generatePackage() macro. The macro encapsulates the archive version generation part of the process. Version 20260615.'; des='SAS Packages Framework internal macro. Executable only inside the %generatePackage() macro. The macro encapsulates the archive version generation part of the process. Version 20260617.';
/* macro picks up all macrovariables from external scope, so from the %generatePackage() macro */ /* macro picks up all macrovariables from external scope, so from the %generatePackage() macro */
%if %sysmexecname(%sysmexecdepth-1) in (GENERATEPACKAGE) %then %if %sysmexecname(%sysmexecdepth-1) in (GENERATEPACKAGE) %then
%do; %do;
+3 -3
View File
@@ -43,7 +43,7 @@
- to unload, or - to unload, or
- to generate SAS packages. - to generate SAS packages.
SAS Packages Framework, version 20260615. SAS Packages Framework, version 20260617.
See examples below. See examples below.
A SAS package is a zip file containing a group of files A SAS package is a zip file containing a group of files
@@ -64,7 +64,7 @@ Contributors:
/*+SPFint_gnPckg_markdown+*/ /*+SPFint_gnPckg_markdown+*/
%macro SPFint_gnPckg_markdown()/secure minoperator %macro SPFint_gnPckg_markdown()/secure minoperator
des='SAS Packages Framework internal macro. Executable only inside the %generatePackage() macro. The macro encapsulates the markdown documentation part of the process. Version 20260615.'; des='SAS Packages Framework internal macro. Executable only inside the %generatePackage() macro. The macro encapsulates the markdown documentation part of the process. Version 20260617.';
/* macro picks up all macrovariables from external scope, so from the %generatePackage() macro */ /* macro picks up all macrovariables from external scope, so from the %generatePackage() macro */
%if %sysmexecname(%sysmexecdepth-1) in (GENERATEPACKAGE) %then %if %sysmexecname(%sysmexecdepth-1) in (GENERATEPACKAGE) %then
%do; %do;
@@ -176,7 +176,7 @@ data &filesWithCodes.markdown;
%end; %end;
put " " / "---------------------------------------------------------------------" / " " put " " / "---------------------------------------------------------------------" / " "
/ "*SAS package generated by SAS Package Framework, version `20260615`,*" / "*SAS package generated by SAS Package Framework, version `20260617`,*"
/ "*under `&sysscp.`(`&sysscpl.`) operating system,*" / "*under `&sysscp.`(`&sysscpl.`) operating system,*"
/ "*using SAS release: `&sysvlong4.`.*" / "*using SAS release: `&sysvlong4.`.*"
/ " " / "---------------------------------------------------------------------" / " "; / " " / "---------------------------------------------------------------------" / " ";
+2 -2
View File
@@ -43,7 +43,7 @@
- to unload, or - to unload, or
- to generate SAS packages. - to generate SAS packages.
SAS Packages Framework, version 20260615. SAS Packages Framework, version 20260617.
See examples below. See examples below.
A SAS package is a zip file containing a group of files A SAS package is a zip file containing a group of files
@@ -64,7 +64,7 @@ Contributors:
/*+SPFint_gnPckg_tests+*/ /*+SPFint_gnPckg_tests+*/
%macro SPFint_gnPckg_tests()/secure minoperator %macro SPFint_gnPckg_tests()/secure minoperator
des='SAS Packages Framework internal macro. Executable only inside the %generatePackage() macro. The macro encapsulates the test part of the process. Version 20260615.'; des='SAS Packages Framework internal macro. Executable only inside the %generatePackage() macro. The macro encapsulates the test part of the process. Version 20260617.';
/* macro picks up all macrovariables from external scope, so from the %generatePackage() macro */ /* macro picks up all macrovariables from external scope, so from the %generatePackage() macro */
%if %sysmexecname(%sysmexecdepth-1) in (GENERATEPACKAGE) %then %if %sysmexecname(%sysmexecdepth-1) in (GENERATEPACKAGE) %then
%do; %do;
+4 -4
View File
@@ -43,7 +43,7 @@
- to unload, or - to unload, or
- to generate SAS packages. - to generate SAS packages.
SAS Packages Framework, version 20260615. SAS Packages Framework, version 20260617.
See examples below. See examples below.
A SAS package is a zip file containing a group of files A SAS package is a zip file containing a group of files
@@ -72,7 +72,7 @@ Contributors:
,nobs=0 /* technical parameter */ ,nobs=0 /* technical parameter */
) )
/*** HELP END ***/ /*** HELP END ***/
/ des = 'Utility macro to split "one big" code into multiple files for a SAS package, version 20260615. Run %splitCodeForPackage(HELP) for help info.' / des = 'Utility macro to split "one big" code into multiple files for a SAS package, version 20260617. Run %splitCodeForPackage(HELP) for help info.'
; ;
%if (%superq(codeFile) = ) OR (%qupcase(&codeFile.) = HELP) %then %if (%superq(codeFile) = ) OR (%qupcase(&codeFile.) = HELP) %then
%do; %do;
@@ -88,7 +88,7 @@ Contributors:
%put #-------------------------------------------------------------------------------#; %put #-------------------------------------------------------------------------------#;
%put # #; %put # #;
%put # Utility macro to *split* single file with SAS package code into multiple #; %put # Utility macro to *split* single file with SAS package code into multiple #;
%put # files with separate snippets, version `20260615` #; %put # files with separate snippets, version `20260617` #;
%put # #; %put # #;
%put # A SAS package is a zip file containing a group #; %put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #; %put # of SAS codes (macros, functions, data steps generating #;
@@ -464,7 +464,7 @@ options nomprint nosymbolgen nomlogic notes source ls=MAX ps=MAX msglevel=N ;
*/ */
if firstLine[j] then if firstLine[j] then
do; do;
put '/* File generated with help of SAS Packages Framework, version 20260615. */'; put '/* File generated with help of SAS Packages Framework, version 20260617. */';
firstLine[j]=0; firstLine[j]=0;
end; end;
put _infile_; put _infile_;
+3 -3
View File
@@ -43,7 +43,7 @@
- to unload, or - to unload, or
- to generate SAS packages. - to generate SAS packages.
SAS Packages Framework, version 20260615. SAS Packages Framework, version 20260617.
See examples below. See examples below.
A SAS package is a zip file containing a group of files A SAS package is a zip file containing a group of files
@@ -74,7 +74,7 @@ Contributors:
,verify=0 ,verify=0
,quiet=0 ,quiet=0
)/ )/
des='Macro to extract a bundle of SAS packages, version 20260615. Run %unbundlePackages(HELP) for help info.' des='Macro to extract a bundle of SAS packages, version 20260617. Run %unbundlePackages(HELP) for help info.'
secure secure
minoperator minoperator
; ;
@@ -92,7 +92,7 @@ minoperator
%put ### This is short help information for the `unbundlePackages` macro #; %put ### This is short help information for the `unbundlePackages` macro #;
%put #-------------------------------------------------------------------------------#; %put #-------------------------------------------------------------------------------#;
%put # #; %put # #;
%put # Macro to *extract* SAS packages from a bundle, version `20260615` #; %put # Macro to *extract* SAS packages from a bundle, version `20260617` #;
%put # #; %put # #;
%put # A SAS package is a zip file containing a group #; %put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #; %put # of SAS codes (macros, functions, data steps generating #;
+3 -3
View File
@@ -43,7 +43,7 @@
- to unload, or - to unload, or
- to generate SAS packages. - to generate SAS packages.
SAS Packages Framework, version 20260615. SAS Packages Framework, version 20260617.
See examples below. See examples below.
A SAS package is a zip file containing a group of files A SAS package is a zip file containing a group of files
@@ -84,7 +84,7 @@ Contributors:
*/ */
)/secure )/secure
/*** HELP END ***/ /*** HELP END ***/
des = 'Macro to unload SAS package, version 20260615. Run %unloadPackage(HELP) for help info.' des = 'Macro to unload SAS package, version 20260617. Run %unloadPackage(HELP) for help info.'
; ;
%if (%superq(packageName) = ) OR (%qupcase(&packageName.) = HELP) %then %if (%superq(packageName) = ) OR (%qupcase(&packageName.) = HELP) %then
%do; %do;
@@ -99,7 +99,7 @@ des = 'Macro to unload SAS package, version 20260615. Run %unloadPackage(HELP) f
%put ### This is short help information for the `unloadPackage` macro #; %put ### This is short help information for the `unloadPackage` macro #;
%put #-------------------------------------------------------------------------------#; %put #-------------------------------------------------------------------------------#;
%put # #; %put # #;
%put # Macro to unload SAS packages, version `20260615` #; %put # Macro to unload SAS packages, version `20260617` #;
%put # #; %put # #;
%put # A SAS package is a zip file containing a group #; %put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #; %put # of SAS codes (macros, functions, data steps generating #;
+3 -3
View File
@@ -43,7 +43,7 @@
- to unload, or - to unload, or
- to generate SAS packages. - to generate SAS packages.
SAS Packages Framework, version 20260615. SAS Packages Framework, version 20260617.
See examples below. See examples below.
A SAS package is a zip file containing a group of files A SAS package is a zip file containing a group of files
@@ -77,7 +77,7 @@ Contributors:
hashing_file() function, SAS 9.4M6 */ hashing_file() function, SAS 9.4M6 */
)/secure )/secure
/*** HELP END ***/ /*** HELP END ***/
des = 'Macro to verify SAS package with the hash digest, version 20260615. Run %verifyPackage(HELP) for help info.' des = 'Macro to verify SAS package with the hash digest, version 20260617. Run %verifyPackage(HELP) for help info.'
; ;
%if (%superq(packageName) = ) OR (%qupcase(&packageName.) = HELP) %then %if (%superq(packageName) = ) OR (%qupcase(&packageName.) = HELP) %then
%do; %do;
@@ -92,7 +92,7 @@ des = 'Macro to verify SAS package with the hash digest, version 20260615. Run %
%put ### This is short help information for the `verifyPackage` macro #; %put ### This is short help information for the `verifyPackage` macro #;
%put #-------------------------------------------------------------------------------#; %put #-------------------------------------------------------------------------------#;
%put # #; %put # #;
%put # Macro to verify SAS package with it hash digest, version `20260615` #; %put # Macro to verify SAS package with it hash digest, version `20260617` #;
%put # #; %put # #;
%put # A SAS package is a zip file containing a group #; %put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #; %put # of SAS codes (macros, functions, data steps generating #;
+4 -3
View File
@@ -1136,9 +1136,10 @@ filename packages "C:/SAS_PACKAGES"; %* setup a directory for packages;
**Installation options:** **Installation options:**
- `requiredVersion=` *Optional.* Indicates which (at least) package version we want - `requiredVersion=` *Optional.* Indicates which (at least) package version we want
to be requested, default value: `.` means "the latest". to be requested. Empty value by default means: "load currently
When loaded/installed package version is greater or equal installed version or install and load the latest available one."
from requested, lower requested version is not loaded/installed. When loaded (installed) package version is greater or equal
than requested, lower requested version is not loaded (installed).
- `sourcePath=` Location of the package, e.g. "www.some.web.page/" - `sourcePath=` Location of the package, e.g. "www.some.web.page/"
Mind the "/" at the end of the path! Mind the "/" at the end of the path!
+54 -53
View File
@@ -43,7 +43,7 @@
- to unload, or - to unload, or
- to generate SAS packages. - to generate SAS packages.
SAS Packages Framework, version 20260615. SAS Packages Framework, version 20260617.
See examples below. See examples below.
A SAS package is a zip file containing a group of files A SAS package is a zip file containing a group of files
@@ -101,7 +101,7 @@ Contributors:
, force=0 /* force loading even if given version is already loaded */ , force=0 /* force loading even if given version is already loaded */
)/secure )/secure
/*** HELP END ***/ /*** HELP END ***/
des = 'Macro to load SAS package, version 20260615. Run %loadPackage(HELP) for help info.' des = 'Macro to load SAS package, version 20260617. Run %loadPackage(HELP) for help info.'
minoperator minoperator
; ;
%if (%superq(packageName) = ) OR (%qupcase(&packageName.) = HELP) %then %if (%superq(packageName) = ) OR (%qupcase(&packageName.) = HELP) %then
@@ -117,7 +117,7 @@ minoperator
%put ### This is short help information for the `loadPackage` macro #; %put ### This is short help information for the `loadPackage` macro #;
%put #-------------------------------------------------------------------------------#; %put #-------------------------------------------------------------------------------#;
%put # #; %put # #;
%put # Macro to *load* SAS packages, version `20260615` #; %put # Macro to *load* SAS packages, version `20260617` #;
%put # #; %put # #;
%put # A SAS package is a zip file containing a group #; %put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #; %put # of SAS codes (macros, functions, data steps generating #;
@@ -432,7 +432,7 @@ minoperator
*/ */
)/secure )/secure
/*** HELP END ***/ /*** HELP END ***/
des = 'Macro to unload SAS package, version 20260615. Run %unloadPackage(HELP) for help info.' des = 'Macro to unload SAS package, version 20260617. Run %unloadPackage(HELP) for help info.'
; ;
%if (%superq(packageName) = ) OR (%qupcase(&packageName.) = HELP) %then %if (%superq(packageName) = ) OR (%qupcase(&packageName.) = HELP) %then
%do; %do;
@@ -447,7 +447,7 @@ des = 'Macro to unload SAS package, version 20260615. Run %unloadPackage(HELP) f
%put ### This is short help information for the `unloadPackage` macro #; %put ### This is short help information for the `unloadPackage` macro #;
%put #-------------------------------------------------------------------------------#; %put #-------------------------------------------------------------------------------#;
%put # #; %put # #;
%put # Macro to unload SAS packages, version `20260615` #; %put # Macro to unload SAS packages, version `20260617` #;
%put # #; %put # #;
%put # A SAS package is a zip file containing a group #; %put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #; %put # of SAS codes (macros, functions, data steps generating #;
@@ -605,7 +605,7 @@ des = 'Macro to unload SAS package, version 20260615. Run %unloadPackage(HELP) f
*/ */
)/secure )/secure
/*** HELP END ***/ /*** HELP END ***/
des = 'Macro to get help about SAS package, version 20260615. Run %helpPackage(HELP) for help info.' des = 'Macro to get help about SAS package, version 20260617. Run %helpPackage(HELP) for help info.'
; ;
%if (%superq(packageName) = ) OR (%qupcase(&packageName.) = HELP) %then %if (%superq(packageName) = ) OR (%qupcase(&packageName.) = HELP) %then
%do; %do;
@@ -620,7 +620,7 @@ des = 'Macro to get help about SAS package, version 20260615. Run %helpPackage(H
%put ### This is short help information for the `helpPackage` macro #; %put ### This is short help information for the `helpPackage` macro #;
%put #-------------------------------------------------------------------------------#; %put #-------------------------------------------------------------------------------#;
%put # #; %put # #;
%put # Macro to get help about SAS packages, version `20260615` #; %put # Macro to get help about SAS packages, version `20260617` #;
%put # #; %put # #;
%put # A SAS package is a zip file containing a group #; %put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #; %put # of SAS codes (macros, functions, data steps generating #;
@@ -765,7 +765,7 @@ TODO:
*/ */
/*+installPackage+*/ /*+installPackage+*/
/* Macros to install SAS packages, version 20260615 */ /* Macros to install SAS packages, version 20260617 */
/* A SAS package is a zip file containing a group of files /* A SAS package is a zip file containing a group of files
with SAS code (macros, functions, data steps generating with SAS code (macros, functions, data steps generating
data, etc.) wrapped up together and %INCLUDEed by data, etc.) wrapped up together and %INCLUDEed by
@@ -796,7 +796,7 @@ TODO:
/secure /secure
minoperator minoperator
/*** HELP END ***/ /*** HELP END ***/
des = 'Macro to install SAS package, version 20260615. Run %installPackage(HELP) for help info.' des = 'Macro to install SAS package, version 20260617. Run %installPackage(HELP) for help info.'
; ;
%if (%superq(packagesNames) = ) OR (%qupcase(&packagesNames.) = HELP) %then %if (%superq(packagesNames) = ) OR (%qupcase(&packagesNames.) = HELP) %then
%do; %do;
@@ -811,7 +811,7 @@ des = 'Macro to install SAS package, version 20260615. Run %installPackage(HELP)
%put ### This is short help information for the `installPackage` macro #; %put ### This is short help information for the `installPackage` macro #;
%put #--------------------------------------------------------------------------------------------#;; %put #--------------------------------------------------------------------------------------------#;;
%put # #; %put # #;
%put # Macro to install SAS packages, version `20260615` #; %put # Macro to install SAS packages, version `20260617` #;
%put # #; %put # #;
%put # A SAS package is a zip file containing a group #; %put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #; %put # of SAS codes (macros, functions, data steps generating #;
@@ -1691,7 +1691,7 @@ des = 'Macro to install SAS package, version 20260615. Run %installPackage(HELP)
Macro to list SAS packages in packages folder. Macro to list SAS packages in packages folder.
Version 20260615 Version 20260617
A SAS package is a zip file containing a group A SAS package is a zip file containing a group
of SAS codes (macros, functions, data steps generating of SAS codes (macros, functions, data steps generating
@@ -1713,7 +1713,7 @@ des = 'Macro to install SAS package, version 20260615. Run %installPackage(HELP)
listDataSet /* Name of a data set to save results */ listDataSet /* Name of a data set to save results */
, quiet = 0 /* Indicate if results should be printed in log */ , quiet = 0 /* Indicate if results should be printed in log */
)/secure parmbuff )/secure parmbuff
des = 'Macro to list SAS packages from `packages` fileref, type %listPackages(HELP) for help, version 20260615.' des = 'Macro to list SAS packages from `packages` fileref, type %listPackages(HELP) for help, version 20260617.'
; ;
%if (%QUPCASE(&listDataSet.) = HELP) %then %if (%QUPCASE(&listDataSet.) = HELP) %then
%do; %do;
@@ -1728,7 +1728,7 @@ des = 'Macro to list SAS packages from `packages` fileref, type %listPackages(HE
%put ### This is short help information for the `listPackages` macro #; %put ### This is short help information for the `listPackages` macro #;
%put #-----------------------------------------------------------------------------------------#;; %put #-----------------------------------------------------------------------------------------#;;
%put # #; %put # #;
%put # Macro to list available SAS packages, version `20260615` #; %put # Macro to list available SAS packages, version `20260617` #;
%put # #; %put # #;
%put # A SAS package is a zip file containing a group #; %put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #; %put # of SAS codes (macros, functions, data steps generating #;
@@ -1957,7 +1957,7 @@ options ls = &ls_tmp. ps = &ps_tmp. &notes_tmp. &source_tmp.;
Macro to generate SAS packages. Macro to generate SAS packages.
Version 20260615 Version 20260617
A SAS package is a zip file containing a group A SAS package is a zip file containing a group
of SAS codes (macros, functions, data steps generating of SAS codes (macros, functions, data steps generating
@@ -2007,7 +2007,7 @@ options ls = &ls_tmp. ps = &ps_tmp. &notes_tmp. &source_tmp.;
when empty takes buildLocation */ when empty takes buildLocation */
)/ secure minoperator )/ secure minoperator
/*** HELP END ***/ /*** HELP END ***/
des = 'Macro to generate SAS packages, version 20260615. Run %generatePackage(HELP) for help info.' des = 'Macro to generate SAS packages, version 20260617. Run %generatePackage(HELP) for help info.'
; ;
%if (%superq(filesLocation) = ) OR (%qupcase(&filesLocation.) = HELP) %then %if (%superq(filesLocation) = ) OR (%qupcase(&filesLocation.) = HELP) %then
%do; %do;
@@ -2022,7 +2022,7 @@ des = 'Macro to generate SAS packages, version 20260615. Run %generatePackage(HE
%put ### This is short help information for the `generatePackage` macro #; %put ### This is short help information for the `generatePackage` macro #;
%put #------------------------------------------------------------------------------------#; %put #------------------------------------------------------------------------------------#;
%put # #; %put # #;
%put # Macro to generate SAS packages, version `20260615` #; %put # Macro to generate SAS packages, version `20260617` #;
%put # #; %put # #;
%put # A SAS package is a zip file containing a group #; %put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #; %put # of SAS codes (macros, functions, data steps generating #;
@@ -2904,7 +2904,7 @@ title6 "MD5 hashed fileref of package lowcase name: &_PackageFileref_.";
title&_titleNumber_. "Package ZIP file location is: &buildLocation."; title&_titleNumber_. "Package ZIP file location is: &buildLocation.";
%end; %end;
footnote1 "SAS Packages Framework, version 20260615"; footnote1 "SAS Packages Framework, version 20260617";
proc print proc print
data = &filesWithCodes.(drop=base build folderRef fileRef rc folderid _abort_ fileId additionalContent) data = &filesWithCodes.(drop=base build folderRef fileRef rc folderid _abort_ fileId additionalContent)
@@ -3729,7 +3729,7 @@ data _null_;
%end; %end;
put +(-1) '`.;''' put +(-1) '`.;'''
/ ' !! '' %put The macro generated: '' !! put(dtCASLudf, E8601DT19.-L) !! ";"' / ' !! '' %put The macro generated: '' !! put(dtCASLudf, E8601DT19.-L) !! ";"'
/ ' !! '' %put with the SAS Packages Framework version 20260615.;''' / ' !! '' %put with the SAS Packages Framework version 20260617.;'''
/ ' !! '' %put ****************************************************************************;''' / ' !! '' %put ****************************************************************************;'''
/ ' !! '' %GOTO theEndOfTheMacro;''' / ' !! '' %GOTO theEndOfTheMacro;'''
/ ' !! '' %end;''' ; / ' !! '' %end;''' ;
@@ -3893,7 +3893,7 @@ data _null_;
%end; %end;
put +(-1) '`.; '' !!' / put +(-1) '`.; '' !!' /
''' %put The macro generated: ''' " !! put(dtIML, E8601DT19.-L) !! " '''; '' !! ' / ''' %put The macro generated: ''' " !! put(dtIML, E8601DT19.-L) !! " '''; '' !! ' /
''' %put with the SAS Packages Framework version 20260615.; '' !! ' / ''' %put with the SAS Packages Framework version 20260617.; '' !! ' /
''' %put ****************************************************************************; '' !! ' / ''' %put ****************************************************************************; '' !! ' /
''' %GOTO theEndOfTheMacro; '' !! ' / ''' %GOTO theEndOfTheMacro; '' !! ' /
''' %end; '' !! ' / ''' %end; '' !! ' /
@@ -4765,7 +4765,7 @@ data _null_;
%end; %end;
put 'put " " / @3 "---------------------------------------------------------------------" / " ";' put 'put " " / @3 "---------------------------------------------------------------------" / " ";'
/ 'put @3 "*SAS package generated by SAS Package Framework, version `20260615`*";' / 'put @3 "*SAS package generated by SAS Package Framework, version `20260617`*";'
/ "put @3 '*under `&sysscp.`(`&sysscpl.`) operating system,*';" / "put @3 '*under `&sysscp.`(`&sysscpl.`) operating system,*';"
/ "put @3 '*using SAS release: `&sysvlong4.`.*';" / "put @3 '*using SAS release: `&sysvlong4.`.*';"
/ 'put " " / @3 "---------------------------------------------------------------------";'; / 'put " " / @3 "---------------------------------------------------------------------";';
@@ -5204,7 +5204,7 @@ options &qlenmax_fstimer_tmp.;
/*+SPFint_gnPckg_tests+*/ /*+SPFint_gnPckg_tests+*/
%macro SPFint_gnPckg_tests()/secure minoperator %macro SPFint_gnPckg_tests()/secure minoperator
des='SAS Packages Framework internal macro. Executable only inside the %generatePackage() macro. The macro encapsulates the test part of the process. Version 20260615.'; des='SAS Packages Framework internal macro. Executable only inside the %generatePackage() macro. The macro encapsulates the test part of the process. Version 20260617.';
/* macro picks up all macrovariables from external scope, so from the %generatePackage() macro */ /* macro picks up all macrovariables from external scope, so from the %generatePackage() macro */
%if %sysmexecname(%sysmexecdepth-1) in (GENERATEPACKAGE) %then %if %sysmexecname(%sysmexecdepth-1) in (GENERATEPACKAGE) %then
%do; %do;
@@ -5886,7 +5886,7 @@ options &quotelenmax_tmp.;
/*+SPFint_gnPckg_markdown+*/ /*+SPFint_gnPckg_markdown+*/
%macro SPFint_gnPckg_markdown()/secure minoperator %macro SPFint_gnPckg_markdown()/secure minoperator
des='SAS Packages Framework internal macro. Executable only inside the %generatePackage() macro. The macro encapsulates the markdown documentation part of the process. Version 20260615.'; des='SAS Packages Framework internal macro. Executable only inside the %generatePackage() macro. The macro encapsulates the markdown documentation part of the process. Version 20260617.';
/* macro picks up all macrovariables from external scope, so from the %generatePackage() macro */ /* macro picks up all macrovariables from external scope, so from the %generatePackage() macro */
%if %sysmexecname(%sysmexecdepth-1) in (GENERATEPACKAGE) %then %if %sysmexecname(%sysmexecdepth-1) in (GENERATEPACKAGE) %then
%do; %do;
@@ -5998,7 +5998,7 @@ data &filesWithCodes.markdown;
%end; %end;
put " " / "---------------------------------------------------------------------" / " " put " " / "---------------------------------------------------------------------" / " "
/ "*SAS package generated by SAS Package Framework, version `20260615`,*" / "*SAS package generated by SAS Package Framework, version `20260617`,*"
/ "*under `&sysscp.`(`&sysscpl.`) operating system,*" / "*under `&sysscp.`(`&sysscpl.`) operating system,*"
/ "*using SAS release: `&sysvlong4.`.*" / "*using SAS release: `&sysvlong4.`.*"
/ " " / "---------------------------------------------------------------------" / " "; / " " / "---------------------------------------------------------------------" / " ";
@@ -6139,7 +6139,7 @@ options &MarkDownOptionsTmp.;
/*+SPFint_gnPckg_arch+*/ /*+SPFint_gnPckg_arch+*/
%macro SPFint_gnPckg_arch()/secure minoperator %macro SPFint_gnPckg_arch()/secure minoperator
des='SAS Packages Framework internal macro. Executable only inside the %generatePackage() macro. The macro encapsulates the archive version generation part of the process. Version 20260615.'; des='SAS Packages Framework internal macro. Executable only inside the %generatePackage() macro. The macro encapsulates the archive version generation part of the process. Version 20260617.';
/* macro picks up all macrovariables from external scope, so from the %generatePackage() macro */ /* macro picks up all macrovariables from external scope, so from the %generatePackage() macro */
%if %sysmexecname(%sysmexecdepth-1) in (GENERATEPACKAGE) %then %if %sysmexecname(%sysmexecdepth-1) in (GENERATEPACKAGE) %then
%do; %do;
@@ -6306,7 +6306,7 @@ TODO: (in Polish)
*/ */
)/secure )/secure
/*** HELP END ***/ /*** HELP END ***/
des = 'Macro to load multiple SAS packages at one run, version 20260615. Run %loadPackages(HELP) for help info.' des = 'Macro to load multiple SAS packages at one run, version 20260617. Run %loadPackages(HELP) for help info.'
parmbuff parmbuff
; ;
%if (%superq(packagesNames) = ) OR (%qupcase(&packagesNames.) = HELP) %then %if (%superq(packagesNames) = ) OR (%qupcase(&packagesNames.) = HELP) %then
@@ -6322,7 +6322,7 @@ parmbuff
%put ### This is short help information for the `loadPackageS` macro #; %put ### This is short help information for the `loadPackageS` macro #;
%put #-------------------------------------------------------------------------------#; %put #-------------------------------------------------------------------------------#;
%put # #; %put # #;
%put # Macro wrapper for the loadPackage macro, version `20260615` #; %put # Macro wrapper for the loadPackage macro, version `20260617` #;
%put # #; %put # #;
%put # A SAS package is a zip file containing a group #; %put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #; %put # of SAS codes (macros, functions, data steps generating #;
@@ -6420,7 +6420,7 @@ parmbuff
hashing_file() function, SAS 9.4M6 */ hashing_file() function, SAS 9.4M6 */
)/secure )/secure
/*** HELP END ***/ /*** HELP END ***/
des = 'Macro to verify SAS package with the hash digest, version 20260615. Run %verifyPackage(HELP) for help info.' des = 'Macro to verify SAS package with the hash digest, version 20260617. Run %verifyPackage(HELP) for help info.'
; ;
%if (%superq(packageName) = ) OR (%qupcase(&packageName.) = HELP) %then %if (%superq(packageName) = ) OR (%qupcase(&packageName.) = HELP) %then
%do; %do;
@@ -6435,7 +6435,7 @@ des = 'Macro to verify SAS package with the hash digest, version 20260615. Run %
%put ### This is short help information for the `verifyPackage` macro #; %put ### This is short help information for the `verifyPackage` macro #;
%put #-------------------------------------------------------------------------------#; %put #-------------------------------------------------------------------------------#;
%put # #; %put # #;
%put # Macro to verify SAS package with it hash digest, version `20260615` #; %put # Macro to verify SAS package with it hash digest, version `20260617` #;
%put # #; %put # #;
%put # A SAS package is a zip file containing a group #; %put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #; %put # of SAS codes (macros, functions, data steps generating #;
@@ -6651,7 +6651,7 @@ des = 'Macro to verify SAS package with the hash digest, version 20260615. Run %
*/ */
)/secure )/secure
/*** HELP END ***/ /*** HELP END ***/
des = 'Macro to preview content of a SAS package, version 20260615. Run %previewPackage(HELP) for help info.' des = 'Macro to preview content of a SAS package, version 20260617. Run %previewPackage(HELP) for help info.'
; ;
%if (%superq(packageName) = ) OR (%qupcase(&packageName.) = HELP) %then %if (%superq(packageName) = ) OR (%qupcase(&packageName.) = HELP) %then
%do; %do;
@@ -6666,7 +6666,7 @@ des = 'Macro to preview content of a SAS package, version 20260615. Run %preview
%put ### This is short help information for the `previewPackage` macro #; %put ### This is short help information for the `previewPackage` macro #;
%put #-------------------------------------------------------------------------------#; %put #-------------------------------------------------------------------------------#;
%put # #; %put # #;
%put # Macro to get preview of a SAS packages, version `20260615` #; %put # Macro to get preview of a SAS packages, version `20260617` #;
%put # #; %put # #;
%put # A SAS package is a zip file containing a group #; %put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #; %put # of SAS codes (macros, functions, data steps generating #;
@@ -6800,7 +6800,7 @@ des = 'Macro to preview content of a SAS package, version 20260615. Run %preview
when empty the "packages" value is used */ when empty the "packages" value is used */
)/secure )/secure
/*** HELP END ***/ /*** HELP END ***/
des = 'Macro to list directories pointed by "packages" fileref, version 20260615. Run %extendPackagesFileref(HELP) for help info.' des = 'Macro to list directories pointed by "packages" fileref, version 20260617. Run %extendPackagesFileref(HELP) for help info.'
; ;
%if %QUPCASE(&packages.) = HELP %then %if %QUPCASE(&packages.) = HELP %then
@@ -6816,7 +6816,7 @@ des = 'Macro to list directories pointed by "packages" fileref, version 20260615
%put ### This is short help information for the `extendPackagesFileref` macro #; %put ### This is short help information for the `extendPackagesFileref` macro #;
%put #-----------------------------------------------------------------------------------------#;; %put #-----------------------------------------------------------------------------------------#;;
%put # #; %put # #;
%put # Macro to list directories pointed by 'packages' fileref, version `20260615` #; %put # Macro to list directories pointed by 'packages' fileref, version `20260617` #;
%put # #; %put # #;
%put # A SAS package is a zip file containing a group #; %put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #; %put # of SAS codes (macros, functions, data steps generating #;
@@ -6918,7 +6918,7 @@ filename packages list;
is provided in required version */ is provided in required version */
)/secure )/secure
/*** HELP END ***/ /*** HELP END ***/
des = 'Macro to load additional content for a SAS package, version 20260615. Run %loadPackageAddCnt(HELP) for help info.' des = 'Macro to load additional content for a SAS package, version 20260617. Run %loadPackageAddCnt(HELP) for help info.'
minoperator minoperator
; ;
%if (%superq(packageName) = ) OR (%qupcase(&packageName.) = HELP) %then %if (%superq(packageName) = ) OR (%qupcase(&packageName.) = HELP) %then
@@ -6934,7 +6934,7 @@ minoperator
%put ### This is short help information for the `loadPackageAddCnt` macro #; %put ### This is short help information for the `loadPackageAddCnt` macro #;
%put #-------------------------------------------------------------------------------#; %put #-------------------------------------------------------------------------------#;
%put # #; %put # #;
%put # Macro to *load* additional content for a SAS package, version `20260615` #; %put # Macro to *load* additional content for a SAS package, version `20260617` #;
%put # #; %put # #;
%put # A SAS package is a zip file containing a group #; %put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #; %put # of SAS codes (macros, functions, data steps generating #;
@@ -7305,7 +7305,7 @@ minoperator
,nobs=0 /* technical parameter */ ,nobs=0 /* technical parameter */
) )
/*** HELP END ***/ /*** HELP END ***/
/ des = 'Utility macro to split "one big" code into multiple files for a SAS package, version 20260615. Run %splitCodeForPackage(HELP) for help info.' / des = 'Utility macro to split "one big" code into multiple files for a SAS package, version 20260617. Run %splitCodeForPackage(HELP) for help info.'
; ;
%if (%superq(codeFile) = ) OR (%qupcase(&codeFile.) = HELP) %then %if (%superq(codeFile) = ) OR (%qupcase(&codeFile.) = HELP) %then
%do; %do;
@@ -7321,7 +7321,7 @@ minoperator
%put #-------------------------------------------------------------------------------#; %put #-------------------------------------------------------------------------------#;
%put # #; %put # #;
%put # Utility macro to *split* single file with SAS package code into multiple #; %put # Utility macro to *split* single file with SAS package code into multiple #;
%put # files with separate snippets, version `20260615` #; %put # files with separate snippets, version `20260617` #;
%put # #; %put # #;
%put # A SAS package is a zip file containing a group #; %put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #; %put # of SAS codes (macros, functions, data steps generating #;
@@ -7697,7 +7697,7 @@ options nomprint nosymbolgen nomlogic notes source ls=MAX ps=MAX msglevel=N ;
*/ */
if firstLine[j] then if firstLine[j] then
do; do;
put '/* File generated with help of SAS Packages Framework, version 20260615. */'; put '/* File generated with help of SAS Packages Framework, version 20260617. */';
firstLine[j]=0; firstLine[j]=0;
end; end;
put _infile_; put _infile_;
@@ -7730,7 +7730,7 @@ options &options_tmp2.;
,psMAX=MAX /* pageSise in case executed inside DoSubL() */ ,psMAX=MAX /* pageSise in case executed inside DoSubL() */
,ods= /* a data set for results, e.g., work.relocatePackageReport */ ,ods= /* a data set for results, e.g., work.relocatePackageReport */
) )
/ des = 'Utility macro that locally Copies or Moves Packages, version 20260615. Run %relocatePackage(HELP) for help info.' / des = 'Utility macro that locally Copies or Moves Packages, version 20260617. Run %relocatePackage(HELP) for help info.'
secure secure
minoperator minoperator
; ;
@@ -7748,7 +7748,7 @@ options &options_tmp2.;
%put ### This is short help information for the `relocatePackage` macro #; %put ### This is short help information for the `relocatePackage` macro #;
%put #-------------------------------------------------------------------------------#; %put #-------------------------------------------------------------------------------#;
%put # #; %put # #;
%put # Macro to *locally copy or move* (relocate) SAS packages, version `20260615` #; %put # Macro to *locally copy or move* (relocate) SAS packages, version `20260617` #;
%put # #; %put # #;
%put # A SAS package is a zip file containing a group #; %put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #; %put # of SAS codes (macros, functions, data steps generating #;
@@ -8413,7 +8413,7 @@ filename PACKAGES ("R:\testPackages2" "R:\testPackages1");
vERRb /* indicates if macro should be verbose and report errors */ vERRb /* indicates if macro should be verbose and report errors */
) )
/ minoperator PARMBUFF / minoperator PARMBUFF
des = 'Macro to check if the PACKAGES fileref is "correct", type %isPackagesFilerefOK(HELP) for help, version 20260615.' des = 'Macro to check if the PACKAGES fileref is "correct", type %isPackagesFilerefOK(HELP) for help, version 20260617.'
; ;
/*** HELP END ***/ /*** HELP END ***/
%if %QUPCASE(&SYSPBUFF.) = %str(%(HELP%)) %then %if %QUPCASE(&SYSPBUFF.) = %str(%(HELP%)) %then
@@ -8429,7 +8429,7 @@ des = 'Macro to check if the PACKAGES fileref is "correct", type %isPackagesFile
%put ### This is short help information for the `isPackagesFilerefOK` macro #; %put ### This is short help information for the `isPackagesFilerefOK` macro #;
%put #-----------------------------------------------------------------------------------------#;; %put #-----------------------------------------------------------------------------------------#;;
%put # #; %put # #;
%put # Macro to check if the `packages` fileref is "correct", version `20260615` #; %put # Macro to check if the `packages` fileref is "correct", version `20260617` #;
%put # #; %put # #;
%put # A SAS package is a zip file containing a group #; %put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #; %put # of SAS codes (macros, functions, data steps generating #;
@@ -8563,7 +8563,7 @@ SPFmacroName /* space separated list of names */
/ /
minoperator minoperator
secure secure
des = 'Macro to provide help notes about SAS Packages Framework macros, version 20260615. Run %SasPackagesFrameworkNotes(HELP) for help info.' des = 'Macro to provide help notes about SAS Packages Framework macros, version 20260617. Run %SasPackagesFrameworkNotes(HELP) for help info.'
; ;
%local list N i element; %local list N i element;
%let list= %let list=
@@ -8609,7 +8609,7 @@ SasPackagesFrameworkNotes
%put ### This is short help information for the `SasPackagesFrameworkNotes` macro #; %put ### This is short help information for the `SasPackagesFrameworkNotes` macro #;
%put #-------------------------------------------------------------------------------#; %put #-------------------------------------------------------------------------------#;
%put # #; %put # #;
%put # Macro prints help notes for SAS Packages Framework macros, version `20260615` #; %put # Macro prints help notes for SAS Packages Framework macros, version `20260617` #;
%put # #; %put # #;
%put # A SAS package is a zip file containing a group #; %put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #; %put # of SAS codes (macros, functions, data steps generating #;
@@ -8732,7 +8732,7 @@ options mlogic symbolgen;
,packagesRef=packages ,packagesRef=packages
,ods= /* data set for report file */ ,ods= /* data set for report file */
)/ )/
des='Macro to create a bundle of SAS packages, version 20260615. Run %bundlePackages(HELP) for help info.' des='Macro to create a bundle of SAS packages, version 20260617. Run %bundlePackages(HELP) for help info.'
secure minoperator secure minoperator
; ;
@@ -8749,7 +8749,7 @@ secure minoperator
%put ### This is short help information for the `bundlePackages` macro #; %put ### This is short help information for the `bundlePackages` macro #;
%put #-------------------------------------------------------------------------------#; %put #-------------------------------------------------------------------------------#;
%put # #; %put # #;
%put # Macro to *create bundles* of SAS packages, version `20260615` #; %put # Macro to *create bundles* of SAS packages, version `20260617` #;
%put # #; %put # #;
%put # A SAS package is a zip file containing a group #; %put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #; %put # of SAS codes (macros, functions, data steps generating #;
@@ -9243,7 +9243,7 @@ filename p2 "R:/dontexist";
,verify=0 ,verify=0
,quiet=0 ,quiet=0
)/ )/
des='Macro to extract a bundle of SAS packages, version 20260615. Run %unbundlePackages(HELP) for help info.' des='Macro to extract a bundle of SAS packages, version 20260617. Run %unbundlePackages(HELP) for help info.'
secure secure
minoperator minoperator
; ;
@@ -9261,7 +9261,7 @@ minoperator
%put ### This is short help information for the `unbundlePackages` macro #; %put ### This is short help information for the `unbundlePackages` macro #;
%put #-------------------------------------------------------------------------------#; %put #-------------------------------------------------------------------------------#;
%put # #; %put # #;
%put # Macro to *extract* SAS packages from a bundle, version `20260615` #; %put # Macro to *extract* SAS packages from a bundle, version `20260617` #;
%put # #; %put # #;
%put # A SAS package is a zip file containing a group #; %put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #; %put # of SAS codes (macros, functions, data steps generating #;
@@ -9697,7 +9697,7 @@ libname _ "R:\check5";
%macro SPFinit_intrnl_forceV7DSname( %macro SPFinit_intrnl_forceV7DSname(
mcParam /* name of a macro parameter holding user provided data set name */ mcParam /* name of a macro parameter holding user provided data set name */
)/secure minoperator )/secure minoperator
des='SAS Packages Framework internal macro. Executable only inside selected SPF macros. Macro generates 4GL code that forces V7 compatybility for user provided data set names. Version 20260615.'; des='SAS Packages Framework internal macro. Executable only inside selected SPF macros. Macro generates 4GL code that forces V7 compatybility for user provided data set names. Version 20260617.';
/* The macro can be called only inside a data step. */ /* The macro can be called only inside a data step. */
/**************************************************************************** /****************************************************************************
### Parameters: ### Parameters:
@@ -9816,7 +9816,7 @@ des='SAS Packages Framework internal macro. Executable only inside selected SPF
, successDS= /* technical */ , successDS= /* technical */
) )
/secure /secure
des = 'Macro to request SAS package installation and loading, version 20260615. Run %requestPackage(HELP) for help info.' des = 'Macro to request SAS package installation and loading, version 20260617. Run %requestPackage(HELP) for help info.'
; ;
%if (%superq(packageName) = ) OR (%qupcase(&packageName.) = HELP) %then %if (%superq(packageName) = ) OR (%qupcase(&packageName.) = HELP) %then
@@ -9832,7 +9832,7 @@ des = 'Macro to request SAS package installation and loading, version 20260615.
%put ### This is short help information for the `requestPackage` macro #; %put ### This is short help information for the `requestPackage` macro #;
%put #--------------------------------------------------------------------------------------------#;; %put #--------------------------------------------------------------------------------------------#;;
%put # #; %put # #;
%put # Macro to request (install and load) SAS packages, version `20260615` #; %put # Macro to request (install and load) SAS packages, version `20260617` #;
%put # #; %put # #;
%put # A SAS package is a zip file containing a group #; %put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #; %put # of SAS codes (macros, functions, data steps generating #;
@@ -9857,9 +9857,10 @@ des = 'Macro to request SAS package installation and loading, version 20260615.
%put # **Installation options:** #; %put # **Installation options:** #;
%put # #; %put # #;
%put # - `requiredVersion=` *Optional.* Indicates which (at least) package version we want #; %put # - `requiredVersion=` *Optional.* Indicates which (at least) package version we want #;
%put # to be requested, empty value by default means "the latest". #; %put # to be requested. Empty value by default means: %str(%")load currently #;
%put # When loaded/installed package version is greater or equal #; %put # installed version or install and load the latest available one.%str(%") #;
%put # from requested, lower requested version is not loaded/installed. #; %put # When loaded (installed) package version is greater or equal #;
%put # than requested, lower requested version is not loaded (installed). #;
%put # #; %put # #;
%put # - `sourcePath=` Location of the package, e.g. "www.some.web.page/" #; %put # - `sourcePath=` Location of the package, e.g. "www.some.web.page/" #;
%put # Mind the "/" at the end of the path! #; %put # Mind the "/" at the end of the path! #;