Compare commits

..

17 Commits

Author SHA1 Message Date
Bart Jablonski 3f8fc96a6a The BasePlus package, version: 3.2.0
The BasePlus package, version: 3.2.0

Fix for leading spaces and `[` and `]` in the %dirsAndFiles()` macro.

- File SHA256: `F*F85189F1AF33755A7C9F05673A8094AE3245A21C8B602E02C20170A4DCF73890` for this version
- Content SHA256: `C*2216D9556FF51EDABAACBBFED7D30D5B46519083F7217A647A505C2F9FAB3634` for this version
2026-05-28 12:08:36 +02:00
Bart Jablonski 474250c95d Links updated 2026-05-21 14:11:50 +02:00
Bart Jablonski b0654fe0eb SAS Packages Framework, version 20260515
SAS Packages Framework, version `20260515`

Changes:

Two new parameters in the `%unbundlePackages()` macro:

 - `reportOnly=` - *Optional.* Indicates if packages unbundling should be suspended and only a report with bundle content be produced and printed. Value `1` means yes, Value `0` (default) means no.

 - `quiet=` - *Optional.* Indicates if printout of the summary report should be suspended. Value `1` means yes, Value `0` (default) means no.
2026-05-15 23:59:07 +02:00
Bart Jablonski 49499a5f5a Link to SAS Innovate 2026 video.
Link to SAS Innovate 2026 video:

https://youtu.be/0plCa_mcOMI?list=PLVBcK_IpFVi-BXicJ5ZMcXuPNQTphJuhv
2026-05-14 15:07:20 +02:00
Bart Jablonski 163dd066d5 SAS Packages Framework, version 20260514
# SAS Packages Framework, version `20260514`

Code cleaning and fixes in user input verification.
2026-05-14 13:44:58 +02:00
Bart Jablonski b2827b8d4c The BasePlus package, version: 3.1.5
The BasePlus package, version: 3.1.5

Error fix in `%splitdsintoblocks()` macro (missing semicolon were producing "Variable is uninitialized." note).

- File SHA256: `F*2308959251D1BF9259B693EB8C60D30D24D5D7E06AED05A03639A7C7E458658F` for this version
- Content SHA256: `C*9CA3E5365260C4D439592CCD16311BE30C82DE03AFC80BC2EA6B9677B3F7A8CE` for this version
2026-05-12 16:46:35 +02:00
Bart Jablonski 3119c4ba04 The SQLinDS package [ver. 2.4.0]
The SQLinDS package [ver. 2.4.0]

You can use Proc SQL to populate hash table. Call to `%SQL()` has to be in double-quotes.

- File SHA256: `F*A3DC9400DEF1403DC9E191611790244A8B0FB23303D3A98D29777E46A1D4E8B4` for this version
- Content SHA256: `C*4A49F365C4EF8C5523393FDC1E11C344B023F449B3F1759BA27CFC6C1293A499` for this version
2026-05-11 14:37:27 +02:00
Bart Jablonski 9e3d8c6da6 Fix link formatting in README.md 2026-05-08 18:49:10 +02:00
Bart Jablonski b6e49567f9 Video link for SAS Innovate 2026 presentation 2026-05-08 18:48:32 +02:00
Bart Jablonski 9cbae7c931 SAS Innovate 2026 Users Day video link 2026-05-08 18:37:19 +02:00
Bart Jablonski 8479a9b00b Merge pull request #129 from echarlesgrasby/echarlesgrasby-doc-patch
Fixing links to documentation markdown files in the SASPAC repo that appear to be broken
2026-05-08 18:20:07 +02:00
Eric Charles Grasby, MSIQ 1dfbb52866 Merge branch 'yabwon:main' into echarlesgrasby-doc-patch 2026-05-08 10:51:43 -05:00
Eric Charles Grasby, MSIQ 7317356ddc Update README.md
Fixed references to respective documentation .md files in the SASPAC archive repository
2026-05-08 10:51:21 -05:00
Eric Charles Grasby, MSIQ c56ca48a02 Fix link to SQLinDS.md
Pointing to the new link for SQLinDS.md in the SASPAC repo
2026-05-08 10:43:18 -05:00
Bart Jablonski 170f36b82a Materials for NJSUG 2026 Webinar
Materials for NJSUG 2026 Webinar:

Future of Statistical Programming
Fri, May 8, 2026 | 10:00 AM - 11:40 AM ET

Le petit SAS package - a workshop about the "Hello World" SAS package.
2026-05-08 17:40:58 +02:00
Eric Charles Grasby, MSIQ 3fccd63114 test update 2026-05-08 10:39:37 -05:00
Bart Jablonski d2ef89e2b7 SAS Packages Framework, version 20260411
SAS Packages Framework, version `20260411`

New parameters added to the %installPackage() macro:
- backup

A backup copy of already installed package can be created before installing new one.
2026-04-10 19:22:47 +02:00
35 changed files with 2533 additions and 325 deletions
+11 -4
View File
@@ -17,7 +17,7 @@ Don't forget to give the repository a **STAR** and become [stargazer](https://gi
### Current version:
**The latest version** of the **SAS Packages Framework** is **`20260409`**.
**The latest version** of the **SAS Packages Framework** is **`20260515**.
---
@@ -45,6 +45,11 @@ Videos presenting the SPF and packages, from various conferences and meetups (th
- ["SAS Packages - State of the Union" - SaSensei International Dojo No. 13](https://www.youtube.com/watch?v=1GEldZYQjj0&t=0s "SID no. 13") (November 10th 2022, ~50 minutes, general overview with the latest technical details)
- ["SAS Packages Framework - an easy code sharing medium for SAS" - Warsaw IT Days 2023](https://youtu.be/T52Omisi0dk&t=0s "Warsaw IT Days 2023") (March 31st 2023, ~60 minutes, general overview with technical details for user and developer)
- ["SAS Package ー その共有、もっとスマートに" - SASユーザー総会 2025](https://youtu.be/4QRr7sUhO9E "SASユーザー総会2025") (September 25th 2025, ~22 minutes, general overview with the list of reasons: why is it worth to use SAS packages?)
- ["SQLinDS and evExpress SAS packages - a tribute to SAS rock-stars!" - SAS Innovate 2026 Users Day](https://www.youtube.com/watch?v=ONSmt_l2TtU&t=6433s "SAS Innovate 2026 Users Day") (April 27th 2026, ~30 minutes, introduction to `SQLinDS` and `evExpress` SAS packages)
- ["Introducing SAS Packages: A Modern Code Sharing Medium for SAS" - SAS Innovate 2026](https://youtu.be/0plCa_mcOMI?list=PLVBcK_IpFVi-BXicJ5ZMcXuPNQTphJuhv "SAS Innovate 2026") (April 28th 2026, ~36 minutes, general overview and itroduction to SAS packages)
- ["Le petit SAS package - a workshop about the *Hello World* SAS package" - NJSUG 2026](https://drive.google.com/file/d/1y2_HO0tTnuiv3pk5swwETsd5Mi7EeFBP/view?usp=sharing "NJSUG 2026") (May 8ht, 2026, ~53 minutes, technical presentation about building a "Hello World"-style SAS packages from scratch)
### Tutorials:
@@ -57,9 +62,11 @@ Letter "D" indicates tutorial dedicated for developers and "U" materials for use
2) (D) Very simple ["Hello World" example](https://github.com/yabwon/SAS_PACKAGES/blob/main/SPF/Documentation/HelloWorldPackage.md) tutorial for developers. As a support a [walk-through video](https://youtu.be/T52Omisi0dk&t=2160s)
3) (D) Article and all required materials for ["My first SAS Package"](https://github.com/yabwon/SAS_PACKAGES/tree/main/SPF/Documentation/Paper_1079-2021) tutorial.
3) (D) Video tutorial about ["Le Petit SAS Package"](https://drive.google.com/file/d/1y2_HO0tTnuiv3pk5swwETsd5Mi7EeFBP/view?usp=sharing), materials from the recording are [here](https://github.com/yabwon/SAS_PACKAGES/tree/main/SPF/Documentation/LePetitSASpackage).
4) (DU) Materials from Hands-on-Workshop (4+ hours) tutorial: [Share your code with SAS Packages](https://github.com/yabwon/HoW-SASPackages).
4) (D) Article and all required materials for ["My first SAS Package"](https://github.com/yabwon/SAS_PACKAGES/tree/main/SPF/Documentation/Paper_1079-2021) tutorial.
5) (DU) Materials from Hands-on-Workshop (4+ hours) tutorial: [Share your code with SAS Packages](https://github.com/yabwon/HoW-SASPackages).
It is a "zero to hero" tutorial that explains all the "bells and whistles" of using, and all the "nuts and bolts" of developing SAS packages.
---
@@ -68,7 +75,7 @@ Letter "D" indicates tutorial dedicated for developers and "U" materials for use
### Initiative to add SAS Packages Framework to SAS Base/Viya:
A **SASware Ballot Idea** for adding *SAS Packages Framework* macros into Base SAS and Viya was submitted Friday, May 27th 2022. If you would like to support the idea visit this [**communities.sas.com post**](https://communities.sas.com/t5/SASware-Ballot-Ideas/Add-SAS-Packages-Framework-to-the-SAS-Base-Viya/idi-p/815508) and up vote the idea! We have 48 likes from 46 supporters up to today (as of September 30, 2025)!
A **SASware Ballot Idea** for adding *SAS Packages Framework* macros into Base SAS and Viya was submitted Friday, May 27th 2022. If you would like to support the idea visit this [**communities.sas.com post**](https://communities.sas.com/t5/SAS-Product-Suggestions/Add-SAS-Packages-Framework-to-the-SAS-Base-Viya/idi-p/815508) and up vote the idea! We have 49 likes from 47 supporters up to today (as of May 21, 2026)!
---
File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

@@ -0,0 +1,735 @@
/*
# **Le petit SAS package**
## a workshop about the "*Hello World*" SAS package.
by [**Bartosz Jabłoński**](https://linkedin.com/in/yabwon)
[LinkedIn](https://linkedin.com/in/yabwon)
[GitHub](https://github.com/yabwon)
---
<!-- ![Cover](./le_petit_SAS_package.png) -->
<img src="./le_petit_SAS_package.png" alt="Le petit SAS package" style="height:800px;"/>
---
*/
/*
---
## Links and locations
[**SAS Packages Framework**](https://github.com/yabwon/SAS_PACKAGES) - this is the place where the SAS Packages Framework lives.
[**Hands on Workshop Materials**](https://github.com/yabwon/HoW-SASPackages) - this is the location for tutorial materials that will teach you how to work with SAS packages and that will take you "from 0 to hero" in SAS packages world.
[SPF's introductory video series](https://www.youtube.com/playlist?list=PLeMzGEImIT5eV13IGXQIgWmTFCJt_cLZG) - this is a YouTube introductory video series explaining the basics.
[**SAS Packages Archive**](https://github.com/SASPAC) - some of publicly available SAS packages are located here.
[PharmaForest](https://github.com/PharmaForest) - pharma industry dedicated SAS packages are there.
---
*/
options nofullstimer stimer nomprint nosymbolgen nomlogic;
data _null_;
put "WARNING- Welcome at NJSUG meetup!";
run;
/*
## autoexec.sas
I'm keeping my session setup in the `autoexec.sas` file.
*/
/* this is an optional step - I basically have my session configuration in autoexec */
/*
%include "C:\SAS_WORK\autoexec.sas";
%put %workpath();
%put &sysLoadedPackages.;
*/
/*
But it can be replaced, for example, by something like this:
*/
/* set "current working path" to WORK location */
%put %sysfunc(DLGCDIR(%sysfunc(PATHNAME(work))));
filename _ ".";
filename _ list;
filename _ clear;
/* enable the SAS Packages Framework */
filename packages "C:\SAS_WORK\SAS_PACKAGES"; /* filename packages "/sas/PACKAGES"; */
%include packages(SPFinit.sas);
/* Load SAS packages */
%loadPackageS(SQLinDS BasePlus)
/* %loadPackageS(macroArray, DFA, GSM, bpUTiL, maxims4sas, evExpress) */
resetline;
/* List loaded packages */
%put NOTE- SAS session with SAS Packages: &SYSLoadedPackages.;
%put NOTE- %workpath(); /* basePlus macro */
/*
---
# Code types
SAS Packages can contain various code types, including:
- macros,
- FCMP functions,
- formats & informats,
- IML modules,
- DS2 packages & threads,
- CAS-L functions,
- data sets,
- libraries, etc.
Full list is provided in the [Training Materials](https://github.com/yabwon/HoW-SASPackages).
Today we will go with 3 basic: a macros, a function, and a format.
*/
/*
## A Macro
This macro prints the fox's quotes to the log.
*/
resetline;
%macro fox(quote);
%local n e w;
%let n = NOTE;
%let e = ERROR;
%let w = WARNING;
%if 1=%superq(quote) %then
%do;
%put &n.- And now here is my secret, a very simple secret:;
%put &n.- It is only with the heart that one can see rightly%str(;);
%put &n.- what is essential is invisible to the eye.;
%end;
%else
%if 2=%superq(quote) %then
%do;
%put &w.- It is the time you have wasted for your rose;
%put &w.- that makes your rose so important.;
%put &w.- Men have forgotten this truth. But you must not forget it.;
%put &w.- You become responsible, forever, for what you have tamed.;
%put &w.- You are responsible for your rose...;
%end;
%else
%do;
%put &e.- One only understands the things that one tames.;
%put &e.- Men have no more time to understand anything.;
%put &e.- They buy things all ready made at the shops.;
%put &e.- But there is no shop anywhere where one can buy friendship,;
%put &e.- and so men have no friends any more. If you want a friend, tame me...;
%end;
%mend fox;
%fox(1)
%fox(2)
%fox()
/*
## A Format
This format displays values from 1 to 4 as rose's quotes.
*/
resetline;
PROC FORMAT;
value rose
1="Ah! I am scarcely awake. I beg that you will excuse me. My petals are still all disarranged..."
2="Of course I love you. It is my fault that you have not known it all the while. [...] Try to be happy..."
3="My cold is not so bad as all that... The cool night air will do me good. I am a flower."
4="Well, I must endure the presence of two or three caterpillars if I wish to become acquainted with the butterflies."
other="ERROR: QUOTE OUT OF RANGE!"
;
RUN;
data _null_;
do i = 1 to 5;
put "NOTE- " i rose. /;
end;
run;
/*
## A Function
This FCMP function returns the prince's quote: "*If you please--draw me a sheep!*", and generates random rose's quote in the LOG.
*/
resetline;
PROC FCMP outlib=work.little.prince;
function prince() $ 42;
file log;
length i $ 256;
r=rand('integer',1,4);
i = put(r, rose.);
put @1 "RANDOM NOTE:" i /;
return("If you please--draw me a sheep!");
endfunc;
QUIT;
proc options option=cmplib;
run;
/*
For an FCMP function to work the `CMPLIB` option has to be updated.
*/
options append=(cmplib=work.little);
proc options option=cmplib;
run;
data _null_;
do i = 1 to 5;
prince=prince();
rc=sleep(1,0.2);
end;
put prince=;
run;
/*
---
# **##############################**
# *If you please - build me a SAS package!*
# **##############################**
---
*/
/*
## The Directory
In the firs step, a directory for the package source has to be created.
*/
options dlcreatedir;
%let dir = R:\NJSUG\LePetitSASpackageDirectory;
libname p "&dir.";
libname p list;
/*
## The Description
This is the **description** file for the package.
It should be named `description.sas` and located in the package source directory.
The colon (`:`) is a field separator and is restricted in lines of the header part.
The part between `DESCRIPTION START:` and `DESCRIPTION END:` is a "free format" text part where the developer provides package description, additional notes, information, etc.
*/
/* **HEADER** */
Type: Package
Package: LePetitSASpackage
Title: Le petit SAS package - a workshop about the "*Hello World*" SAS package.
Version: 0.0.1
Author: Bartosz Jablonski
Maintainer: Bartosz Jablonski (yabwon@gmail.com)
License: MIT
Encoding: UTF8
Required: "Base SAS Software"
ReqPackages: "SQLinDS(2.3.3)"
/* **DESCRIPTION** */
/* All the text below will be used for help notes */
DESCRIPTION START:
The **LePetitSASpackage** package is an implementation
of a little "*Hello World*" SAS package presented during
**NJSUG** meetup.
It is build for fun, but also (or foremost) to show us
how easy it is to build SAS packages.
*"I have serious reason to believe that the planet from which
the little package came is the asteroid known as B612.
This asteroid has only once been seen through the telescope.
That was by a Turkish astronomer, in 1909."*
---
DESCRIPTION END:
/*
[**NOTE**] The `SQLinDS` package is added as a dependency just to show the it can be done. In normal circumstances, when a package doesn't have dependencies the `ReqPackage:` tag is skipped. The `Required:` tag is also just for demonstration.
*/
/*
## The Directory, cont.
*/
/*
### Ordering
Code files have to be placed in proper type-directories. And ordered accordingly. In this case teh following setup will work.
*/
/* 01_macro -> fox.sas */
/* 02_formats -> rose.sas */
/* 03_functions -> prince.sas */
/*
Directories structure can be easily created by ourselves with the `dlcreatedir` option. If the option is not available, then it can be done by hand.
*/
resetline;
options dlcreatedir;
libname p "&dir.\01_macro";
libname p "&dir.\02_formats";
libname p "&dir.\03_functions";
libname p clear;
/*
## Code Preparation
*/
/*
### Help Notes
*/
/*** HELP START ***//*
This is a little help note.
*//*** HELP END ***/
/*** HELP START ***//*
The `%fox()` macro prints what does the fox says...
---
### Syntax: ###############################
~~~~~~~~~~sas
%fox(<quote>)
~~~~~~~~~~
### Arguments: ############################
- `quote` - The number of fox's quote.
When missing or incorrect,
the default quote is displayed.
### Example: ##############################
Print quote number 1:
~~~~~~~~~~sas
%fox(1)
~~~~~~~~~~
---
*//*** HELP END ***/
/*** HELP START ***//*
The `rose.` format prints what does the rose says...
---
### Example: ##############################
Print quote number 2:
~~~~~~~~~~sas
data _null_;
r=2;
put r rose.;
run;
~~~~~~~~~~
---
*//*** HELP END ***/
/*** HELP START ***//*
The `prince()` function asks to draw a sheep...
---
### Arguments: ############################
The function has no arguments.
### Dependencies: #########################
The `prince()` function requires
the `rose.` format to work.
### Example: ##############################
Ask for a sheep:
~~~~~~~~~~sas
data _null_;
s=prince();
put s=;
run;
~~~~~~~~~~
---
*//*** HELP END ***/
/*
### One file - one object
*/
resetline;
/* 01_macro -> fox.sas */
filename f "&dir.\01_macro\fox.sas";
data _null_;
file f;
infile CARDS4;
input;
put _infile_;
CARDS4;
/*** HELP START ***//*
The `%fox()` macro prints what does the fox says...
---
### Syntax: ###############################
~~~~~~~~~~sas
%fox(<quote>)
~~~~~~~~~~
### Arguments: ############################
- `quote` - The number of fox's quote.
When missing or incorrect,
the default quote is displayed.
### Example: ##############################
Print quote number 1:
~~~~~~~~~~sas
%fox(1)
~~~~~~~~~~
---
*//*** HELP END ***/
%macro fox(quote);
%local n e w;
%let n = NOTE;
%let e = ERROR;
%let w = WARNING;
%if 1=%superq(quote) %then
%do;
%put &n.- And now here is my secret, a very simple secret:;
%put &n.- It is only with the heart that one can see rightly%str(;);
%put &n.- what is essential is invisible to the eye.;
%end;
%else
%if 2=%superq(quote) %then
%do;
%put &w.- It is the time you have wasted for your rose;
%put &w.- that makes your rose so important.;
%put &w.- Men have forgotten this truth. But you must not forget it.;
%put &w.- You become responsible, forever, for what you have tamed.;
%put &w.- You are responsible for your rose...;
%end;
%else
%do;
%put &e.- One only understands the things that one tames.;
%put &e.- Men have no more time to understand anything.;
%put &e.- They buy things all ready made at the shops.;
%put &e.- But there is no shop anywhere where one can buy friendship,;
%put &e.- and so men have no friends any more. If you want a friend, tame me...;
%end;
%mend fox;
;;;;
run;
/* 02_formats -> rose.sas */
filename f "&dir.\02_formats\rose.sas";
data _null_;
file f;
infile CARDS4;
input;
put _infile_;
CARDS4;
/*** HELP START ***//*
The `rose.` format prints what does the rose says...
---
### Example: ##############################
Print quote number 2:
~~~~~~~~~~sas
data _null_;
r=2;
put r rose.;
run;
~~~~~~~~~~
---
*//*** HELP END ***/
value rose
1="Ah! I am scarcely awake. I beg that you will excuse me. My petals are still all disarranged..."
2="Of course I love you. It is my fault that you have not known it all the while. [...] Try to be happy..."
3="My cold is not so bad as all that... The cool night air will do me good. I am a flower."
4="Well, I must endure the presence of two or three caterpillars if I wish to become acquainted with the butterflies."
other="ERROR: QUOTE OUT OF RANGE!"
;
;;;;
run;
/* 03_functions -> prince.sas */
filename f "&dir.\03_functions\prince.sas";
data _null_;
file f;
infile CARDS4;
input;
put _infile_;
CARDS4;
/*** HELP START ***//*
The `prince()` function asks to draw a sheep...
---
### Arguments: ############################
The function has no arguments.
### Dependencies: #########################
The `prince()` function requires
the `rose.` format to work.
### Example: ##############################
Ask for a sheep:
~~~~~~~~~~sas
data _null_;
s=prince();
put s=;
run;
~~~~~~~~~~
---
*//*** HELP END ***/
function prince() $ 42;
file log;
length i $ 256;
r=rand('integer',1,4);
i = put(r, rose.);
put @1 "RANDOM NOTE:" i /;
return("If you please--draw me a sheep!");
endfunc;
;;;;
run;
/*
### Tests
Tests are optionally available, i.e., they are available if the `XCMD` option is on.
One test of loading a package is always automatically executed. All other tests are developer's job to do.
The SPF automatically points to the package location for tests, developer doesn't have to worry.
*/
resetline;
options dlcreatedir;
libname p "&dir.\99_test";
libname p clear;
/* 99_test -> test_success.sas */
filename f "&dir.\99_test\test_success.sas";
data _null_;
file f;
infile CARDS4;
input;
put _infile_;
CARDS4;
%put testing macro:;
%fox(1)
%fox(2)
%fox()
data _null_;
put "Testing format:";
do i = 1 to 4;
put "NOTE- " i rose. /;
end;
run;
data _null_;
put "Testing function:";
do i = 1 to 5;
prince=prince();
rc=sleep(1,0.2);
end;
put;
run;
;;;;
run;
/* 99_test -> test_fail_e1w0.sas */
filename f "&dir.\99_test\test_fail_e1w0.sas";
data _null_;
file f;
infile CARDS4;
input;
put _infile_;
CARDS4;
data _null_;
put "Testing format (should print error):";
do i = 5;
put i rose. /;
end;
run;
;;;;
run;
/*
## Generate Package
In this session we already have the SPF enabled, but in the development process you have to point the location for packages and enable the framework.
*/
filename packages "C:\SAS_WORK\SAS_PACKAGES";
%include packages(SPFinit.sas);
/*
Options can be easily reminded (in he LOG) by calling the macro with the `HELP` keyword.
*/
%generatePackage(HELP)
resetline;
/* Generate Package */
%generatePackage(
R:\NJSUG\LePetitSASpackageDirectory
,markdownDoc=1
,packages=C:\SAS_WORK\SAS_PACKAGES
)
/* REMEMBER! Always check the log.*/
/*
# --The End--
The package is ready! It can be shared with other SAS programmers now.
---
*/
/*
#
##
###
---
# Start New SAS Session
In a brand new SAS session try out how the created package works.
*/
/* create directory for SAS packages */
resetline;
options dlcreatedir;
libname p "R:\NJSUG\trySASpackages";
libname p clear;
/* install the SAS Packages Framework and the SQLinDS package */
filename packages "R:\NJSUG\trySASpackages";
filename SPFinit url "https://bit.ly/SPFinit";
%include SPFinit; /* enable the framework */
filename SPFinit clear;
%installPackage(SPFinit SQLinDS)
/*
Copy, manually for now, the LePetitSASpackage (the zip file) to packages directory.
*/
/* enable the SPF and load the LePetitSASpackage */
filename packages "R:\NJSUG\trySASpackages";
%include packages(SPFinit.sas);
%listPackages()
%loadPackage(LePetitSASpackage)
/* try it */
%fox(1)
%fox(2)
%put %sysfunc(prince());
data _null_;
p = prince();
put p=;
run;
/*
---
*/
/*
---
*/
File diff suppressed because one or more lines are too long
+17 -10
View File
@@ -8,7 +8,7 @@
,packagesRef=packages
,ods= /* data set for report file */
)/
des='Macro to create a bundle of SAS packages, version 20260409. Run %bundlePackages(HELP) for help info.'
des='Macro to create a bundle of SAS packages, version 20260515. Run %bundlePackages(HELP) for help info.'
secure minoperator
;
@@ -25,7 +25,7 @@ secure minoperator
%put ### This is short help information for the `bundlePackages` macro #;
%put #-------------------------------------------------------------------------------#;
%put # #;
%put # Macro to *create bundles* of SAS packages, version `20260409` #;
%put # Macro to *create bundles* of SAS packages, version `20260515` #;
%put # #;
%put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #;
@@ -62,7 +62,7 @@ secure minoperator
%put # - `packagesRef=` *Optional.* Fileref to location of packages for the #;
%put # bundle. Default value is `packages`. #;
%put # #;
%put # - `ods=` *Optional.* Name of SAS data set for the report. #;
%put # - `ods=` *Optional.* V7 style name of SAS data set for report. #;
%put # #;
%put #-------------------------------------------------------------------------------#;
%put # #;
@@ -126,6 +126,13 @@ secure minoperator
%let datetime = %sysfunc(datetime());
%let reportFile = WORK.tmpbundlefile%sysfunc(int(&datetime.), b8601dt15.)_;
%if NOT %sysevalf(%superq(ods)=,BOOLEAN) %then %do;
data _null_; /* verify ods= value */
%SPFinit_intrnl_forceV7DSname(ods);
call symputX("ods",ods,"L");
run;
%end;
data _null_ %if %superq(ods) NE %then %do; &ods. %end;
%else %do; &reportFile.1 %end;
;
@@ -399,8 +406,8 @@ put "INFO: The " bundleName "bundle creation ended.";
;
format datetime e8601dt.;
output
%if %superq(ods) NE %then %do; %scan(&ods.,1,()) %end;
%else %do; &reportFile.1 %end;
%if %superq(ods) NE %then %do; &ods. %end;
%else %do; &reportFile.1 %end;
;
put " ";
rc=sleep(1,1);
@@ -408,13 +415,13 @@ stop;
run;
title2 "Summary of the bundle file";;
proc print
data= %if %superq(ods) NE %then %do; %scan(&ods.,1,()) %end;
%else %do; &reportFile.1 %end;
noObs label;
proc print noObs label
data= %if %superq(ods) NE %then %do; &ods. %end;
%else %do; &reportFile.1 %end;
;
var bundleName datetime BundleSHA256 path;
run;
%if %superq(ods) NE %then %do; %put INFO: Report file: %scan(&ods.,1,()); %end;
%if %superq(ods) NE %then %do; %put INFO: Report file: &ods.; %end;
%else %do; proc delete data=&reportFile.1; run; %end;
+2 -2
View File
@@ -6,7 +6,7 @@
when empty the "packages" value is used */
)/secure
/*** HELP END ***/
des = 'Macro to list directories pointed by "packages" fileref, version 20260409. Run %extendPackagesFileref(HELP) for help info.'
des = 'Macro to list directories pointed by "packages" fileref, version 20260515. Run %extendPackagesFileref(HELP) for help info.'
;
%if %QUPCASE(&packages.) = HELP %then
@@ -22,7 +22,7 @@ des = 'Macro to list directories pointed by "packages" fileref, version 20260409
%put ### This is short help information for the `extendPackagesFileref` macro #;
%put #-----------------------------------------------------------------------------------------#;;
%put # #;
%put # Macro to list directories pointed by 'packages' fileref, version `20260409` #;
%put # Macro to list directories pointed by 'packages' fileref, version `20260515` #;
%put # #;
%put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #;
+7 -7
View File
@@ -3,7 +3,7 @@
Macro to generate SAS packages.
Version 20260409
Version 20260515
A SAS package is a zip file containing a group
of SAS codes (macros, functions, data steps generating
@@ -53,7 +53,7 @@
when empty takes buildLocation */
)/ secure minoperator
/*** HELP END ***/
des = 'Macro to generate SAS packages, version 20260409. Run %generatePackage() for help info.'
des = 'Macro to generate SAS packages, version 20260515. Run %generatePackage() for help info.'
;
%if (%superq(filesLocation) = ) OR (%qupcase(&filesLocation.) = HELP) %then
%do;
@@ -68,7 +68,7 @@ des = 'Macro to generate SAS packages, version 20260409. Run %generatePackage()
%put ### This is short help information for the `generatePackage` macro #;
%put #------------------------------------------------------------------------------------#;
%put # #;
%put # Macro to generate SAS packages, version `20260409` #;
%put # Macro to generate SAS packages, version `20260515` #;
%put # #;
%put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #;
@@ -950,7 +950,7 @@ title6 "MD5 hashed fileref of package lowcase name: &_PackageFileref_.";
title&_titleNumber_. "Package ZIP file location is: &buildLocation.";
%end;
footnote1 "SAS Packages Framework, version 20260409";
footnote1 "SAS Packages Framework, version 20260515";
proc print
data = &filesWithCodes.(drop=base build folderRef fileRef rc folderid _abort_ fileId additionalContent)
@@ -1775,7 +1775,7 @@ data _null_;
%end;
put +(-1) '`.;'''
/ ' !! '' %put The macro generated: '' !! put(dtCASLudf, E8601DT19.-L) !! ";"'
/ ' !! '' %put with the SAS Packages Framework version 20260409.;'''
/ ' !! '' %put with the SAS Packages Framework version 20260515.;'''
/ ' !! '' %put ****************************************************************************;'''
/ ' !! '' %GOTO theEndOfTheMacro;'''
/ ' !! '' %end;''' ;
@@ -1939,7 +1939,7 @@ data _null_;
%end;
put +(-1) '`.; '' !!' /
''' %put The macro generated: ''' " !! put(dtIML, E8601DT19.-L) !! " '''; '' !! ' /
''' %put with the SAS Packages Framework version 20260409.; '' !! ' /
''' %put with the SAS Packages Framework version 20260515.; '' !! ' /
''' %put ****************************************************************************; '' !! ' /
''' %GOTO theEndOfTheMacro; '' !! ' /
''' %end; '' !! ' /
@@ -2811,7 +2811,7 @@ data _null_;
%end;
put 'put " " / @3 "---------------------------------------------------------------------" / " ";'
/ 'put @3 "*SAS package generated by SAS Package Framework, version `20260409`*";'
/ 'put @3 "*SAS package generated by SAS Package Framework, version `20260515`*";'
/ "put @3 '*under `&sysscp.`(`&sysscpl.`) operating system,*';"
/ "put @3 '*using SAS release: `&sysvlong4.`.*';"
/ 'put " " / @3 "---------------------------------------------------------------------";';
+2 -2
View File
@@ -28,7 +28,7 @@
*/
)/secure
/*** HELP END ***/
des = 'Macro to get help about SAS package, version 20260409. Run %helpPackage() for help info.'
des = 'Macro to get help about SAS package, version 20260515. Run %helpPackage() for help info.'
;
%if (%superq(packageName) = ) OR (%qupcase(&packageName.) = HELP) %then
%do;
@@ -43,7 +43,7 @@ des = 'Macro to get help about SAS package, version 20260409. Run %helpPackage()
%put ### This is short help information for the `helpPackage` macro #;
%put #-------------------------------------------------------------------------------#;
%put # #;
%put # Macro to get help about SAS packages, version `20260409` #;
%put # Macro to get help about SAS packages, version `20260515` #;
%put # #;
%put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #;
+73 -12
View File
@@ -1,5 +1,5 @@
/*+installPackage+*/
/* Macros to install SAS packages, version 20260409 */
/* Macros to install SAS packages, version 20260515 */
/* A SAS package is a zip file containing a group of files
with SAS code (macros, functions, data steps generating
data, etc.) wrapped up together and %INCLUDEed by
@@ -13,6 +13,7 @@
, mirror = 0 /* indicates which location for package source should be used */
, version = /* indicates which version of a package to install */
, replace = 1 /* 1 = replace if the package already exist, 0 = otherwise */
, backup = 0 /* 1 = before replacing make a copy if the package already exist, 0 = do nothing */
, URLuser = /* user name for the password protected URLs */
, URLpass = /* password for the password protected URLs */
, URLoptions = /* options for the `sourcePath` URLs */
@@ -29,7 +30,7 @@
/secure
minoperator
/*** HELP END ***/
des = 'Macro to install SAS package, version 20260409. Run %%installPackage() for help info.'
des = 'Macro to install SAS package, version 20260515. Run %%installPackage() for help info.'
;
%if (%superq(packagesNames) = ) OR (%qupcase(&packagesNames.) = HELP) %then
%do;
@@ -44,7 +45,7 @@ des = 'Macro to install SAS package, version 20260409. Run %%installPackage() fo
%put ### This is short help information for the `installPackage` macro #;
%put #--------------------------------------------------------------------------------------------#;;
%put # #;
%put # Macro to install SAS packages, version `20260409` #;
%put # Macro to install SAS packages, version `20260515` #;
%put # #;
%put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #;
@@ -93,8 +94,15 @@ des = 'Macro to install SAS package, version 20260409. Run %%installPackage() fo
%put # When there are multiple packages to install the `version` variable #;
%put # is scan sequentially. #;
%put # #;
%put # - `replace=` With default value of `1`, it causes existing package file 0 #;
%put # to be replaced by new downloaded file. #;
%put # - `replace=` When set to `1` and a package file exists, it forces the package #;
%put # file replacement by the new downloaded file. #;
%put # It is a binary indicator ('0' or '1'). Default value is `1`. #;
%put # #;
%put # - `backup=` When set to `1` and a package file exists, it creates a backup copy #;
%put # of the package file. The backup copy is created with a suffix of the #;
%put # following format: `_BCKP_yyyymmddJJMMSS`. #;
%put # If `replace=0` then `backup` is set to `0`. #;
%put # It is a binary indicator ('0' or '1'). Default value is `0`. #;
%put # #;
%put # - `URLuser=` A user name for the password protected URLs, no quotes needed. #;
%put # #;
@@ -221,9 +229,13 @@ des = 'Macro to install SAS package, version 20260409. Run %%installPackage() fo
%let loadAddCnt = %sysevalf(NOT(0=%superq(loadAddCnt)));
%let instDoc = %sysevalf(NOT(0=%superq(instDoc)));
%let backup = %sysevalf(NOT(0=%superq(backup)));
%let replace = %sysevalf(1=%superq(replace));
/* in case you do not replace then you also do not do a backup */
%if 0=&replace. %then %let backup = 0;
%if %superq(sourcePath)= %then
%do;
%local SPFinitMirror SPFinitMirrorMD;
@@ -342,13 +354,16 @@ des = 'Macro to install SAS package, version 20260409. Run %%installPackage() fo
%put ### &packageName.(&vers.) ###;
%put *** %sysfunc(lowcase(&packageName.)) start *****************************************;
%local in out inMD outMD _IOFileref_;
%local in out inMD outMD bckp_ref bckplabel _IOFileref_;
data _null_; call symputX("_IOFileref_", put(MD5(lowcase("&packageName.")), hex7. -L), "L"); run;
%let in = i&_IOFileref_.;
%let out = o&_IOFileref_.;
%let inMD = j&_IOFileref_.;
%let outMD = u&_IOFileref_.;
%let bckp_ref = b&_IOFileref_.;
%let bckplabel = _BCKP_%sysfunc(compress(%sysfunc(datetime(),b8601dt.),,KD));
/* %let in = i%sysfunc(md5(&packageName.),hex7.); */
/* %let out = o%sysfunc(md5(&packageName.),hex7.); */
@@ -479,12 +494,34 @@ des = 'Macro to install SAS package, version 20260409. Run %%installPackage() fo
do;
if symgetn("replace")=1 then
do;
rc = 0;
put @2 "The following file will be replaced during "
/ @2 "installation of the &packageName. package: "
/ @5 out_path;
rc = FDELETE(out_ref);
rc = FCOPY(in_ref, out_ref);
rcTXT=sysmsg();
/* backup package file */
if symgetn("backup")=1 then
do;
length bckp_ref $ 8 bckplabel $ 32;
bckplabel = "&bckplabel.";
rc = filename(bckp_ref, cats(out_path, bckplabel), "DISK", "recfm=N lrecl=1");
put / @2 "The following backup file will be created:"
/ @5 out_path +(-1) bckplabel;
rc + FCOPY(out_ref, bckp_ref);
rcTXT=sysmsg();
if rc then put "WARNING: [&packageName.] Backup failed... ";
_N_ = filename(bckp_ref);
end;
/* replace package file */
if rc=0 then
do;
rc + FDELETE(out_ref);
if 0=rc then
rc + FCOPY(in_ref, out_ref);
rcTXT=sysmsg();
if rc then put "WARNING: [&packageName.] Installation failed... ";
end;
end;
else
do;
@@ -512,6 +549,9 @@ des = 'Macro to install SAS package, version 20260409. Run %%installPackage() fo
end;
else if 1=FEXIST(out_refMD) and 1=symgetn("replace") then
do;
if symgetn("backup")=1 then
put @2 "No backup done for documentation file.";
rcMD = FDELETE(out_refMD);
if rcMD=0 then
rcMD2 = FCOPY(in_refMD, out_refMD);
@@ -550,9 +590,29 @@ des = 'Macro to install SAS package, version 20260409. Run %%installPackage() fo
%do;
%put %str( )The following file will be replaced during;
%put %str( )installation of the &packageName. package:;
%put %str( )%sysfunc(pathname(&out.));
%let notRunHTTP = %sysfunc(FDELETE(&out.));
%put %sysfunc(sysmsg());
%put %str( )%sysfunc(pathname(&out.));
/* backup package file */
%if 1=&backup. %then
%do;
filename &bckp_ref. "&firstPackagesPath./%sysfunc(lowcase(&packageName.)).zip&bckplabel." recfm=N lrecl=1;
%put %str( )The following backup file will be created:;
%put %str( )%sysfunc(pathname(&bckp_ref.));
%let notRunHTTP = %sysfunc(FCOPY(&out., &bckp_ref.));
%put %sysfunc(sysmsg());
filename &bckp_ref. clear;
%let notRunHTTP = %sysevalf(&notRunHTTP. + %sysfunc(FDELETE(&out.)));
%put %sysfunc(sysmsg());
%end;
%else
%do;
%let notRunHTTP = %sysfunc(FDELETE(&out.));
%put %sysfunc(sysmsg());
%end;
%end;
%else
%do;
@@ -621,6 +681,7 @@ des = 'Macro to install SAS package, version 20260409. Run %%installPackage() fo
%end;
%else %if 1=&replace. %then
%do;
%if 1=&backup. %then %put %str( )No backup done for documentation file.;
%put %str( )Package documentation installation on demand:;
%let notRunHTTP = %sysfunc(FDELETE(&outMD.));
%if &notRunHTTP. %then %put %sysfunc(sysmsg());
+2 -2
View File
@@ -4,7 +4,7 @@
vERRb /* indicates if macro should be verbose and report errors */
)
/ minoperator PARMBUFF
des = 'Macro to check if the PACKAGES fileref is "correct", type %isPackagesFilerefOK(HELP) for help, version 20260409.'
des = 'Macro to check if the PACKAGES fileref is "correct", type %isPackagesFilerefOK(HELP) for help, version 20260515.'
;
/*** HELP END ***/
%if %QUPCASE(&SYSPBUFF.) = %str(%(HELP%)) %then
@@ -20,7 +20,7 @@ des = 'Macro to check if the PACKAGES fileref is "correct", type %isPackagesFile
%put ### This is short help information for the `isPackagesFilerefOK` macro #;
%put #-----------------------------------------------------------------------------------------#;;
%put # #;
%put # Macro to check if the `packages` fileref is "correct", version `20260409` #;
%put # Macro to check if the `packages` fileref is "correct", version `20260515` #;
%put # #;
%put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #;
+14 -11
View File
@@ -3,7 +3,7 @@
Macro to list SAS packages in packages folder.
Version 20260409
Version 20260515
A SAS package is a zip file containing a group
of SAS codes (macros, functions, data steps generating
@@ -25,7 +25,7 @@
listDataSet /* Name of a data set to save results */
, quiet = 0 /* Indicate if results should be printed in log */
)/secure parmbuff
des = 'Macro to list SAS packages from `packages` fileref, type %listPackages(HELP) for help, version 20260409.'
des = 'Macro to list SAS packages from `packages` fileref, type %listPackages(HELP) for help, version 20260515.'
;
%if (%QUPCASE(&listDataSet.) = HELP) %then
%do;
@@ -40,7 +40,7 @@ des = 'Macro to list SAS packages from `packages` fileref, type %listPackages(HE
%put ### This is short help information for the `listPackages` macro #;
%put #-----------------------------------------------------------------------------------------#;;
%put # #;
%put # Macro to list available SAS packages, version `20260409` #;
%put # Macro to list available SAS packages, version `20260515` #;
%put # #;
%put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #;
@@ -101,14 +101,17 @@ des = 'Macro to list SAS packages from `packages` fileref, type %listPackages(HE
options NOnotes NOsource ls=MAX ps=MAX;
data _null_;
length listDataSet $ 41;
listDataSet = strip(scan(symget('listDataSet'),1,'( )'));
call symputX('listDataSet',listDataSet,"L");
if not (listDataSet = " ") then
call symputX('listDataSetCheck',1,"L");
else call symputX('quiet',0,"L");
run;
%if %superq(listDataSet) NE %then
%do;
data _null_; /* verify listDataSet compatibility with V7 naming */
%SPFinit_intrnl_forceV7DSname(listDataSet);
call symputX('listDataSet',listDataSet,"L");
if not (listDataSet = " ") then
call symputX('listDataSetCheck',1,"L");
else call symputX('quiet',0,"L");
run;
%end;
data _null_
%if 1=&listDataSetCheck. %then
+2 -2
View File
@@ -36,7 +36,7 @@
*/
)/secure
/*** HELP END ***/
des = 'Macro to load SAS package, version 20260409. Run %loadPackage() for help info.'
des = 'Macro to load SAS package, version 20260515. Run %loadPackage() for help info.'
minoperator
;
%if (%superq(packageName) = ) OR (%qupcase(&packageName.) = HELP) %then
@@ -52,7 +52,7 @@ minoperator
%put ### This is short help information for the `loadPackage` macro #;
%put #-------------------------------------------------------------------------------#;
%put # #;
%put # Macro to *load* SAS packages, version `20260409` #;
%put # Macro to *load* SAS packages, version `20260515` #;
%put # #;
%put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #;
+2 -2
View File
@@ -19,7 +19,7 @@
is provided in required version */
)/secure
/*** HELP END ***/
des = 'Macro to load additional content for a SAS package, version 20260409. Run %loadPackageAddCnt() for help info.'
des = 'Macro to load additional content for a SAS package, version 20260515. Run %loadPackageAddCnt() for help info.'
minoperator
;
%if (%superq(packageName) = ) OR (%qupcase(&packageName.) = HELP) %then
@@ -35,7 +35,7 @@ minoperator
%put ### This is short help information for the `loadPackageAddCnt` macro #;
%put #-------------------------------------------------------------------------------#;
%put # #;
%put # Macro to *load* additional content for a SAS package, version `20260409` #;
%put # Macro to *load* additional content for a SAS package, version `20260515` #;
%put # #;
%put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #;
+2 -2
View File
@@ -11,7 +11,7 @@
*/
)/secure
/*** HELP END ***/
des = 'Macro to load multiple SAS packages at one run, version 20260409. Run %loadPackages() for help info.'
des = 'Macro to load multiple SAS packages at one run, version 20260515. Run %loadPackages() for help info.'
parmbuff
;
%if (%superq(packagesNames) = ) OR (%qupcase(&packagesNames.) = HELP) %then
@@ -27,7 +27,7 @@ parmbuff
%put ### This is short help information for the `loadPackageS` macro #;
%put #-------------------------------------------------------------------------------#;
%put # #;
%put # Macro wrapper for the loadPackage macro, version `20260409` #;
%put # Macro wrapper for the loadPackage macro, version `20260515` #;
%put # #;
%put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #;
+2 -2
View File
@@ -23,7 +23,7 @@
*/
)/secure
/*** HELP END ***/
des = 'Macro to preview content of a SAS package, version 20260409. Run %previewPackage() for help info.'
des = 'Macro to preview content of a SAS package, version 20260515. Run %previewPackage() for help info.'
;
%if (%superq(packageName) = ) OR (%qupcase(&packageName.) = HELP) %then
%do;
@@ -38,7 +38,7 @@ des = 'Macro to preview content of a SAS package, version 20260409. Run %preview
%put ### This is short help information for the `previewPackage` macro #;
%put #-------------------------------------------------------------------------------#;
%put # #;
%put # Macro to get preview of a SAS packages, version `20260409` #;
%put # Macro to get preview of a SAS packages, version `20260515` #;
%put # #;
%put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #;
+11 -4
View File
@@ -15,7 +15,7 @@
,psMAX=MAX /* pageSise in case executed inside DoSubL() */
,ods= /* a data set for results, e.g., work.relocatePackageReport */
)
/ des = 'Utility macro that locally Copies or Moves Packages, version 20260409. Run %relocatePackage() for help info.'
/ des = 'Utility macro that locally Copies or Moves Packages, version 20260515. Run %relocatePackage() for help info.'
secure
minoperator
;
@@ -33,7 +33,7 @@
%put ### This is short help information for the `relocatePackage` macro #;
%put #-------------------------------------------------------------------------------#;
%put # #;
%put # Macro to *locally copy or move* (relocate) SAS packages, version `20260409` #;
%put # Macro to *locally copy or move* (relocate) SAS packages, version `20260515` #;
%put # #;
%put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #;
@@ -185,7 +185,14 @@
%put WARNING: Checksum verification impossible! Minimum SAS version required for the process is 9.4M6. ;
%end;
data _null_ %if %superq(ods) NE %then %do; &ods. %end;
%if NOT %sysevalf(%superq(ods)=,BOOLEAN) %then %do;
data _null_; /* verify ods= value */
%SPFinit_intrnl_forceV7DSname(ods);
call symputX("ods",ods,"L");
run;
%end;
data _null_ &ods. /* the &ods. will be used if not missing */
;
putlog 52*"*" 24*"=" 52*"*";
length packages source target $ 32767 sDevice tDevice $ 32;
@@ -565,7 +572,7 @@
/ "WARNING- Source is: " s_HASHING
/ "WARNING- Target is: " t_HASHING
/ "WARNING- There could be errors during copying. Check your files.";
%if %superq(ods) NE %then %do; output %scan(&ods.,1,()) ; %end;
output &ods.; /* the &ods. will be used if not missing */
end;
%end;
+2 -2
View File
@@ -5,7 +5,7 @@ SPFmacroName /* space separated list of names */
/
minoperator
secure
des = 'Macro to provide help notes about SAS Packages Framework macros, version 20260409. Run %SasPackagesFrameworkNotes(HELP) for help info.'
des = 'Macro to provide help notes about SAS Packages Framework macros, version 20260515. Run %SasPackagesFrameworkNotes(HELP) for help info.'
;
%local list N i element;
%let list=
@@ -51,7 +51,7 @@ SasPackagesFrameworkNotes
%put ### This is short help information for the `SasPackagesFrameworkNotes` macro #;
%put #-------------------------------------------------------------------------------#;
%put # #;
%put # Macro prints help notes for SAS Packages Framework macros, version `20260409` #;
%put # Macro prints help notes for SAS Packages Framework macros, version `20260515` #;
%put # #;
%put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #;
@@ -0,0 +1,94 @@
/*+SPFinit_intrnl_forceV7DSname+*/
%macro SPFinit_intrnl_forceV7DSname(
mcParam /* name of a macro parameter holding user provided data set name */
)/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 20260515.';
/* The macro can be called only inside a data step. */
/****************************************************************************
### Parameters:
`mcParam` - name of a macro parameter holding user provided data set name
### Behavior:
Description:
The 4GL code SYMGETs macro variable value, SCANs only first
part of the string in case there are parenthesis "()" in it.
Then it COMPRESSes the string and keep _only_ digits, letters,
underscore, and period. All periods are TRANSLATEd to spaces.
If created string is not empty its last chunk is SCANned for
data set name, the second to last chunk is SCANned for libname
(if empty then "work" is used). First character of LIB and DS
variables is checked, if it is a digit, then underscore is added.
At the end the LIB and DS are concatenated and casted to upper
case letters.
Examples:
abc.xyz -> ABC.XYZ
ABC.XYZ(obs=42) -> ABC.XYZ
XYZ -> WORK.XYZ
abc. -> WORK.ABC
.XYZ -> WORK.XYZ
123.456 -> _123._456
A#B.x$y -> AB.XY
Usecase:
Inside a macro for value check
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~sas
%macro A(ods);
data _null_;
%SPDinit_intrnl_forceV7DSname(ods);
call symputX("ods",ods,"L");
run;
%if %superq(ods) ne %then
%do;
data &ods.;
...
run;
%end;
%mend;
%A()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
****************************************************************************/
%local allowedSPFmacrosList;
%let allowedSPFmacrosList=LISTPACKAGES RELOCATEPACKAGE UNBUNDLEPACKAGES BUNDLEPACKAGES;
%if %sysmexecname(%sysmexecdepth-1) in (&allowedSPFmacrosList.) %then
%do;
/*=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=*/
length &mcParam. $ 41 lib $ 8 ds $ 32;
/* force only V7 valid symbols */
&mcParam. = symget("&mcParam.");
if NOT (&mcParam. = " ") then
do;
/* drop every illegal character */
&mcParam. = compress(scan(&mcParam,1,'()'),'_.','kad');
&mcParam. = cats(translate(&mcParam.," ","."));
if NOT (&mcParam.=" ") then
do;
/* use 2 last blocks of symbols */
lib = coalescec(scan(&mcParam.,-2),"work");
ds = scan(&mcParam.,-1);
/* check first symbol, in case leading digit add _ */
if ("0" <=: lib <=: "9")
then lib=cats("_",lib);
if ("0" <=: ds <=: "9")
then ds=cats("_",ds);
&mcParam. = upcase(catx(".",lib,ds));
end;
end;
/*=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=*/
%end;
%else
%do;
%put INFO: SAS Packages Framework internal macro.;
%put INFO: Executable only inside &allowedSPFmacrosList. macros.;
%end;
%mend SPFinit_intrnl_forceV7DSname;
/* end of SPFinit.sas file */
+1 -1
View File
@@ -1,6 +1,6 @@
/*+SPFint_gnPckg_arch+*/
%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 20260409.';
des='SAS Packages Framework internal macro. Executable only inside the %generatePackage() macro. The macro encapsulates the archive version generation part of the process. Version 20260515.';
/* macro picks up all macrovariables from external scope, so from the %generatePackage() macro */
%if %sysmexecname(%sysmexecdepth-1) in (GENERATEPACKAGE) %then
%do;
+2 -2
View File
@@ -1,6 +1,6 @@
/*+SPFint_gnPckg_markdown+*/
%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 20260409.';
des='SAS Packages Framework internal macro. Executable only inside the %generatePackage() macro. The macro encapsulates the markdown documentation part of the process. Version 20260515.';
/* macro picks up all macrovariables from external scope, so from the %generatePackage() macro */
%if %sysmexecname(%sysmexecdepth-1) in (GENERATEPACKAGE) %then
%do;
@@ -112,7 +112,7 @@ data &filesWithCodes.markdown;
%end;
put " " / "---------------------------------------------------------------------" / " "
/ "*SAS package generated by SAS Package Framework, version `20260409`,*"
/ "*SAS package generated by SAS Package Framework, version `20260515`,*"
/ "*under `&sysscp.`(`&sysscpl.`) operating system,*"
/ "*using SAS release: `&sysvlong4.`.*"
/ " " / "---------------------------------------------------------------------" / " ";
+1 -1
View File
@@ -1,6 +1,6 @@
/*+SPFint_gnPckg_tests+*/
%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 20260409.';
des='SAS Packages Framework internal macro. Executable only inside the %generatePackage() macro. The macro encapsulates the test part of the process. Version 20260515.';
/* macro picks up all macrovariables from external scope, so from the %generatePackage() macro */
%if %sysmexecname(%sysmexecdepth-1) in (GENERATEPACKAGE) %then
%do;
+3 -3
View File
@@ -8,7 +8,7 @@
,nobs=0 /* technical parameter */
)
/*** HELP END ***/
/ des = 'Utility macro to split "one big" code into multiple files for a SAS package, version 20260409. Run %splitCodeForPackage() for help info.'
/ des = 'Utility macro to split "one big" code into multiple files for a SAS package, version 20260515. Run %splitCodeForPackage() for help info.'
;
%if (%superq(codeFile) = ) OR (%qupcase(&codeFile.) = HELP) %then
%do;
@@ -24,7 +24,7 @@
%put #-------------------------------------------------------------------------------#;
%put # #;
%put # Utility macro to *split* single file with SAS package code into multiple #;
%put # files with separate snippets, version `20260409` #;
%put # files with separate snippets, version `20260515` #;
%put # #;
%put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #;
@@ -400,7 +400,7 @@ options nomprint nosymbolgen nomlogic notes source ls=MAX ps=MAX msglevel=N ;
*/
if firstLine[j] then
do;
put '/* File generated with help of SAS Packages Framework, version 20260409. */';
put '/* File generated with help of SAS Packages Framework, version 20260515. */';
firstLine[j]=0;
end;
put _infile_;
+129 -54
View File
@@ -6,9 +6,11 @@
,packagesPath=
,packagesRef=packages
,ods= /* data set for report file */
,reportOnly=0
,verify=0
,quiet=0
)/
des='Macro to extract a bundle of SAS packages, version 20260409. Run %unbundlePackages(HELP) for help info.'
des='Macro to extract a bundle of SAS packages, version 20260515. Run %unbundlePackages(HELP) for help info.'
secure
minoperator
;
@@ -26,7 +28,7 @@ minoperator
%put ### This is short help information for the `unbundlePackages` macro #;
%put #-------------------------------------------------------------------------------#;
%put # #;
%put # Macro to *extract* SAS packages from a bundle, version `20260409` #;
%put # Macro to *extract* SAS packages from a bundle, version `20260515` #;
%put # #;
%put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #;
@@ -58,11 +60,20 @@ minoperator
%put # - `packagesRef=` *Optional.* Fileref to location where packages will #;
%put # be extracted. Default value is `packages`. #;
%put # #;
%put # - `ods=` *Optional.* Name of SAS data set for the report. #;
%put # - `ods=` *Optional.* V7 style name of SAS data set for report. #;
%put # #;
%put # - `verify=` *Optional.* Indicates if verification code should #;
%put # be executed after bundle extraction. #;
%put # Value `1` means yes, Value `0` means no. #;
%put # Value `1` means yes, Value `0` (default) means no. #;
%put # #;
%put # - `reportOnly=` *Optional.* Indicates if packages unbundling should #;
%put # be suspended and only a report with bundle content #;
%put # be produced and printed. #;
%put # Value `1` means yes, Value `0` (default) means no. #;
%put # #;
%put # - `quiet=` *Optional.* Indicates if printout of the summary #;
%put # report should be suspended. #;
%put # Value `1` means yes, Value `0` (default) means no. #;
%put # #;
%put #-------------------------------------------------------------------------------#;
%put # #;
@@ -110,6 +121,11 @@ minoperator
/*===================================================================================================*/
%if NOT(%superq(verify) in (0 1)) %then %let verify=0;
%if NOT(%superq(quiet) in (0 1)) %then %let quiet=0;
%if NOT(%superq(reportOnly) in (0 1)) %then %let reportOnly=0;
/* no verification when reporting */
%if 1=&reportOnly. %then %let verify=0;
%local HASHING_FILE_exist;
%let HASHING_FILE_exist = 0;
@@ -128,6 +144,13 @@ minoperator
%let datetime = %sysfunc(datetime());
%let reportFile = WORK.tmpbundlefile%sysfunc(int(&datetime.), b8601dt15.)_;
%if NOT %sysevalf(%superq(ods)=,BOOLEAN) %then %do;
data _null_; /* verify ods= value */
%SPFinit_intrnl_forceV7DSname(ods);
call symputX("ods",ods,"L");
run;
%end;
data _null_;
datetime=symgetn('datetime');
@@ -152,42 +175,47 @@ length packagesPath $ 32767 packagesRef $ 8;
packagesPath = dequote(symget('packagesPath'));
packagesRef = upcase(strip(symget('packagesRef')));
/* organize target path (location for packages) */
if " "=packagesPath then
do;
if 0 then set SASHELP.VEXTFL(keep=level xpath xengine fileref exists);
DECLARE HASH sH(dataset:'SASHELP.VEXTFL(where=(fileref=' !! quote(packagesRef) !! '))', ordered: "A");
sH.DefineKey("level");
sH.DefineData("xpath","xengine","exists");
sH.DefineDone();
if 0 then set SASHELP.VEXTFL(keep=level xpath xengine fileref exists);
if sH.NUM_ITEMS=0 then
/* ignore target check when only report is requested */
%if 0=&reportOnly. %then
%do;
/* organize target path (location for packages) */
if " "=packagesPath then
do;
put "ERROR: Fileref in packagesRef= does NOT exist. Exiting!";
stop;
DECLARE HASH sH(dataset:'SASHELP.VEXTFL(where=(fileref=' !! quote(packagesRef) !! '))', ordered: "A");
sH.DefineKey("level");
sH.DefineData("xpath","xengine","exists");
sH.DefineDone();
if sH.NUM_ITEMS=0 then
do;
put "ERROR: Fileref in packagesRef= does NOT exist. Exiting!";
stop;
end;
packagesPath=" ";
rc = sH.FIND(key:NOT(1=sH.NUM_ITEMS)); /* if only 1 element select level 0, if more than 1 select level 1 */
if xengine = "DISK" AND exists='yes' then
packagesPath=quote(strip(xpath)); /* add quotes to the packagesPath */
else
do;
put "ERROR: Path: " xpath "in packagesRef= is invalid! Exiting!";
stop;
end;
end;
packagesPath=" ";
rc = sH.FIND(key:NOT(1=sH.NUM_ITEMS)); /* if only 1 element select level 0, if more than 1 select level 1 */
if xengine = "DISK" AND exists='yes' then
packagesPath=quote(strip(xpath)); /* add quotes to the packagesPath */
else
do;
put "ERROR: Path: " xpath "in packagesRef= is invalid! Exiting!";
stop;
rcPckPath = fileexist(strip(packagesPath));
if 0=rcPckPath then
do;
put "ERROR: Path in packagesPath= does NOT exist. Exiting!";
stop;
end;
else packagesPath=quote(strip(packagesPath)); /* add quotes to the packagesPath */
end;
end;
else
do;
rcPckPath = fileexist(strip(packagesPath));
if 0=rcPckPath then
do;
put "ERROR: Path in packagesPath= does NOT exist. Exiting!";
stop;
end;
else packagesPath=quote(strip(packagesPath)); /* add quotes to the packagesPath */
end;
%end;
length path $ 32767 pathRef $ 8;
path = dequote(symget('path'));
@@ -270,7 +298,7 @@ DECLARE HITER IQ("Q");
/*--------------------------------------------------*/
do until(EOF);
input package :$32. pckVer :$16. pckDtm :$16. hash :$128.;
input package :$32. pckVer :$16. pckDtm :$24. hash :$128.;
if " " NE package then rc = Q.ADD();
end;
label package="Package name"
@@ -289,22 +317,31 @@ else
packagesList = catx(" ", packagesList, package);
end;
rc = Q.output(dataset:"&reportFile.1");
rc = Q.output(dataset: /* create propper tag */
%if %superq(ods) NE %then %do; "&ods.(label='Bundle: " !! strip(bundleName) !! "')" %end;
%else %do; "&reportFile.1" %end;
);
/* code executed for unbundling */
length code1 code2 $ 32767;
code1=
'options ps=min nofullstimer nostimer msglevel=N; filename PACKAGES ' !! strip(packagesPath) !! ';' !!
'%relocatePackage(' !! strip(packagesList) !! ',source=' !! catx("/", path, bundleName) !!
'.bundle.zip, sDevice=ZIP,psMAX=MIN)';
%if 0=&reportOnly. %then
%do;
code1=
'options ps=min nofullstimer nostimer msglevel=N; filename PACKAGES ' !! strip(packagesPath) !! ';' !!
'%relocatePackage(' !! strip(packagesList) !! ',source=' !! catx("/", path, bundleName) !!
'.bundle.zip, sDevice=ZIP,psMAX=MIN)';
/*put code=;*/
/*put code=;*/
put / "INFO: The " bundleName "bundle extraction in progress...";
put / "INFO: The " bundleName "bundle extraction in progress...";
rc = doSubL(code1);
rc = doSubL(code1);
put / "INFO: The " bundleName "bundle extraction ended.";
%end;
put / "INFO: The " bundleName "bundle extraction ended.";
/* code executed for verification */
%if 1=&verify. %then
@@ -320,17 +357,19 @@ put / "INFO: The " bundleName "bundle extraction ended.";
put " ";
rc=sleep(1,1);
rc = doSubL("title 'Summary of the extracted bundle file';" !!
"proc print data=" !!
rc = doSubL(
%if 0=&quiet. %then /* do not print report */
%do;
"title 'Summary of the bundle file: " !! strip(bundleName) !! "';" !!
"proc print label data=" !!
%if %superq(ods) NE %then %do; "&ods." %end;
%else %do; "&reportFile.1" %end; !!
"; var package pckVer pckDtm hash; run;" !!
%end;
%if %superq(ods) NE %then
%do; "%scan(&ods.,1,())" %end;
%do; %put INFO: Report file: &ods.; %end;
%else
%do; "&reportFile.1" %end; !!
" label; var package pckVer pckDtm hash; run;" !!
%if %superq(ods) NE %then
%do; %put INFO: Report file: %scan(&ods.,1,()); %end;
%else
%do; "proc delete data=&reportFile.1; run;" %end; !!
%do; "proc delete data=&reportFile.1; run;" !! %end;
"title;");
stop;
@@ -359,6 +398,7 @@ options mprint;
,path=R:\
,packagesPath=R:\check2
,verify=1
,ods=WORK.bundlenametest124_reportDS
)
%unbundlePackages(
@@ -381,7 +421,42 @@ options mprint;
,packagesPath=R:\check
,verify=1
)
*/
/* reportOnly & quiet
%bundlePackages(myLittleBundle
,path=R:\
,packagesList=basePlus SQLinDS macroarray
,packagesRef=PACKAGES)
option dlcreatedir;
libname _ "R:\check5";
%unbundlePackages(myLittleBundle
,path=R:\
,reportOnly=1
,ods=work.bundleReport1)
%unbundlePackages(myLittleBundle
,path=R:\
,reportOnly=1
,ods=work.bundleReport2
,quiet=1)
%unbundlePackages(myLittleBundle
,path=R:\
,packagesPath=R:\check5
,ods=work.bundleReport3
,quiet=1, verify=1)
%unbundlePackages(myLittleBundle
,path=R:\
,packagesPath=R:\check5
,ods=work.bundleReport4
,quiet=0, verify=1)
*/
/* end of SPFinit.sas file */
+2 -2
View File
@@ -20,7 +20,7 @@
*/
)/secure
/*** HELP END ***/
des = 'Macro to unload SAS package, version 20260409. Run %unloadPackage() for help info.'
des = 'Macro to unload SAS package, version 20260515. Run %unloadPackage() for help info.'
;
%if (%superq(packageName) = ) OR (%qupcase(&packageName.) = HELP) %then
%do;
@@ -35,7 +35,7 @@ des = 'Macro to unload SAS package, version 20260409. Run %unloadPackage() for h
%put ### This is short help information for the `unloadPackage` macro #;
%put #-------------------------------------------------------------------------------#;
%put # #;
%put # Macro to unload SAS packages, version `20260409` #;
%put # Macro to unload SAS packages, version `20260515` #;
%put # #;
%put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #;
+2 -2
View File
@@ -13,7 +13,7 @@
hashing_file() function, SAS 9.4M6 */
)/secure
/*** HELP END ***/
des = 'Macro to verify SAS package with the hash digest, version 20260409. Run %verifyPackage() for help info.'
des = 'Macro to verify SAS package with the hash digest, version 20260515. Run %verifyPackage() for help info.'
;
%if (%superq(packageName) = ) OR (%qupcase(&packageName.) = HELP) %then
%do;
@@ -28,7 +28,7 @@ des = 'Macro to verify SAS package with the hash digest, version 20260409. Run %
%put ### This is short help information for the `verifyPackage` macro #;
%put #-------------------------------------------------------------------------------#;
%put # #;
%put # Macro to verify SAS package with it hash digest, version `20260409` #;
%put # Macro to verify SAS package with it hash digest, version `20260515` #;
%put # #;
%put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #;
+58 -42
View File
@@ -1,7 +1,7 @@
---
# SAS Packages Framework, version `20260409`
# SAS Packages Framework, version `20260515`
---
@@ -34,7 +34,7 @@ A **SAS package** is an automatically generated, single, stand alone *zip* file
The *purpose of a package* is to be a simple, and easy to access, code sharing medium, which will allow: on the one hand, to separate the code complex dependencies created by the developer from the user experience with the final product and, on the other hand, reduce developer's and user's unnecessary frustration related to a remote deployment process.
In this repository we are presenting the **SAS Packages Framework** which allows to develop and use SAS packages. The latest version of SPF is **`20260409`**.
In this repository we are presenting the **SAS Packages Framework** which allows to develop and use SAS packages. The latest version of SPF is **`20260515`**.
**To get started with SAS Packages** try this [**`Introduction to SAS Packages`**](https://youtube.com/playlist?list=PLeMzGEImIT5eV13IGXQIgWmTFCJt_cLZG&si=ElQm0_ifq76mvUbq "Introduction to SAS Packages video series") video series or [**`Getting Started with SAS Packages`**](https://github.com/yabwon/SAS_PACKAGES/blob/main/SPF/Documentation/Getting_Started_with_SAS_Packages.pdf "Getting Started with SAS Packages") presentation (see the `./SPF/Documentation` directory).
@@ -57,7 +57,7 @@ them using the SPF can be found [**HERE**](https://github.com/yabwon/HoW-SASPack
## This is short help information for the `installPackage` macro <a name="installpackage"></a>
--------------------------------------------------------------------------------------------
Macro to install SAS packages, version `20260409`
Macro to install SAS packages, version `20260515`
A SAS package is a zip file containing a group
of SAS codes (macros, functions, data steps generating
@@ -105,8 +105,15 @@ them using the SPF can be found [**HERE**](https://github.com/yabwon/HoW-SASPack
When there are multiple packages to install version variable
is scan sequentially.
- `replace=` With default value of `1` it causes existing package file
to be replaced by new downloaded file.
- `replace=` When set to `1` and a package file exists, it forces the package
file replacement by the new downloaded file.
It is a binary indicator ('0' or '1'). Default value is `1`.
- `backup=` When set to `1` and a package file exists, it creates a backup copy
of the package file. The backup copy is created with a suffix of the
following format: `_BCKP_yyyymmddJJMMSS`.
If `replace=0` then `backup` is set to `0`.
It is a binary indicator ('0' or '1'). Default value is `0`.
- `URLuser=` A user name for the password protected URLs, no quotes needed.
@@ -137,24 +144,24 @@ them using the SPF can be found [**HERE**](https://github.com/yabwon/HoW-SASPack
`https://github.com/<github>/<packagename>/raw/.../`
All characters except `[A-z0-9_.-]` are compressed.
- `githubRepo=` *Optional.* A name of a repository in GitHub.
Allows an easy set of the search path for packages available on GitHub:
`https://github.com/<github>/<githubRepo>/raw/.../`
By default lowercase name of installed package is used.
- `githubToken=` *Optional.* A fine-grained personal access token for GitHub.
When the value is non-missing it triggers GitHub API access to
private repositories. Of course the token used has to be configured
properly for the access.
Read GitHub documentation to learn how to create and setup your token:
`https://docs.github.com/en/authentication/`
`keeping-your-account-and-data-secure/`
`managing-your-personal-access-tokens`
`#creating-a-fine-grained-personal-access-token`
(lines break added for easier reading)
Public repos do not need authentication.
[NOTE!] This feature is experimental in this release.
- `githubRepo=` *Optional.* A name of a repository in GitHub.
Allows an easy set of the search path for packages available on GitHub:
`https://github.com/<github>/<githubRepo>/raw/.../`
By default lowercase name of installed package is used.
- `githubToken=` *Optional.* A fine-grained personal access token for GitHub.
When the value is non-missing it triggers GitHub API access to
private repositories. Of course the token used has to be configured
properly for the access.
Read GitHub documentation to learn how to create and setup your token:
`https://docs.github.com/en/authentication/`
`keeping-your-account-and-data-secure/`
`managing-your-personal-access-tokens`
`#creating-a-fine-grained-personal-access-token`
(lines break added for easier reading)
Public repos do not need authentication.
[NOTE!] This feature is experimental in this release.
--------------------------------------------------------------------------------------------
Visit: `https://github.com/yabwon/SAS_PACKAGES/tree/main/SPF/Documentation` to learn more.
@@ -203,7 +210,7 @@ filename packages "C:/SAS_PACKAGES";
## This is short help information for the `helpPackage` macro <a name="helppackage"></a>
-------------------------------------------------------------------------------
Macro to get help about SAS packages, version `20260409`
Macro to get help about SAS packages, version `20260515`
A SAS package is a zip file containing a group
of SAS codes (macros, functions, data steps generating
@@ -281,7 +288,7 @@ filename packages "C:/SAS_PACKAGES"; %* setup a directory for packages;
## This is short help information for the `loadPackage` macro <a name="loadpackage"></a>
-------------------------------------------------------------------------------
Macro to *load* SAS packages, version `20260409`
Macro to *load* SAS packages, version `20260515`
A SAS package is a zip file containing a group
of SAS codes (macros, functions, data steps generating
@@ -439,7 +446,7 @@ If created, those macros are automatically deleted when the `%unloadPackage()` m
## This is short help information for the `loadPackageS` macro <a name="loadpackages"></a>
-------------------------------------------------------------------------------
Macro wrapper for the loadPackage macro, version `20260409`
Macro wrapper for the loadPackage macro, version `20260515`
A SAS package is a zip file containing a group
of SAS codes (macros, functions, data steps generating
@@ -490,7 +497,7 @@ filename packages "C:/SAS_PACKAGES"; %* setup a directory for packages;
## This is short help information for the `unloadPackage` macro <a name="unloadpackage"></a>
-------------------------------------------------------------------------------
Macro to unload SAS packages, version `20260409`
Macro to unload SAS packages, version `20260515`
A SAS package is a zip file containing a group
of SAS codes (macros, functions, data steps generating
@@ -557,7 +564,7 @@ filename packages "C:/SAS_PACKAGES"; %* setup a directory for packages;
## This is short help information for the `listPackages` macro <a name="listpackages"></a>
-----------------------------------------------------------------------------------------
Macro to list available SAS packages, version `20260409`
Macro to list available SAS packages, version `20260515`
A SAS package is a zip file containing a group
of SAS codes (macros, functions, data steps generating
@@ -606,7 +613,7 @@ filename packages "C:/SAS_PACKAGES"; %* setup a directory for packages;
## This is short help information for the `verifyPackage` macro <a name="verifypackage"></a>
-------------------------------------------------------------------------------
Macro to verify SAS package with it hash digest, version `20260409`
Macro to verify SAS package with it hash digest, version `20260515`
A SAS package is a zip file containing a group
of SAS codes (macros, functions, data steps generating
@@ -662,7 +669,7 @@ filename packages "C:/SAS_PACKAGES"; %* set-up a directory for packages;
## This is short help information for the `previewPackage` macro <a name="previewpackage"></a>
-------------------------------------------------------------------------------
Macro to get preview of a SAS packages, version `20260409`
Macro to get preview of a SAS packages, version `20260515`
A SAS package is a zip file containing a group
of SAS codes (macros, functions, data steps generating
@@ -731,7 +738,7 @@ filename packages "C:/SAS_PACKAGES"; %* setup a directory for packages;
## This is short help information for the `generatePackage` macro <a name="generatepackage"></a>
-------------------------------------------------------------------------------
Macro to generate SAS packages, version `20260409`
Macro to generate SAS packages, version `20260515`
A SAS package is a zip file containing a group
of SAS codes (macros, functions, data steps generating
@@ -964,7 +971,7 @@ All files have to have `.sas` extension. Other files are ignored.
## This is short help information for the `extendPackagesFileref` macro <a name="extendpackagesfileref"></a>
-----------------------------------------------------------------------------------------
Macro to list directories pointed by 'packages' fileref, version `20260409`
Macro to list directories pointed by 'packages' fileref, version `20260515`
A SAS package is a zip file containing a group
of SAS codes (macros, functions, data steps generating
@@ -1006,7 +1013,7 @@ filename packages ("D:/NEW_DIR" %extendPackagesFileref()); %* add new directory;
## This is short help information for the `loadPackageAddCnt` macro <a name="loadpackageaddcnt"></a>
-------------------------------------------------------------------------------
Macro to load *additional content* for a SAS package, version `20260409`
Macro to load *additional content* for a SAS package, version `20260515`
A SAS package is a zip file containing a group
of SAS codes (macros, functions, data steps generating
@@ -1100,7 +1107,7 @@ filename packages "C:/SAS_PACKAGES"; %* setup a directory for packages;
-------------------------------------------------------------------------------
Utility macro to *split* single file with SAS package code into multiple
files with separate snippets, version `20260409`
files with separate snippets, version `20260515`
A SAS package is a zip file containing a group
of SAS codes (macros, functions, data steps generating
@@ -1181,7 +1188,7 @@ filename packages "C:/SAS_PACKAGES"; %* setup a directory for packages;
## This is short help information for the `relocatePackage` macro <a name="relocatepackage"></a>
-------------------------------------------------------------------------------
Macro to *locally copy or move* (relocate) SAS packages, version `20260409`
Macro to *locally copy or move* (relocate) SAS packages, version `20260515`
A SAS package is a zip file containing a group
of SAS codes (macros, functions, data steps generating
@@ -1293,7 +1300,7 @@ filename packages "C:/SAS_PACKAGES"; %* setup a directory for packages;
## This is short help information for the `isPackagesFilerefOK` macro <a name="ispackagesfilerefok"></a>
-----------------------------------------------------------------------------------------
Macro to check if the `packages` fileref is "correct", version `20260409`
Macro to check if the `packages` fileref is "correct", version `20260515`
A SAS package is a zip file containing a group
of SAS codes (macros, functions, data steps generating
@@ -1344,7 +1351,7 @@ filename packages "C:/SAS_PACKAGES"; %* setup a directory for packages;
## This is short help information for the `SasPackagesFrameworkNotes` macro <a name="saspackagesframeworknotes"></a>
-------------------------------------------------------------------------------
Macro prints help notes for SAS Packages Framework macros, version `20260409`
Macro prints help notes for SAS Packages Framework macros, version `20260515`
A SAS package is a zip file containing a group
of SAS codes (macros, functions, data steps generating
@@ -1394,7 +1401,7 @@ filename packages "C:/SAS_PACKAGES"; %* setup a directory for packages;
## This is short help information for the `bundlePackages` macro <a name="bundlepackages"></a>
-------------------------------------------------------------------------------
Macro to *create bundles* of SAS packages, version `20260409`
Macro to *create bundles* of SAS packages, version `20260515`
A SAS package is a zip file containing a group
of SAS codes (macros, functions, data steps generating
@@ -1431,7 +1438,7 @@ filename packages "C:/SAS_PACKAGES"; %* setup a directory for packages;
- `packagesRef=` *Optional.* Fileref to location of packages for the
bundle. Default value is `packages`.
- `ods=` *Optional.* Name of SAS data set for the report.
- `ods=` *Optional.* V7 style name of SAS data set for report.
-------------------------------------------------------------------------------
@@ -1463,7 +1470,7 @@ filename packages "C:/SAS_PACKAGES"; %* setup a directory for packages;
## This is short help information for the `unbundlePackages` macro <a name="unbundlepackages"></a>
-------------------------------------------------------------------------------
Macro to *extract* SAS packages from a bundle, version `20260409`
Macro to *extract* SAS packages from a bundle, version `20260515`
A SAS package is a zip file containing a group
of SAS codes (macros, functions, data steps generating
@@ -1495,11 +1502,20 @@ filename packages "C:/SAS_PACKAGES"; %* setup a directory for packages;
- `packagesRef=` *Optional.* Fileref to location where packages will
be extracted. Default value is `packages`.
- `ods=` *Optional.* Name of SAS data set for the report.
- `ods=` *Optional.* V7 style name of SAS data set for report.
- `verify=` *Optional.* Indicates if verification code should
be executed after bundle extraction.
Value `1` means yes, Value `0` means no.
Value `1` means yes, Value `0` (default) means no.
- `reportOnly=` *Optional.* Indicates if packages unbundling should
be suspended and only a report with bundle content
be produced and printed.
Value `1` means yes, Value `0` (default) means no.
- `quiet=` *Optional.* Indicates if printout of the summary report
should be suspended.
Value `1` means yes, Value `0` (default) means no.
-------------------------------------------------------------------------------
+372 -125
View File
@@ -43,7 +43,7 @@
- to unload, or
- to generate SAS packages.
Version 20260409.
SAS Packages Framework, version 20260515.
See examples below.
A SAS package is a zip file containing a group of files
@@ -101,7 +101,7 @@ Contributors:
*/
)/secure
/*** HELP END ***/
des = 'Macro to load SAS package, version 20260409. Run %loadPackage() for help info.'
des = 'Macro to load SAS package, version 20260515. Run %loadPackage() for help info.'
minoperator
;
%if (%superq(packageName) = ) OR (%qupcase(&packageName.) = HELP) %then
@@ -117,7 +117,7 @@ minoperator
%put ### This is short help information for the `loadPackage` macro #;
%put #-------------------------------------------------------------------------------#;
%put # #;
%put # Macro to *load* SAS packages, version `20260409` #;
%put # Macro to *load* SAS packages, version `20260515` #;
%put # #;
%put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #;
@@ -398,7 +398,7 @@ minoperator
*/
)/secure
/*** HELP END ***/
des = 'Macro to unload SAS package, version 20260409. Run %unloadPackage() for help info.'
des = 'Macro to unload SAS package, version 20260515. Run %unloadPackage() for help info.'
;
%if (%superq(packageName) = ) OR (%qupcase(&packageName.) = HELP) %then
%do;
@@ -413,7 +413,7 @@ des = 'Macro to unload SAS package, version 20260409. Run %unloadPackage() for h
%put ### This is short help information for the `unloadPackage` macro #;
%put #-------------------------------------------------------------------------------#;
%put # #;
%put # Macro to unload SAS packages, version `20260409` #;
%put # Macro to unload SAS packages, version `20260515` #;
%put # #;
%put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #;
@@ -568,7 +568,7 @@ des = 'Macro to unload SAS package, version 20260409. Run %unloadPackage() for h
*/
)/secure
/*** HELP END ***/
des = 'Macro to get help about SAS package, version 20260409. Run %helpPackage() for help info.'
des = 'Macro to get help about SAS package, version 20260515. Run %helpPackage() for help info.'
;
%if (%superq(packageName) = ) OR (%qupcase(&packageName.) = HELP) %then
%do;
@@ -583,7 +583,7 @@ des = 'Macro to get help about SAS package, version 20260409. Run %helpPackage()
%put ### This is short help information for the `helpPackage` macro #;
%put #-------------------------------------------------------------------------------#;
%put # #;
%put # Macro to get help about SAS packages, version `20260409` #;
%put # Macro to get help about SAS packages, version `20260515` #;
%put # #;
%put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #;
@@ -728,7 +728,7 @@ TODO:
*/
/*+installPackage+*/
/* Macros to install SAS packages, version 20260409 */
/* Macros to install SAS packages, version 20260515 */
/* A SAS package is a zip file containing a group of files
with SAS code (macros, functions, data steps generating
data, etc.) wrapped up together and %INCLUDEed by
@@ -742,6 +742,7 @@ TODO:
, mirror = 0 /* indicates which location for package source should be used */
, version = /* indicates which version of a package to install */
, replace = 1 /* 1 = replace if the package already exist, 0 = otherwise */
, backup = 0 /* 1 = before replacing make a copy if the package already exist, 0 = do nothing */
, URLuser = /* user name for the password protected URLs */
, URLpass = /* password for the password protected URLs */
, URLoptions = /* options for the `sourcePath` URLs */
@@ -758,7 +759,7 @@ TODO:
/secure
minoperator
/*** HELP END ***/
des = 'Macro to install SAS package, version 20260409. Run %%installPackage() for help info.'
des = 'Macro to install SAS package, version 20260515. Run %%installPackage() for help info.'
;
%if (%superq(packagesNames) = ) OR (%qupcase(&packagesNames.) = HELP) %then
%do;
@@ -773,7 +774,7 @@ des = 'Macro to install SAS package, version 20260409. Run %%installPackage() fo
%put ### This is short help information for the `installPackage` macro #;
%put #--------------------------------------------------------------------------------------------#;;
%put # #;
%put # Macro to install SAS packages, version `20260409` #;
%put # Macro to install SAS packages, version `20260515` #;
%put # #;
%put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #;
@@ -822,8 +823,15 @@ des = 'Macro to install SAS package, version 20260409. Run %%installPackage() fo
%put # When there are multiple packages to install the `version` variable #;
%put # is scan sequentially. #;
%put # #;
%put # - `replace=` With default value of `1`, it causes existing package file 0 #;
%put # to be replaced by new downloaded file. #;
%put # - `replace=` When set to `1` and a package file exists, it forces the package #;
%put # file replacement by the new downloaded file. #;
%put # It is a binary indicator ('0' or '1'). Default value is `1`. #;
%put # #;
%put # - `backup=` When set to `1` and a package file exists, it creates a backup copy #;
%put # of the package file. The backup copy is created with a suffix of the #;
%put # following format: `_BCKP_yyyymmddJJMMSS`. #;
%put # If `replace=0` then `backup` is set to `0`. #;
%put # It is a binary indicator ('0' or '1'). Default value is `0`. #;
%put # #;
%put # - `URLuser=` A user name for the password protected URLs, no quotes needed. #;
%put # #;
@@ -950,9 +958,13 @@ des = 'Macro to install SAS package, version 20260409. Run %%installPackage() fo
%let loadAddCnt = %sysevalf(NOT(0=%superq(loadAddCnt)));
%let instDoc = %sysevalf(NOT(0=%superq(instDoc)));
%let backup = %sysevalf(NOT(0=%superq(backup)));
%let replace = %sysevalf(1=%superq(replace));
/* in case you do not replace then you also do not do a backup */
%if 0=&replace. %then %let backup = 0;
%if %superq(sourcePath)= %then
%do;
%local SPFinitMirror SPFinitMirrorMD;
@@ -1071,13 +1083,16 @@ des = 'Macro to install SAS package, version 20260409. Run %%installPackage() fo
%put ### &packageName.(&vers.) ###;
%put *** %sysfunc(lowcase(&packageName.)) start *****************************************;
%local in out inMD outMD _IOFileref_;
%local in out inMD outMD bckp_ref bckplabel _IOFileref_;
data _null_; call symputX("_IOFileref_", put(MD5(lowcase("&packageName.")), hex7. -L), "L"); run;
%let in = i&_IOFileref_.;
%let out = o&_IOFileref_.;
%let inMD = j&_IOFileref_.;
%let outMD = u&_IOFileref_.;
%let bckp_ref = b&_IOFileref_.;
%let bckplabel = _BCKP_%sysfunc(compress(%sysfunc(datetime(),b8601dt.),,KD));
/* %let in = i%sysfunc(md5(&packageName.),hex7.); */
/* %let out = o%sysfunc(md5(&packageName.),hex7.); */
@@ -1208,12 +1223,34 @@ des = 'Macro to install SAS package, version 20260409. Run %%installPackage() fo
do;
if symgetn("replace")=1 then
do;
rc = 0;
put @2 "The following file will be replaced during "
/ @2 "installation of the &packageName. package: "
/ @5 out_path;
rc = FDELETE(out_ref);
rc = FCOPY(in_ref, out_ref);
rcTXT=sysmsg();
/* backup package file */
if symgetn("backup")=1 then
do;
length bckp_ref $ 8 bckplabel $ 32;
bckplabel = "&bckplabel.";
rc = filename(bckp_ref, cats(out_path, bckplabel), "DISK", "recfm=N lrecl=1");
put / @2 "The following backup file will be created:"
/ @5 out_path +(-1) bckplabel;
rc + FCOPY(out_ref, bckp_ref);
rcTXT=sysmsg();
if rc then put "WARNING: [&packageName.] Backup failed... ";
_N_ = filename(bckp_ref);
end;
/* replace package file */
if rc=0 then
do;
rc + FDELETE(out_ref);
if 0=rc then
rc + FCOPY(in_ref, out_ref);
rcTXT=sysmsg();
if rc then put "WARNING: [&packageName.] Installation failed... ";
end;
end;
else
do;
@@ -1241,6 +1278,9 @@ des = 'Macro to install SAS package, version 20260409. Run %%installPackage() fo
end;
else if 1=FEXIST(out_refMD) and 1=symgetn("replace") then
do;
if symgetn("backup")=1 then
put @2 "No backup done for documentation file.";
rcMD = FDELETE(out_refMD);
if rcMD=0 then
rcMD2 = FCOPY(in_refMD, out_refMD);
@@ -1279,9 +1319,29 @@ des = 'Macro to install SAS package, version 20260409. Run %%installPackage() fo
%do;
%put %str( )The following file will be replaced during;
%put %str( )installation of the &packageName. package:;
%put %str( )%sysfunc(pathname(&out.));
%let notRunHTTP = %sysfunc(FDELETE(&out.));
%put %sysfunc(sysmsg());
%put %str( )%sysfunc(pathname(&out.));
/* backup package file */
%if 1=&backup. %then
%do;
filename &bckp_ref. "&firstPackagesPath./%sysfunc(lowcase(&packageName.)).zip&bckplabel." recfm=N lrecl=1;
%put %str( )The following backup file will be created:;
%put %str( )%sysfunc(pathname(&bckp_ref.));
%let notRunHTTP = %sysfunc(FCOPY(&out., &bckp_ref.));
%put %sysfunc(sysmsg());
filename &bckp_ref. clear;
%let notRunHTTP = %sysevalf(&notRunHTTP. + %sysfunc(FDELETE(&out.)));
%put %sysfunc(sysmsg());
%end;
%else
%do;
%let notRunHTTP = %sysfunc(FDELETE(&out.));
%put %sysfunc(sysmsg());
%end;
%end;
%else
%do;
@@ -1350,6 +1410,7 @@ des = 'Macro to install SAS package, version 20260409. Run %%installPackage() fo
%end;
%else %if 1=&replace. %then
%do;
%if 1=&backup. %then %put %str( )No backup done for documentation file.;
%put %str( )Package documentation installation on demand:;
%let notRunHTTP = %sysfunc(FDELETE(&outMD.));
%if &notRunHTTP. %then %put %sysfunc(sysmsg());
@@ -1583,7 +1644,7 @@ des = 'Macro to install SAS package, version 20260409. Run %%installPackage() fo
Macro to list SAS packages in packages folder.
Version 20260409
Version 20260515
A SAS package is a zip file containing a group
of SAS codes (macros, functions, data steps generating
@@ -1605,7 +1666,7 @@ des = 'Macro to install SAS package, version 20260409. Run %%installPackage() fo
listDataSet /* Name of a data set to save results */
, quiet = 0 /* Indicate if results should be printed in log */
)/secure parmbuff
des = 'Macro to list SAS packages from `packages` fileref, type %listPackages(HELP) for help, version 20260409.'
des = 'Macro to list SAS packages from `packages` fileref, type %listPackages(HELP) for help, version 20260515.'
;
%if (%QUPCASE(&listDataSet.) = HELP) %then
%do;
@@ -1620,7 +1681,7 @@ des = 'Macro to list SAS packages from `packages` fileref, type %listPackages(HE
%put ### This is short help information for the `listPackages` macro #;
%put #-----------------------------------------------------------------------------------------#;;
%put # #;
%put # Macro to list available SAS packages, version `20260409` #;
%put # Macro to list available SAS packages, version `20260515` #;
%put # #;
%put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #;
@@ -1681,14 +1742,17 @@ des = 'Macro to list SAS packages from `packages` fileref, type %listPackages(HE
options NOnotes NOsource ls=MAX ps=MAX;
data _null_;
length listDataSet $ 41;
listDataSet = strip(scan(symget('listDataSet'),1,'( )'));
call symputX('listDataSet',listDataSet,"L");
if not (listDataSet = " ") then
call symputX('listDataSetCheck',1,"L");
else call symputX('quiet',0,"L");
run;
%if %superq(listDataSet) NE %then
%do;
data _null_; /* verify listDataSet compatibility with V7 naming */
%SPFinit_intrnl_forceV7DSname(listDataSet);
call symputX('listDataSet',listDataSet,"L");
if not (listDataSet = " ") then
call symputX('listDataSetCheck',1,"L");
else call symputX('quiet',0,"L");
run;
%end;
data _null_
%if 1=&listDataSetCheck. %then
@@ -1846,7 +1910,7 @@ options ls = &ls_tmp. ps = &ps_tmp. &notes_tmp. &source_tmp.;
Macro to generate SAS packages.
Version 20260409
Version 20260515
A SAS package is a zip file containing a group
of SAS codes (macros, functions, data steps generating
@@ -1896,7 +1960,7 @@ options ls = &ls_tmp. ps = &ps_tmp. &notes_tmp. &source_tmp.;
when empty takes buildLocation */
)/ secure minoperator
/*** HELP END ***/
des = 'Macro to generate SAS packages, version 20260409. Run %generatePackage() for help info.'
des = 'Macro to generate SAS packages, version 20260515. Run %generatePackage() for help info.'
;
%if (%superq(filesLocation) = ) OR (%qupcase(&filesLocation.) = HELP) %then
%do;
@@ -1911,7 +1975,7 @@ des = 'Macro to generate SAS packages, version 20260409. Run %generatePackage()
%put ### This is short help information for the `generatePackage` macro #;
%put #------------------------------------------------------------------------------------#;
%put # #;
%put # Macro to generate SAS packages, version `20260409` #;
%put # Macro to generate SAS packages, version `20260515` #;
%put # #;
%put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #;
@@ -2793,7 +2857,7 @@ title6 "MD5 hashed fileref of package lowcase name: &_PackageFileref_.";
title&_titleNumber_. "Package ZIP file location is: &buildLocation.";
%end;
footnote1 "SAS Packages Framework, version 20260409";
footnote1 "SAS Packages Framework, version 20260515";
proc print
data = &filesWithCodes.(drop=base build folderRef fileRef rc folderid _abort_ fileId additionalContent)
@@ -3618,7 +3682,7 @@ data _null_;
%end;
put +(-1) '`.;'''
/ ' !! '' %put The macro generated: '' !! put(dtCASLudf, E8601DT19.-L) !! ";"'
/ ' !! '' %put with the SAS Packages Framework version 20260409.;'''
/ ' !! '' %put with the SAS Packages Framework version 20260515.;'''
/ ' !! '' %put ****************************************************************************;'''
/ ' !! '' %GOTO theEndOfTheMacro;'''
/ ' !! '' %end;''' ;
@@ -3782,7 +3846,7 @@ data _null_;
%end;
put +(-1) '`.; '' !!' /
''' %put The macro generated: ''' " !! put(dtIML, E8601DT19.-L) !! " '''; '' !! ' /
''' %put with the SAS Packages Framework version 20260409.; '' !! ' /
''' %put with the SAS Packages Framework version 20260515.; '' !! ' /
''' %put ****************************************************************************; '' !! ' /
''' %GOTO theEndOfTheMacro; '' !! ' /
''' %end; '' !! ' /
@@ -4654,7 +4718,7 @@ data _null_;
%end;
put 'put " " / @3 "---------------------------------------------------------------------" / " ";'
/ 'put @3 "*SAS package generated by SAS Package Framework, version `20260409`*";'
/ 'put @3 "*SAS package generated by SAS Package Framework, version `20260515`*";'
/ "put @3 '*under `&sysscp.`(`&sysscpl.`) operating system,*';"
/ "put @3 '*using SAS release: `&sysvlong4.`.*';"
/ 'put " " / @3 "---------------------------------------------------------------------";';
@@ -5093,7 +5157,7 @@ options &qlenmax_fstimer_tmp.;
/*+SPFint_gnPckg_tests+*/
%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 20260409.';
des='SAS Packages Framework internal macro. Executable only inside the %generatePackage() macro. The macro encapsulates the test part of the process. Version 20260515.';
/* macro picks up all macrovariables from external scope, so from the %generatePackage() macro */
%if %sysmexecname(%sysmexecdepth-1) in (GENERATEPACKAGE) %then
%do;
@@ -5775,7 +5839,7 @@ options &quotelenmax_tmp.;
/*+SPFint_gnPckg_markdown+*/
%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 20260409.';
des='SAS Packages Framework internal macro. Executable only inside the %generatePackage() macro. The macro encapsulates the markdown documentation part of the process. Version 20260515.';
/* macro picks up all macrovariables from external scope, so from the %generatePackage() macro */
%if %sysmexecname(%sysmexecdepth-1) in (GENERATEPACKAGE) %then
%do;
@@ -5887,7 +5951,7 @@ data &filesWithCodes.markdown;
%end;
put " " / "---------------------------------------------------------------------" / " "
/ "*SAS package generated by SAS Package Framework, version `20260409`,*"
/ "*SAS package generated by SAS Package Framework, version `20260515`,*"
/ "*under `&sysscp.`(`&sysscpl.`) operating system,*"
/ "*using SAS release: `&sysvlong4.`.*"
/ " " / "---------------------------------------------------------------------" / " ";
@@ -6028,7 +6092,7 @@ options &MarkDownOptionsTmp.;
/*+SPFint_gnPckg_arch+*/
%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 20260409.';
des='SAS Packages Framework internal macro. Executable only inside the %generatePackage() macro. The macro encapsulates the archive version generation part of the process. Version 20260515.';
/* macro picks up all macrovariables from external scope, so from the %generatePackage() macro */
%if %sysmexecname(%sysmexecdepth-1) in (GENERATEPACKAGE) %then
%do;
@@ -6195,7 +6259,7 @@ TODO: (in Polish)
*/
)/secure
/*** HELP END ***/
des = 'Macro to load multiple SAS packages at one run, version 20260409. Run %loadPackages() for help info.'
des = 'Macro to load multiple SAS packages at one run, version 20260515. Run %loadPackages() for help info.'
parmbuff
;
%if (%superq(packagesNames) = ) OR (%qupcase(&packagesNames.) = HELP) %then
@@ -6211,7 +6275,7 @@ parmbuff
%put ### This is short help information for the `loadPackageS` macro #;
%put #-------------------------------------------------------------------------------#;
%put # #;
%put # Macro wrapper for the loadPackage macro, version `20260409` #;
%put # Macro wrapper for the loadPackage macro, version `20260515` #;
%put # #;
%put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #;
@@ -6309,7 +6373,7 @@ parmbuff
hashing_file() function, SAS 9.4M6 */
)/secure
/*** HELP END ***/
des = 'Macro to verify SAS package with the hash digest, version 20260409. Run %verifyPackage() for help info.'
des = 'Macro to verify SAS package with the hash digest, version 20260515. Run %verifyPackage() for help info.'
;
%if (%superq(packageName) = ) OR (%qupcase(&packageName.) = HELP) %then
%do;
@@ -6324,7 +6388,7 @@ des = 'Macro to verify SAS package with the hash digest, version 20260409. Run %
%put ### This is short help information for the `verifyPackage` macro #;
%put #-------------------------------------------------------------------------------#;
%put # #;
%put # Macro to verify SAS package with it hash digest, version `20260409` #;
%put # Macro to verify SAS package with it hash digest, version `20260515` #;
%put # #;
%put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #;
@@ -6540,7 +6604,7 @@ des = 'Macro to verify SAS package with the hash digest, version 20260409. Run %
*/
)/secure
/*** HELP END ***/
des = 'Macro to preview content of a SAS package, version 20260409. Run %previewPackage() for help info.'
des = 'Macro to preview content of a SAS package, version 20260515. Run %previewPackage() for help info.'
;
%if (%superq(packageName) = ) OR (%qupcase(&packageName.) = HELP) %then
%do;
@@ -6555,7 +6619,7 @@ des = 'Macro to preview content of a SAS package, version 20260409. Run %preview
%put ### This is short help information for the `previewPackage` macro #;
%put #-------------------------------------------------------------------------------#;
%put # #;
%put # Macro to get preview of a SAS packages, version `20260409` #;
%put # Macro to get preview of a SAS packages, version `20260515` #;
%put # #;
%put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #;
@@ -6689,7 +6753,7 @@ des = 'Macro to preview content of a SAS package, version 20260409. Run %preview
when empty the "packages" value is used */
)/secure
/*** HELP END ***/
des = 'Macro to list directories pointed by "packages" fileref, version 20260409. Run %extendPackagesFileref(HELP) for help info.'
des = 'Macro to list directories pointed by "packages" fileref, version 20260515. Run %extendPackagesFileref(HELP) for help info.'
;
%if %QUPCASE(&packages.) = HELP %then
@@ -6705,7 +6769,7 @@ des = 'Macro to list directories pointed by "packages" fileref, version 20260409
%put ### This is short help information for the `extendPackagesFileref` macro #;
%put #-----------------------------------------------------------------------------------------#;;
%put # #;
%put # Macro to list directories pointed by 'packages' fileref, version `20260409` #;
%put # Macro to list directories pointed by 'packages' fileref, version `20260515` #;
%put # #;
%put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #;
@@ -6807,7 +6871,7 @@ filename packages list;
is provided in required version */
)/secure
/*** HELP END ***/
des = 'Macro to load additional content for a SAS package, version 20260409. Run %loadPackageAddCnt() for help info.'
des = 'Macro to load additional content for a SAS package, version 20260515. Run %loadPackageAddCnt() for help info.'
minoperator
;
%if (%superq(packageName) = ) OR (%qupcase(&packageName.) = HELP) %then
@@ -6823,7 +6887,7 @@ minoperator
%put ### This is short help information for the `loadPackageAddCnt` macro #;
%put #-------------------------------------------------------------------------------#;
%put # #;
%put # Macro to *load* additional content for a SAS package, version `20260409` #;
%put # Macro to *load* additional content for a SAS package, version `20260515` #;
%put # #;
%put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #;
@@ -7194,7 +7258,7 @@ minoperator
,nobs=0 /* technical parameter */
)
/*** HELP END ***/
/ des = 'Utility macro to split "one big" code into multiple files for a SAS package, version 20260409. Run %splitCodeForPackage() for help info.'
/ des = 'Utility macro to split "one big" code into multiple files for a SAS package, version 20260515. Run %splitCodeForPackage() for help info.'
;
%if (%superq(codeFile) = ) OR (%qupcase(&codeFile.) = HELP) %then
%do;
@@ -7210,7 +7274,7 @@ minoperator
%put #-------------------------------------------------------------------------------#;
%put # #;
%put # Utility macro to *split* single file with SAS package code into multiple #;
%put # files with separate snippets, version `20260409` #;
%put # files with separate snippets, version `20260515` #;
%put # #;
%put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #;
@@ -7586,7 +7650,7 @@ options nomprint nosymbolgen nomlogic notes source ls=MAX ps=MAX msglevel=N ;
*/
if firstLine[j] then
do;
put '/* File generated with help of SAS Packages Framework, version 20260409. */';
put '/* File generated with help of SAS Packages Framework, version 20260515. */';
firstLine[j]=0;
end;
put _infile_;
@@ -7619,7 +7683,7 @@ options &options_tmp2.;
,psMAX=MAX /* pageSise in case executed inside DoSubL() */
,ods= /* a data set for results, e.g., work.relocatePackageReport */
)
/ des = 'Utility macro that locally Copies or Moves Packages, version 20260409. Run %relocatePackage() for help info.'
/ des = 'Utility macro that locally Copies or Moves Packages, version 20260515. Run %relocatePackage() for help info.'
secure
minoperator
;
@@ -7637,7 +7701,7 @@ options &options_tmp2.;
%put ### This is short help information for the `relocatePackage` macro #;
%put #-------------------------------------------------------------------------------#;
%put # #;
%put # Macro to *locally copy or move* (relocate) SAS packages, version `20260409` #;
%put # Macro to *locally copy or move* (relocate) SAS packages, version `20260515` #;
%put # #;
%put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #;
@@ -7789,7 +7853,14 @@ options &options_tmp2.;
%put WARNING: Checksum verification impossible! Minimum SAS version required for the process is 9.4M6. ;
%end;
data _null_ %if %superq(ods) NE %then %do; &ods. %end;
%if NOT %sysevalf(%superq(ods)=,BOOLEAN) %then %do;
data _null_; /* verify ods= value */
%SPFinit_intrnl_forceV7DSname(ods);
call symputX("ods",ods,"L");
run;
%end;
data _null_ &ods. /* the &ods. will be used if not missing */
;
putlog 52*"*" 24*"=" 52*"*";
length packages source target $ 32767 sDevice tDevice $ 32;
@@ -8169,7 +8240,7 @@ options &options_tmp2.;
/ "WARNING- Source is: " s_HASHING
/ "WARNING- Target is: " t_HASHING
/ "WARNING- There could be errors during copying. Check your files.";
%if %superq(ods) NE %then %do; output %scan(&ods.,1,()) ; %end;
output &ods.; /* the &ods. will be used if not missing */
end;
%end;
@@ -8295,7 +8366,7 @@ filename PACKAGES ("R:\testPackages2" "R:\testPackages1");
vERRb /* indicates if macro should be verbose and report errors */
)
/ minoperator PARMBUFF
des = 'Macro to check if the PACKAGES fileref is "correct", type %isPackagesFilerefOK(HELP) for help, version 20260409.'
des = 'Macro to check if the PACKAGES fileref is "correct", type %isPackagesFilerefOK(HELP) for help, version 20260515.'
;
/*** HELP END ***/
%if %QUPCASE(&SYSPBUFF.) = %str(%(HELP%)) %then
@@ -8311,7 +8382,7 @@ des = 'Macro to check if the PACKAGES fileref is "correct", type %isPackagesFile
%put ### This is short help information for the `isPackagesFilerefOK` macro #;
%put #-----------------------------------------------------------------------------------------#;;
%put # #;
%put # Macro to check if the `packages` fileref is "correct", version `20260409` #;
%put # Macro to check if the `packages` fileref is "correct", version `20260515` #;
%put # #;
%put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #;
@@ -8445,7 +8516,7 @@ SPFmacroName /* space separated list of names */
/
minoperator
secure
des = 'Macro to provide help notes about SAS Packages Framework macros, version 20260409. Run %SasPackagesFrameworkNotes(HELP) for help info.'
des = 'Macro to provide help notes about SAS Packages Framework macros, version 20260515. Run %SasPackagesFrameworkNotes(HELP) for help info.'
;
%local list N i element;
%let list=
@@ -8491,7 +8562,7 @@ SasPackagesFrameworkNotes
%put ### This is short help information for the `SasPackagesFrameworkNotes` macro #;
%put #-------------------------------------------------------------------------------#;
%put # #;
%put # Macro prints help notes for SAS Packages Framework macros, version `20260409` #;
%put # Macro prints help notes for SAS Packages Framework macros, version `20260515` #;
%put # #;
%put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #;
@@ -8614,7 +8685,7 @@ options mlogic symbolgen;
,packagesRef=packages
,ods= /* data set for report file */
)/
des='Macro to create a bundle of SAS packages, version 20260409. Run %bundlePackages(HELP) for help info.'
des='Macro to create a bundle of SAS packages, version 20260515. Run %bundlePackages(HELP) for help info.'
secure minoperator
;
@@ -8631,7 +8702,7 @@ secure minoperator
%put ### This is short help information for the `bundlePackages` macro #;
%put #-------------------------------------------------------------------------------#;
%put # #;
%put # Macro to *create bundles* of SAS packages, version `20260409` #;
%put # Macro to *create bundles* of SAS packages, version `20260515` #;
%put # #;
%put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #;
@@ -8668,7 +8739,7 @@ secure minoperator
%put # - `packagesRef=` *Optional.* Fileref to location of packages for the #;
%put # bundle. Default value is `packages`. #;
%put # #;
%put # - `ods=` *Optional.* Name of SAS data set for the report. #;
%put # - `ods=` *Optional.* V7 style name of SAS data set for report. #;
%put # #;
%put #-------------------------------------------------------------------------------#;
%put # #;
@@ -8732,6 +8803,13 @@ secure minoperator
%let datetime = %sysfunc(datetime());
%let reportFile = WORK.tmpbundlefile%sysfunc(int(&datetime.), b8601dt15.)_;
%if NOT %sysevalf(%superq(ods)=,BOOLEAN) %then %do;
data _null_; /* verify ods= value */
%SPFinit_intrnl_forceV7DSname(ods);
call symputX("ods",ods,"L");
run;
%end;
data _null_ %if %superq(ods) NE %then %do; &ods. %end;
%else %do; &reportFile.1 %end;
;
@@ -9005,8 +9083,8 @@ put "INFO: The " bundleName "bundle creation ended.";
;
format datetime e8601dt.;
output
%if %superq(ods) NE %then %do; %scan(&ods.,1,()) %end;
%else %do; &reportFile.1 %end;
%if %superq(ods) NE %then %do; &ods. %end;
%else %do; &reportFile.1 %end;
;
put " ";
rc=sleep(1,1);
@@ -9014,13 +9092,13 @@ stop;
run;
title2 "Summary of the bundle file";;
proc print
data= %if %superq(ods) NE %then %do; %scan(&ods.,1,()) %end;
%else %do; &reportFile.1 %end;
noObs label;
proc print noObs label
data= %if %superq(ods) NE %then %do; &ods. %end;
%else %do; &reportFile.1 %end;
;
var bundleName datetime BundleSHA256 path;
run;
%if %superq(ods) NE %then %do; %put INFO: Report file: %scan(&ods.,1,()); %end;
%if %superq(ods) NE %then %do; %put INFO: Report file: &ods.; %end;
%else %do; proc delete data=&reportFile.1; run; %end;
@@ -9114,9 +9192,11 @@ filename p2 "R:/dontexist";
,packagesPath=
,packagesRef=packages
,ods= /* data set for report file */
,reportOnly=0
,verify=0
,quiet=0
)/
des='Macro to extract a bundle of SAS packages, version 20260409. Run %unbundlePackages(HELP) for help info.'
des='Macro to extract a bundle of SAS packages, version 20260515. Run %unbundlePackages(HELP) for help info.'
secure
minoperator
;
@@ -9134,7 +9214,7 @@ minoperator
%put ### This is short help information for the `unbundlePackages` macro #;
%put #-------------------------------------------------------------------------------#;
%put # #;
%put # Macro to *extract* SAS packages from a bundle, version `20260409` #;
%put # Macro to *extract* SAS packages from a bundle, version `20260515` #;
%put # #;
%put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #;
@@ -9166,11 +9246,20 @@ minoperator
%put # - `packagesRef=` *Optional.* Fileref to location where packages will #;
%put # be extracted. Default value is `packages`. #;
%put # #;
%put # - `ods=` *Optional.* Name of SAS data set for the report. #;
%put # - `ods=` *Optional.* V7 style name of SAS data set for report. #;
%put # #;
%put # - `verify=` *Optional.* Indicates if verification code should #;
%put # be executed after bundle extraction. #;
%put # Value `1` means yes, Value `0` means no. #;
%put # Value `1` means yes, Value `0` (default) means no. #;
%put # #;
%put # - `reportOnly=` *Optional.* Indicates if packages unbundling should #;
%put # be suspended and only a report with bundle content #;
%put # be produced and printed. #;
%put # Value `1` means yes, Value `0` (default) means no. #;
%put # #;
%put # - `quiet=` *Optional.* Indicates if printout of the summary #;
%put # report should be suspended. #;
%put # Value `1` means yes, Value `0` (default) means no. #;
%put # #;
%put #-------------------------------------------------------------------------------#;
%put # #;
@@ -9218,6 +9307,11 @@ minoperator
/*===================================================================================================*/
%if NOT(%superq(verify) in (0 1)) %then %let verify=0;
%if NOT(%superq(quiet) in (0 1)) %then %let quiet=0;
%if NOT(%superq(reportOnly) in (0 1)) %then %let reportOnly=0;
/* no verification when reporting */
%if 1=&reportOnly. %then %let verify=0;
%local HASHING_FILE_exist;
%let HASHING_FILE_exist = 0;
@@ -9236,6 +9330,13 @@ minoperator
%let datetime = %sysfunc(datetime());
%let reportFile = WORK.tmpbundlefile%sysfunc(int(&datetime.), b8601dt15.)_;
%if NOT %sysevalf(%superq(ods)=,BOOLEAN) %then %do;
data _null_; /* verify ods= value */
%SPFinit_intrnl_forceV7DSname(ods);
call symputX("ods",ods,"L");
run;
%end;
data _null_;
datetime=symgetn('datetime');
@@ -9260,42 +9361,47 @@ length packagesPath $ 32767 packagesRef $ 8;
packagesPath = dequote(symget('packagesPath'));
packagesRef = upcase(strip(symget('packagesRef')));
/* organize target path (location for packages) */
if " "=packagesPath then
do;
if 0 then set SASHELP.VEXTFL(keep=level xpath xengine fileref exists);
DECLARE HASH sH(dataset:'SASHELP.VEXTFL(where=(fileref=' !! quote(packagesRef) !! '))', ordered: "A");
sH.DefineKey("level");
sH.DefineData("xpath","xengine","exists");
sH.DefineDone();
if 0 then set SASHELP.VEXTFL(keep=level xpath xengine fileref exists);
if sH.NUM_ITEMS=0 then
/* ignore target check when only report is requested */
%if 0=&reportOnly. %then
%do;
/* organize target path (location for packages) */
if " "=packagesPath then
do;
put "ERROR: Fileref in packagesRef= does NOT exist. Exiting!";
stop;
DECLARE HASH sH(dataset:'SASHELP.VEXTFL(where=(fileref=' !! quote(packagesRef) !! '))', ordered: "A");
sH.DefineKey("level");
sH.DefineData("xpath","xengine","exists");
sH.DefineDone();
if sH.NUM_ITEMS=0 then
do;
put "ERROR: Fileref in packagesRef= does NOT exist. Exiting!";
stop;
end;
packagesPath=" ";
rc = sH.FIND(key:NOT(1=sH.NUM_ITEMS)); /* if only 1 element select level 0, if more than 1 select level 1 */
if xengine = "DISK" AND exists='yes' then
packagesPath=quote(strip(xpath)); /* add quotes to the packagesPath */
else
do;
put "ERROR: Path: " xpath "in packagesRef= is invalid! Exiting!";
stop;
end;
end;
packagesPath=" ";
rc = sH.FIND(key:NOT(1=sH.NUM_ITEMS)); /* if only 1 element select level 0, if more than 1 select level 1 */
if xengine = "DISK" AND exists='yes' then
packagesPath=quote(strip(xpath)); /* add quotes to the packagesPath */
else
do;
put "ERROR: Path: " xpath "in packagesRef= is invalid! Exiting!";
stop;
rcPckPath = fileexist(strip(packagesPath));
if 0=rcPckPath then
do;
put "ERROR: Path in packagesPath= does NOT exist. Exiting!";
stop;
end;
else packagesPath=quote(strip(packagesPath)); /* add quotes to the packagesPath */
end;
end;
else
do;
rcPckPath = fileexist(strip(packagesPath));
if 0=rcPckPath then
do;
put "ERROR: Path in packagesPath= does NOT exist. Exiting!";
stop;
end;
else packagesPath=quote(strip(packagesPath)); /* add quotes to the packagesPath */
end;
%end;
length path $ 32767 pathRef $ 8;
path = dequote(symget('path'));
@@ -9378,7 +9484,7 @@ DECLARE HITER IQ("Q");
/*--------------------------------------------------*/
do until(EOF);
input package :$32. pckVer :$16. pckDtm :$16. hash :$128.;
input package :$32. pckVer :$16. pckDtm :$24. hash :$128.;
if " " NE package then rc = Q.ADD();
end;
label package="Package name"
@@ -9397,22 +9503,31 @@ else
packagesList = catx(" ", packagesList, package);
end;
rc = Q.output(dataset:"&reportFile.1");
rc = Q.output(dataset: /* create propper tag */
%if %superq(ods) NE %then %do; "&ods.(label='Bundle: " !! strip(bundleName) !! "')" %end;
%else %do; "&reportFile.1" %end;
);
/* code executed for unbundling */
length code1 code2 $ 32767;
code1=
'options ps=min nofullstimer nostimer msglevel=N; filename PACKAGES ' !! strip(packagesPath) !! ';' !!
'%relocatePackage(' !! strip(packagesList) !! ',source=' !! catx("/", path, bundleName) !!
'.bundle.zip, sDevice=ZIP,psMAX=MIN)';
%if 0=&reportOnly. %then
%do;
code1=
'options ps=min nofullstimer nostimer msglevel=N; filename PACKAGES ' !! strip(packagesPath) !! ';' !!
'%relocatePackage(' !! strip(packagesList) !! ',source=' !! catx("/", path, bundleName) !!
'.bundle.zip, sDevice=ZIP,psMAX=MIN)';
/*put code=;*/
/*put code=;*/
put / "INFO: The " bundleName "bundle extraction in progress...";
put / "INFO: The " bundleName "bundle extraction in progress...";
rc = doSubL(code1);
rc = doSubL(code1);
put / "INFO: The " bundleName "bundle extraction ended.";
%end;
put / "INFO: The " bundleName "bundle extraction ended.";
/* code executed for verification */
%if 1=&verify. %then
@@ -9428,17 +9543,19 @@ put / "INFO: The " bundleName "bundle extraction ended.";
put " ";
rc=sleep(1,1);
rc = doSubL("title 'Summary of the extracted bundle file';" !!
"proc print data=" !!
rc = doSubL(
%if 0=&quiet. %then /* do not print report */
%do;
"title 'Summary of the bundle file: " !! strip(bundleName) !! "';" !!
"proc print label data=" !!
%if %superq(ods) NE %then %do; "&ods." %end;
%else %do; "&reportFile.1" %end; !!
"; var package pckVer pckDtm hash; run;" !!
%end;
%if %superq(ods) NE %then
%do; "%scan(&ods.,1,())" %end;
%do; %put INFO: Report file: &ods.; %end;
%else
%do; "&reportFile.1" %end; !!
" label; var package pckVer pckDtm hash; run;" !!
%if %superq(ods) NE %then
%do; %put INFO: Report file: %scan(&ods.,1,()); %end;
%else
%do; "proc delete data=&reportFile.1; run;" %end; !!
%do; "proc delete data=&reportFile.1; run;" !! %end;
"title;");
stop;
@@ -9467,6 +9584,7 @@ options mprint;
,path=R:\
,packagesPath=R:\check2
,verify=1
,ods=WORK.bundlenametest124_reportDS
)
%unbundlePackages(
@@ -9489,7 +9607,136 @@ options mprint;
,packagesPath=R:\check
,verify=1
)
*/
/* reportOnly & quiet
%bundlePackages(myLittleBundle
,path=R:\
,packagesList=basePlus SQLinDS macroarray
,packagesRef=PACKAGES)
option dlcreatedir;
libname _ "R:\check5";
%unbundlePackages(myLittleBundle
,path=R:\
,reportOnly=1
,ods=work.bundleReport1)
%unbundlePackages(myLittleBundle
,path=R:\
,reportOnly=1
,ods=work.bundleReport2
,quiet=1)
%unbundlePackages(myLittleBundle
,path=R:\
,packagesPath=R:\check5
,ods=work.bundleReport3
,quiet=1, verify=1)
%unbundlePackages(myLittleBundle
,path=R:\
,packagesPath=R:\check5
,ods=work.bundleReport4
,quiet=0, verify=1)
*/
/*+SPFinit_intrnl_forceV7DSname+*/
%macro SPFinit_intrnl_forceV7DSname(
mcParam /* name of a macro parameter holding user provided data set name */
)/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 20260515.';
/* The macro can be called only inside a data step. */
/****************************************************************************
### Parameters:
`mcParam` - name of a macro parameter holding user provided data set name
### Behavior:
Description:
The 4GL code SYMGETs macro variable value, SCANs only first
part of the string in case there are parenthesis "()" in it.
Then it COMPRESSes the string and keep _only_ digits, letters,
underscore, and period. All periods are TRANSLATEd to spaces.
If created string is not empty its last chunk is SCANned for
data set name, the second to last chunk is SCANned for libname
(if empty then "work" is used). First character of LIB and DS
variables is checked, if it is a digit, then underscore is added.
At the end the LIB and DS are concatenated and casted to upper
case letters.
Examples:
abc.xyz -> ABC.XYZ
ABC.XYZ(obs=42) -> ABC.XYZ
XYZ -> WORK.XYZ
abc. -> WORK.ABC
.XYZ -> WORK.XYZ
123.456 -> _123._456
A#B.x$y -> AB.XY
Usecase:
Inside a macro for value check
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~sas
%macro A(ods);
data _null_;
%SPDinit_intrnl_forceV7DSname(ods);
call symputX("ods",ods,"L");
run;
%if %superq(ods) ne %then
%do;
data &ods.;
...
run;
%end;
%mend;
%A()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
****************************************************************************/
%local allowedSPFmacrosList;
%let allowedSPFmacrosList=LISTPACKAGES RELOCATEPACKAGE UNBUNDLEPACKAGES BUNDLEPACKAGES;
%if %sysmexecname(%sysmexecdepth-1) in (&allowedSPFmacrosList.) %then
%do;
/*=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=*/
length &mcParam. $ 41 lib $ 8 ds $ 32;
/* force only V7 valid symbols */
&mcParam. = symget("&mcParam.");
if NOT (&mcParam. = " ") then
do;
/* drop every illegal character */
&mcParam. = compress(scan(&mcParam,1,'()'),'_.','kad');
&mcParam. = cats(translate(&mcParam.," ","."));
if NOT (&mcParam.=" ") then
do;
/* use 2 last blocks of symbols */
lib = coalescec(scan(&mcParam.,-2),"work");
ds = scan(&mcParam.,-1);
/* check first symbol, in case leading digit add _ */
if ("0" <=: lib <=: "9")
then lib=cats("_",lib);
if ("0" <=: ds <=: "9")
then ds=cats("_",ds);
&mcParam. = upcase(catx(".",lib,ds));
end;
end;
/*=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=*/
%end;
%else
%do;
%put INFO: SAS Packages Framework internal macro.;
%put INFO: Executable only inside &allowedSPFmacrosList. macros.;
%end;
%mend SPFinit_intrnl_forceV7DSname;
/* end of SPFinit.sas file */
+9 -9
View File
@@ -10,7 +10,7 @@ Packages:
---
- **SQLinDS**\[2.3.3\], based on Mike Rhoads' article *Use the Full Power of SAS in Your Function-Style Macros*. The package allows to write SQL queries in the data step, e.g.
- **SQLinDS**\[2.4.0\], based on Mike Rhoads' article *Use the Full Power of SAS in Your Function-Style Macros*. The package allows to write SQL queries in the data step, e.g.
```sas
data class;
set %SQL(
@@ -22,9 +22,9 @@ data class;
WH = weight + height;
run;
```
SHA256 digest for SQLinDS: F*6CC51325BDCE164B2E811896DD1C3A6D44242F50CC313D0721350CA49975F628
SHA256 digest for SQLinDS: F*A3DC9400DEF1403DC9E191611790244A8B0FB23303D3A98D29777E46A1D4E8B4
[Documentation for SQLinDS](https://github.com/SASPAC/blob/main/sqlinds.md "Documentation for SQLinDS")
[Documentation for SQLinDS](https://github.com/SASPAC/sqlinds/blob/main/sqlinds.md "Documentation for SQLinDS")
---
@@ -57,7 +57,7 @@ run;
```
SHA256 digest for DFA: F*C1E5126D8EDE050A758BCB5DCCA56A37125B3646CE75F1CF41EDE00890901AD9
[Documentation for DFA](https://github.com/SASPAC/blob/main/dfa.md "Documentation for DFA")
[Documentation for DFA](https://github.com/SASPAC/dfa/blob/main/dfa.md "Documentation for DFA")
---
@@ -82,11 +82,11 @@ SHA256 digest for DFA: F*C1E5126D8EDE050A758BCB5DCCA56A37125B3646CE75F1CF41EDE00
```
SHA256 digest for macroArray: F*35A657517CD2B1AB86C4E7C5320B5EDDDFBA9348075AE31DDAF875CF0CC193C9
[Documentation for macroArray](https://github.com/SASPAC/blob/main/macroarray.md "Documentation for macroArray")
[Documentation for macroArray](https://github.com/SASPAC/macroarray/blob/main/macroarray.md "Documentation for macroArray")
---
- **BasePlus**\[3.1.4\] adds a bunch of functionalities I am missing in BASE SAS, such as:
- **BasePlus**\[3.2.0\] adds a bunch of functionalities I am missing in BASE SAS, such as:
```sas
call arrMissToRight(myArray);
call arrFillMiss(17, myArray);
@@ -120,9 +120,9 @@ format x bool.;
%workLib(ABC)
```
SHA256 digest for BasePlus: F*BD248E5F8CBD94B5F45467B723A73D97D646CD665BA98679F87C7A03A484E83E
SHA256 digest for BasePlus: F*F85189F1AF33755A7C9F05673A8094AE3245A21C8B602E02C20170A4DCF73890
[Documentation for BasePlus](https://github.com/SASPAC/blob/main/baseplus.md "Documentation for BasePlus")
[Documentation for BasePlus](https://github.com/SASPAC/baseplus/blob/main/baseplus.md "Documentation for BasePlus")
---
@@ -137,7 +137,7 @@ SHA256 digest for BasePlus: F*BD248E5F8CBD94B5F45467B723A73D97D646CD665BA98679F8
SHA256 digest for GSM: F*411452E8388C181800023A01A3B7DC7904A80A915D506D9606638F27CBC282B1
[Documentation for GSM](https://github.com/SASPAC/blob/main/gsm.md "Documentation for GSM")
[Documentation for GSM](https://github.com/SASPAC/gsm/blob/main/gsm.md "Documentation for GSM")
---
+9
View File
@@ -1,3 +1,12 @@
/* 20260528 */
BasePlus: F*F85189F1AF33755A7C9F05673A8094AE3245A21C8B602E02C20170A4DCF73890
/* 20260512 */
BasePlus: F*2308959251D1BF9259B693EB8C60D30D24D5D7E06AED05A03639A7C7E458658F
/* 20260511 */
SQLinDS: F*A3DC9400DEF1403DC9E191611790244A8B0FB23303D3A98D29777E46A1D4E8B4
/* 20260217 */
BasePlus: F*BD248E5F8CBD94B5F45467B723A73D97D646CD665BA98679F87C7A03A484E83E
DFA: F*C1E5126D8EDE050A758BCB5DCCA56A37125B3646CE75F1CF41EDE00890901AD9
+12 -9
View File
@@ -9,17 +9,17 @@
### Version information:
- Package: BasePlus
- Version: 3.1.4
- Generated: 2026-02-17T12:22:24
- Version: 3.2.0
- Generated: 2026-05-28T12:00:14
- Author(s): Bartosz Jablonski (yabwon@gmail.com), contributors are Quentin McMullen (qmcmullen@gmail.com) and Ryo Nakaya (nakaya.ryou@gmail.com)
- Maintainer(s): Bartosz Jablonski (yabwon@gmail.com)
- License: MIT
- File SHA256: `F*BD248E5F8CBD94B5F45467B723A73D97D646CD665BA98679F87C7A03A484E83E` for this version
- Content SHA256: `C*373E1A4CDC1A2462C90D6EC88E2BAA2F9902DFE5C6A4CC70356EE7281337C70A` for this version
- File SHA256: `F*F85189F1AF33755A7C9F05673A8094AE3245A21C8B602E02C20170A4DCF73890` for this version
- Content SHA256: `C*2216D9556FF51EDABAACBBFED7D30D5B46519083F7217A647A505C2F9FAB3634` for this version
---
# The `BasePlus` package, version: `3.1.4`;
# The `BasePlus` package, version: `3.2.0`;
---
@@ -407,9 +407,9 @@ localization (only if additional content was deployed during the installation pr
---------------------------------------------------------------------
*SAS package generated by SAS Package Framework, version `20260216`,*
*SAS package generated by SAS Package Framework, version `20260515`,*
*under `WIN`(`X64_10PRO`) operating system,*
*using SAS release: `9.04.01M9P06042025`.*
*using SAS release: `9.04.01M9P06052025`.*
---------------------------------------------------------------------
@@ -878,8 +878,11 @@ The basic syntax is the following, the `<...>` means optional parameters:
* `backslashSens=0` - *Optional*, if not zero then it indicates
that backslash(`\`) symbol in files and dirs
names is detectable under Linux. Accepted
values: `0` and `1`. Ignored under Windows.
names is detectable under Linux. Additionally,
for a square-bracket (`[` or `]`), it turns
off their special meaning under Linux.
Accepted values: `0` and `1`.
Ignored under Windows.
### EXAMPLES AND USECASES: ####################################################
Binary file not shown.
+27 -11
View File
@@ -9,17 +9,17 @@
### Version information:
- Package: SQLinDS
- Version: 2.3.3
- Generated: 2026-02-17T08:25:24
- Version: 2.4.0
- Generated: 2026-05-11T14:15:07
- Author(s): Mike Rhoads (RhoadsM1@Westat.com), contributor Bartosz Jablonski
- Maintainer(s): Bartosz Jablonski (yabwon@gmail.com)
- License: MIT
- File SHA256: `F*6CC51325BDCE164B2E811896DD1C3A6D44242F50CC313D0721350CA49975F628` for this version
- Content SHA256: `C*776741E40EB6DCD907640ACA674F092BFAF0F7DE031519B6B453D37F6D6959D9` for this version
- File SHA256: `F*A3DC9400DEF1403DC9E191611790244A8B0FB23303D3A98D29777E46A1D4E8B4` for this version
- Content SHA256: `C*4A49F365C4EF8C5523393FDC1E11C344B023F449B3F1759BA27CFC6C1293A499` for this version
---
# The `SQLinDS` package, version: `2.3.3`;
# The `SQLinDS` package, version: `2.4.0`;
---
@@ -75,9 +75,9 @@ localization (only if additional content was deployed during the installation pr
---------------------------------------------------------------------
*SAS package generated by SAS Package Framework, version `20260216`,*
*SAS package generated by SAS Package Framework, version `20260411`,*
*under `WIN`(`X64_10PRO`) operating system,*
*using SAS release: `9.04.01M9P06042025`.*
*using SAS release: `9.04.01M9P06052025`.*
---------------------------------------------------------------------
@@ -155,18 +155,18 @@ Copy of the article can also be found in *additional content* directory.
%sql(<nonempty Proc SQL query code>)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The THE query code is limited to approximately *32000* bytes.
The query code is limited to approximately *32000* bytes.
### EXAMPLES: #################################################################
**EXAMPLE 1**: simple SQL query
**EXAMPLE 1**: A simple SQL query.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~sas
data class_subset;
set %SQL(select name, sex, height from sashelp.class where age > 12);
run;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
**EXAMPLE 2**: query with dataset options
**EXAMPLE 2**: A query with dataset options.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~sas
data renamed;
set %SQL(select name, age from sashelp.class
@@ -175,12 +175,28 @@ data renamed;
run;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
**EXAMPLE 3**: Proc SQL dictionaries in the data step
**EXAMPLE 3**: Proc SQL dictionaries in the data step.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~sas
data dictionary;
set %SQL(select dict.* from dictionary.macros as dict);
run;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
**EXAMPLE 4**: Use Proc SQL to populate hash table.
Call to `%SQL()` has to be in double-quotes.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~sas
data _null_;
if 0 then set %SQL(SELECT name, age FROM sashelp.class);
declare hash H (dataset: "%SQL(SELECT name, age FROM sashelp.class)") ;
H.defineKey("age");
H.defineKey("name");
H.defineDone();
H.output(dataset:"output");
stop;
run;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
---
Binary file not shown.