SAS Packages Framework, version 20260617

SAS Packages Framework, version `20260617`

Changes:

- Documentation update. Answer to issue: #136

Co-Authored-By: K.Nakamatsu <ken-nakamatsu@knworx.com>
This commit is contained in:
Bart Jablonski
2026-06-17 19:20:26 +02:00
parent dd4132d2ea
commit 3ca1cae526
25 changed files with 134 additions and 131 deletions
+2 -2
View File
@@ -43,7 +43,7 @@
- to unload, or
- to generate SAS packages.
SAS Packages Framework, version 20260615.
SAS Packages Framework, version 20260617.
See examples below.
A SAS package is a zip file containing a group of files
@@ -66,7 +66,7 @@ Contributors:
%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 20260615.';
des='SAS Packages Framework internal macro. Executable only inside selected SPF macros. Macro generates 4GL code that forces V7 compatybility for user provided data set names. Version 20260617.';
/* The macro can be called only inside a data step. */
/****************************************************************************
### Parameters: