SAS Packages Framework, version 20260710

SAS Packages Framework, version `20260710`

Changes:

- Code cleanup
This commit is contained in:
Bart Jablonski
2026-07-10 11:05:38 +02:00
parent 3ca1cae526
commit 8102ab5513
25 changed files with 358 additions and 358 deletions
+6 -6
View File
@@ -32,8 +32,8 @@
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
*/
/**#############################################################################**/
*/
/**############################################################################**/
/*** HELP START ***/
/* SPF (SAS Packages Framework) is a set of macros:
@@ -43,7 +43,7 @@
- to unload, or
- to generate SAS packages.
SAS Packages Framework, version 20260617.
SAS Packages Framework, version 20260710.
See examples below.
A SAS package is a zip file containing a group of files
@@ -67,7 +67,7 @@ Contributors:
Macro to list SAS packages in packages folder.
Version 20260617
Version 20260710
A SAS package is a zip file containing a group
of SAS codes (macros, functions, data steps generating
@@ -89,7 +89,7 @@ Contributors:
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 20260617.'
des = 'Macro to list SAS packages from `packages` fileref, type %listPackages(HELP) for help, version 20260710.'
;
%if (%QUPCASE(&listDataSet.) = HELP) %then
%do;
@@ -104,7 +104,7 @@ des = 'Macro to list SAS packages from `packages` fileref, type %listPackages(HE
%put ### This is short help information for the `listPackages` macro #;
%put #-----------------------------------------------------------------------------------------#;;
%put # #;
%put # Macro to list available SAS packages, version `20260617` #;
%put # Macro to list available SAS packages, version `20260710` #;
%put # #;
%put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #;