diff --git a/README.md b/README.md index 81fca07..6252746 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,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 **`20210520`**. +In this repository we are presenting the **SAS Packages Framework** which allows to develop and use SAS packages. **The latest version** of SPF is **`20210528`**. To get started with SAS Packages try this [**`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). @@ -104,7 +104,7 @@ Currently the following packages are available (see the `./packages` directory): set %SQL(select * from sashelp.class order by age); run; ``` -SHA256 digest for SQLinDS: 3034A0C8AC43683AD55698861DBBDEBDE6FC8567D59ECF2BB5F3389FE6BC8062 +SHA256 digest for SQLinDS: 1853CD6262CF66582A33C373AA612CA714B61CB88A1C51745E7A57D5A03C39B4 [Documentation for SQLinDS](https://github.com/yabwon/SAS_PACKAGES/blob/main/packages/sqlinds.md "Documentation for SQLinDS") @@ -116,7 +116,7 @@ SHA256 digest for MacroCore: A23C29529F3CE7D0C8BEE9545C5D22D5B5594907547374A5135 - **DFA** (Dynamic Function Arrays)\[0.5\], contains set of macros and FCMP functions which implement: a dynamically allocated array, a stack, a fifo queue, an ordered stack, and a priority queue, run `%helpPackage(DFA,createDFArray)` to find examples. -SHA256 digest for DFA: 179AAB9DF3DE8F049A4EFDF5FB0BE92AE5F7BFA7708D4365F39D4DC71C4F90FE +SHA256 digest for DFA: 22AB51B85E3344B8C0FB7AF164247881B656F5CBA88BBA974AD8BC41ED79327F [Documentation for DFA](https://github.com/yabwon/SAS_PACKAGES/blob/main/packages/dfa.md "Documentation for DFA") @@ -139,7 +139,7 @@ SHA256 digest for DFA: 179AAB9DF3DE8F049A4EFDF5FB0BE92AE5F7BFA7708D4365F39D4DC71 which = 1:H:2 ); ``` -SHA256 digest for macroArray: 42E87B80450B3E1AD462B9B63B41F34C83B7745AA0F98C3CA72AA19F3B1FF10E +SHA256 digest for macroArray: 849629D3AF3FE3AB45D86990E303F1D5E4D5F9F31C8ED6864C95B0DFAADCA445 [Documentation for macroArray](https://github.com/yabwon/SAS_PACKAGES/blob/main/packages/macroarray.md "Documentation for macroArray") @@ -158,12 +158,12 @@ format x bool.; %put %getVars(sashelp.class, pattern = ght$, sep = +, varRange = _numeric_); ``` -SHA256 digest for BasePlus: 28F3DE865C5E3B914FFB7CC2627D8B0975527EEECEE7AFEAD7B335C3FDC1BFD3 +SHA256 digest for BasePlus: A321A4BC54D444B82575EC5D443553A096557AD69DC171D578A330277E67637A [Documentation for BasePlus](https://github.com/yabwon/SAS_PACKAGES/blob/main/packages/baseplus.md "Documentation for BasePlus") - **dynMacroArray**\[0.2\], set of macros (wrappers for a hash table) emulating dynamic array in the data step (macro predecessor of DFA) -SHA256 digest for dynMacroArray: 8B0777EA3CF41968C0B029AA57B1F809D21D1BAB1B88A35B0EA5DB3C6DD9E748 +SHA256 digest for dynMacroArray: 67956116578E71327748B7EB3DAFF9D872DBC6F6EDD0DC11B7CF2A54FDA71785 ### ====== diff --git a/SPF/Documentation/Getting_Started_with_SAS_Packages.pdf b/SPF/Documentation/Getting_Started_with_SAS_Packages.pdf index ded6f94..50c46e6 100644 Binary files a/SPF/Documentation/Getting_Started_with_SAS_Packages.pdf and b/SPF/Documentation/Getting_Started_with_SAS_Packages.pdf differ diff --git a/SPF/Documentation/SAS(r) packages - the way to share (a how to)- Paper 4725-2020 - extended.pdf b/SPF/Documentation/SAS(r) packages - the way to share (a how to)- Paper 4725-2020 - extended.pdf index bdd292c..4aa85a2 100644 Binary files a/SPF/Documentation/SAS(r) packages - the way to share (a how to)- Paper 4725-2020 - extended.pdf and b/SPF/Documentation/SAS(r) packages - the way to share (a how to)- Paper 4725-2020 - extended.pdf differ diff --git a/SPF/SPFinit.md b/SPF/SPFinit.md index adecbb1..47c3711 100644 --- a/SPF/SPFinit.md +++ b/SPF/SPFinit.md @@ -20,7 +20,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 **`20210520`**. +In this repository we are presenting the **SAS Packages Framework** which allows to develop and use SAS packages. The latest version of SPF is **`20210528`**. **To get started with SAS Packages** try this [**`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). @@ -38,7 +38,7 @@ After assigning the directory do not change them when using the SPF since it may ## This is short help information for the `installPackage` macro -------------------------------------------------------------------------------------------- - Macro to install SAS packages, version `20210520` + Macro to install SAS packages, version `20210528` A SAS package is a zip file containing a group of SAS codes (macros, functions, data steps generating @@ -104,7 +104,7 @@ filename packages "C:/SAS_PACKAGES"; %* setup a directory for packages; ## This is short help information for the `helpPackage` macro ------------------------------------------------------------------------------- - Macro to get help about SAS packages, version `20210520` + Macro to get help about SAS packages, version `20210528` A SAS package is a zip file containing a group of SAS codes (macros, functions, data steps generating @@ -174,7 +174,7 @@ filename packages "C:/SAS_PACKAGES"; %* setup a directory for packages; ## This is short help information for the `loadPackage` macro ------------------------------------------------------------------------------- - Macro to *load* SAS packages, version `20210520` + Macro to *load* SAS packages, version `20210528` A SAS package is a zip file containing a group of SAS codes (macros, functions, data steps generating @@ -247,7 +247,7 @@ filename packages "C:/SAS_PACKAGES"; %* setup a directory for packages; ## This is short help information for the `loadPackageS` macro ------------------------------------------------------------------------------- - Macro wrapper for the loadPackage macro, version `20210520` + Macro wrapper for the loadPackage macro, version `20210528` A SAS package is a zip file containing a group of SAS codes (macros, functions, data steps generating @@ -296,7 +296,7 @@ filename packages "C:/SAS_PACKAGES"; %* setup a directory for packages; ## This is short help information for the `unloadPackage` macro ------------------------------------------------------------------------------- - Macro to unload SAS packages, version `20210520` + Macro to unload SAS packages, version `20210528` A SAS package is a zip file containing a group of SAS codes (macros, functions, data steps generating @@ -361,7 +361,7 @@ filename packages "C:/SAS_PACKAGES"; %* setup a directory for packages; ## This is short help information for the `listPackages` macro ----------------------------------------------------------------------------------------- - Macro to list available SAS packages, version `20210520` + Macro to list available SAS packages, version `20210528` A SAS package is a zip file containing a group of SAS codes (macros, functions, data steps generating @@ -402,7 +402,7 @@ filename packages "C:/SAS_PACKAGES"; %* setup a directory for packages; ## This is short help information for the `verifyPackage` macro ------------------------------------------------------------------------------- - Macro to verify SAS package with it hash digest, version `20210520` + Macro to verify SAS package with it hash digest, version `20210528` A SAS package is a zip file containing a group of SAS codes (macros, functions, data steps generating @@ -455,7 +455,7 @@ filename packages "C:/SAS_PACKAGES"; %* set-up a directory for packages; ## This is short help information for the `previewPackage` macro ------------------------------------------------------------------------------- - Macro to get previwe of a SAS packages, version `20210520` + Macro to get previwe of a SAS packages, version `20210528` A SAS package is a zip file containing a group of SAS codes (macros, functions, data steps generating @@ -522,7 +522,7 @@ filename packages "C:/SAS_PACKAGES"; %* setup a directory for packages; ## This is short help information for the `generatePackage` macro ------------------------------------------------------------------------------- - Macro to generate SAS packages, version `20210520` + Macro to generate SAS packages, version `20210528` A SAS package is a zip file containing a group of SAS codes (macros, functions, data steps generating diff --git a/SPF/SPFinit.sas b/SPF/SPFinit.sas index 81823b1..44163b6 100644 --- a/SPF/SPFinit.sas +++ b/SPF/SPFinit.sas @@ -42,7 +42,7 @@ - to unload, or - to generate SAS packages. - Version 20210520. + Version 20210528. See examples below. A SAS package is a zip file containing a group of files @@ -81,7 +81,7 @@ */ )/secure /*** HELP END ***/ -des = 'Macro to load SAS package, version 20210520. Run %loadPackage() for help info.' +des = 'Macro to load SAS package, version 20210528. Run %loadPackage() for help info.' ; %if (%superq(packageName) = ) OR (%qupcase(&packageName.) = HELP) %then %do; @@ -96,7 +96,7 @@ des = 'Macro to load SAS package, version 20210520. Run %loadPackage() for help %put ### This is short help information for the `loadPackage` macro #; %put #-------------------------------------------------------------------------------#; %put # #; - %put # Macro to *load* SAS packages, version `20210520` #; + %put # Macro to *load* SAS packages, version `20210528` #; %put # #; %put # A SAS package is a zip file containing a group #; %put # of SAS codes (macros, functions, data steps generating #; @@ -251,7 +251,7 @@ des = 'Macro to load SAS package, version 20210520. Run %loadPackage() for help */ )/secure /*** HELP END ***/ -des = 'Macro to unload SAS package, version 20210520. Run %unloadPackage() for help info.' +des = 'Macro to unload SAS package, version 20210528. Run %unloadPackage() for help info.' ; %if (%superq(packageName) = ) OR (%qupcase(&packageName.) = HELP) %then %do; @@ -266,7 +266,7 @@ des = 'Macro to unload SAS package, version 20210520. Run %unloadPackage() for h %put ### This is short help information for the `unloadPackage` macro #; %put #-------------------------------------------------------------------------------#; %put # #; - %put # Macro to unload SAS packages, version `20210520` #; + %put # Macro to unload SAS packages, version `20210528` #; %put # #; %put # A SAS package is a zip file containing a group #; %put # of SAS codes (macros, functions, data steps generating #; @@ -390,7 +390,7 @@ des = 'Macro to unload SAS package, version 20210520. Run %unloadPackage() for h */ )/secure /*** HELP END ***/ -des = 'Macro to get help about SAS package, version 20210520. Run %helpPackage() for help info.' +des = 'Macro to get help about SAS package, version 20210528. Run %helpPackage() for help info.' ; %if (%superq(packageName) = ) OR (%qupcase(&packageName.) = HELP) %then %do; @@ -405,7 +405,7 @@ des = 'Macro to get help about SAS package, version 20210520. Run %helpPackage() %put ### This is short help information for the `helpPackage` macro #; %put #-------------------------------------------------------------------------------#; %put # #; - %put # Macro to get help about SAS packages, version `20210520` #; + %put # Macro to get help about SAS packages, version `20210528` #; %put # #; %put # A SAS package is a zip file containing a group #; %put # of SAS codes (macros, functions, data steps generating #; @@ -515,7 +515,7 @@ TODO: - add MD5(&packageName.) value hash instead "package" word in filenames [DONE] */ -/* Macros to install SAS packages, version 20210520 */ +/* Macros to install SAS packages, version 20210528 */ /* 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 @@ -534,7 +534,7 @@ TODO: /secure minoperator /*** HELP END ***/ -des = 'Macro to install SAS package, version 20210520. Run %%installPackage() for help info.' +des = 'Macro to install SAS package, version 20210528. Run %%installPackage() for help info.' ; %if (%superq(packagesNames) = ) OR (%qupcase(&packagesNames.) = HELP) %then %do; @@ -549,7 +549,7 @@ des = 'Macro to install SAS package, version 20210520. Run %%installPackage() fo %put ### This is short help information for the `installPackage` macro #; %put #--------------------------------------------------------------------------------------------#;; %put # #; - %put # Macro to install SAS packages, version `20210520` #; + %put # Macro to install SAS packages, version `20210528` #; %put # #; %put # A SAS package is a zip file containing a group #; %put # of SAS codes (macros, functions, data steps generating #; @@ -859,7 +859,7 @@ des = 'Macro to install SAS package, version 20210520. Run %%installPackage() fo /* Macro to list SAS packages in packages folder. - Version 20210520 + Version 20210528 A SAS package is a zip file containing a group of SAS codes (macros, functions, data steps generating @@ -879,7 +879,7 @@ des = 'Macro to install SAS package, version 20210520. Run %%installPackage() fo %macro listPackages()/PARMBUFF -des = 'Macro to list SAS packages from `packages` fileref, type %listPackages(HELP) for help, version 20210520.' +des = 'Macro to list SAS packages from `packages` fileref, type %listPackages(HELP) for help, version 20210528.' ; %if %QUPCASE(&SYSPBUFF.) = %str(%(HELP%)) %then %do; @@ -894,7 +894,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 `20210520` #; + %put # Macro to list available SAS packages, version `20210528` #; %put # #; %put # A SAS package is a zip file containing a group #; %put # of SAS codes (macros, functions, data steps generating #; @@ -1025,7 +1025,7 @@ options ls = &ls_tmp. ps = &ps_tmp. ¬es_tmp. &source_tmp.; /* Macro to generate SAS packages. - Version 20210520 + Version 20210528 A SAS package is a zip file containing a group of SAS codes (macros, functions, data steps generating @@ -1057,7 +1057,7 @@ options ls = &ls_tmp. ps = &ps_tmp. ¬es_tmp. &source_tmp.; if set to DEF then the !SASROOT/sasv9.cfg is used */ )/secure minoperator /*** HELP END ***/ -des = 'Macro to generate SAS packages, version 20210520. Run %generatePackage() for help info.' +des = 'Macro to generate SAS packages, version 20210528. Run %generatePackage() for help info.' ; %if (%superq(filesLocation) = ) OR (%qupcase(&filesLocation.) = HELP) %then %do; @@ -1072,7 +1072,7 @@ des = 'Macro to generate SAS packages, version 20210520. Run %generatePackage() %put ### This is short help information for the `generatePackage` macro #; %put #-------------------------------------------------------------------------------#; %put # #; - %put # Macro to generate SAS packages, version `20210520` #; + %put # Macro to generate SAS packages, version `20210528` #; %put # #; %put # A SAS package is a zip file containing a group #; %put # of SAS codes (macros, functions, data steps generating #; @@ -2466,7 +2466,7 @@ data _null_; put ' end ; '; %end; - put 'put "***"; put "* SAS package generated by generatePackage, version 20210520 *"; put "***";'; + put 'put "***"; put "* SAS package generated by generatePackage, version 20210528 *"; put "***";'; put 'run; ' /; @@ -2537,11 +2537,13 @@ data _null_; put ' call execute(" printer = 0; ");'; put ' call execute(" do until(EOF); ");'; put ' call execute(" input; ");'; - put ' call execute(" if upcase(strip(_infile_)) '; - put ' = ''/*** HELP END ***/'' then printer = 0; ");'; + put ' call execute(" _endhelpline_ = upcase(reverse(strip(_infile_))); ");'; + put ' call execute(" if 18 <= lengthn(_endhelpline_) AND _endhelpline_ '; + put ' =: ''/*** DNE PLEH ***/'' then printer = 0; ");'; /* ends with HELP END */ put ' call execute(" if printer then put ""| "" _infile_; ");'; - put ' call execute(" if upcase(strip(_infile_)) '; - put ' = ''/*** HELP START ***/'' then printer = 1; ");'; + put ' call execute(" _starthelpline_ = upcase(strip(_infile_)); ");'; + put ' call execute(" if 20 <= lengthn(_starthelpline_) AND _starthelpline_ '; + put ' =: ''/*** HELP START ***/'' then printer = 1; ");'; /* starts with HELP START */ put ' call execute(" end; ");'; put ' call execute(" put "" "" / "" ""; ");'; put ' call execute(" stop; ");'; @@ -2609,8 +2611,10 @@ data _null_; call execute(' retain test .;'); call execute(' infile _SPFIN_ lrecl=32767 dlm="0a0d"x end=EOF;'); call execute(' input;'); - call execute(' if upcase(strip(_infile_)) = "/*** HELP START ***/" then test + (+1); '); - call execute(' if upcase(strip(_infile_)) = "/*** HELP END ***/" then test + (-1); '); + call execute(' _starthelpline_ = upcase(strip(_infile_));'); + call execute(' if 20 <= lengthn(_starthelpline_) AND _starthelpline_ =: "/*** HELP START ***/" then test + (+1); '); + call execute(' _endhelpline_ = upcase(reverse(strip(_infile_)));'); + call execute(' if 18 <= lengthn(_endhelpline_) AND _endhelpline_ =: "/*** DNE PLEH ***/" then test + (-1); '); /* *** HELP END *** */ call execute(' if (test not in (.,0,1)) or (EOF and test) then '); call execute(' do; '); call execute(' put "ERROR: Unmatched or nested HELP tags in ' !! catx('/', folder, file) !! '! Line: " _N_; '); @@ -3232,7 +3236,7 @@ TODO: (in Polish) */ )/secure /*** HELP END ***/ -des = 'Macro to load multiple SAS packages at one run, version 20210520. Run %loadPackages() for help info.' +des = 'Macro to load multiple SAS packages at one run, version 20210528. Run %loadPackages() for help info.' parmbuff ; %if (%superq(packagesNames) = ) OR (%qupcase(&packagesNames.) = HELP) %then @@ -3248,7 +3252,7 @@ parmbuff %put ### This is short help information for the `loadPackageS` macro #; %put #-------------------------------------------------------------------------------#; %put # #; - %put # Macro wrapper for the loadPackage macro, version `20210520` #; + %put # Macro wrapper for the loadPackage macro, version `20210528` #; %put # #; %put # A SAS package is a zip file containing a group #; %put # of SAS codes (macros, functions, data steps generating #; @@ -3332,7 +3336,7 @@ parmbuff hashing_file() function, SAS 9.4M6 */ )/secure /*** HELP END ***/ -des = 'Macro to verify SAS package with the hash digest, version 20210520. Run %verifyPackage() for help info.' +des = 'Macro to verify SAS package with the hash digest, version 20210528. Run %verifyPackage() for help info.' ; %if (%superq(packageName) = ) OR (%qupcase(&packageName.) = HELP) %then %do; @@ -3347,7 +3351,7 @@ des = 'Macro to verify SAS package with the hash digest, version 20210520. Run % %put ### This is short help information for the `verifyPackage` macro #; %put #-------------------------------------------------------------------------------#; %put # #; - %put # Macro to verify SAS package with it hash digest, version `20210520` #; + %put # Macro to verify SAS package with it hash digest, version `20210528` #; %put # #; %put # A SAS package is a zip file containing a group #; %put # of SAS codes (macros, functions, data steps generating #; @@ -3500,7 +3504,7 @@ des = 'Macro to verify SAS package with the hash digest, version 20210520. Run % */ )/secure /*** HELP END ***/ -des = 'Macro to preview content of a SAS package, version 20210520. Run %previewPackage() for help info.' +des = 'Macro to preview content of a SAS package, version 20210528. Run %previewPackage() for help info.' ; %if (%superq(packageName) = ) OR (%qupcase(&packageName.) = HELP) %then %do; @@ -3515,7 +3519,7 @@ des = 'Macro to preview content of a SAS package, version 20210520. Run %preview %put ### This is short help information for the `previewPackage` macro #; %put #-------------------------------------------------------------------------------#; %put # #; - %put # Macro to get previwe of a SAS packages, version `20210520` #; + %put # Macro to get previwe of a SAS packages, version `20210528` #; %put # #; %put # A SAS package is a zip file containing a group #; %put # of SAS codes (macros, functions, data steps generating #; diff --git a/packages/README.md b/packages/README.md index 67eb3d8..c8a8d86 100644 --- a/packages/README.md +++ b/packages/README.md @@ -18,7 +18,7 @@ data class; WH = weight + height; run; ``` -SHA256 digest for SQLinDS: 3034A0C8AC43683AD55698861DBBDEBDE6FC8567D59ECF2BB5F3389FE6BC8062 +SHA256 digest for SQLinDS: 1853CD6262CF66582A33C373AA612CA714B61CB88A1C51745E7A57D5A03C39B4 [Documentation for SQLinDS](https://github.com/yabwon/SAS_PACKAGES/blob/main/packages/sqlinds.md "Documentation for SQLinDS") @@ -59,7 +59,7 @@ data _null_; end; run; ``` -SHA256 digest for DFA: 179AAB9DF3DE8F049A4EFDF5FB0BE92AE5F7BFA7708D4365F39D4DC71C4F90FE +SHA256 digest for DFA: 22AB51B85E3344B8C0FB7AF164247881B656F5CBA88BBA974AD8BC41ED79327F [Documentation for DFA](https://github.com/yabwon/SAS_PACKAGES/blob/main/packages/dfa.md "Documentation for DFA") @@ -84,7 +84,7 @@ SHA256 digest for DFA: 179AAB9DF3DE8F049A4EFDF5FB0BE92AE5F7BFA7708D4365F39D4DC71 which = 1:H:2 ); ``` -SHA256 digest for macroArray: 42E87B80450B3E1AD462B9B63B41F34C83B7745AA0F98C3CA72AA19F3B1FF10E +SHA256 digest for macroArray: 849629D3AF3FE3AB45D86990E303F1D5E4D5F9F31C8ED6864C95B0DFAADCA445 [Documentation for macroArray](https://github.com/yabwon/SAS_PACKAGES/blob/main/packages/macroarray.md "Documentation for macroArray") @@ -104,7 +104,7 @@ format x bool.; %put %getVars(sashelp.class, pattern = ght$, sep = +, varRange = _numeric_); ``` -SHA256 digest for BasePlus: 28F3DE865C5E3B914FFB7CC2627D8B0975527EEECEE7AFEAD7B335C3FDC1BFD3 +SHA256 digest for BasePlus: A321A4BC54D444B82575EC5D443553A096557AD69DC171D578A330277E67637A [Documentation for BasePlus](https://github.com/yabwon/SAS_PACKAGES/blob/main/packages/baseplus.md "Documentation for BasePlus") @@ -112,6 +112,6 @@ SHA256 digest for BasePlus: 28F3DE865C5E3B914FFB7CC2627D8B0975527EEECEE7AFEAD7B3 - **dynMacroArray**\[0.2\], set of macros (wrappers for a hash table) emulating dynamic array in the data step (macro predecessor of DFA) -SHA256 digest for dynMacroArray: 8B0777EA3CF41968C0B029AA57B1F809D21D1BAB1B88A35B0EA5DB3C6DD9E748 +SHA256 digest for dynMacroArray: 67956116578E71327748B7EB3DAFF9D872DBC6F6EDD0DC11B7CF2A54FDA71785 --- diff --git a/packages/SHA256_for_packages.txt b/packages/SHA256_for_packages.txt index 128b142..774cf38 100644 --- a/packages/SHA256_for_packages.txt +++ b/packages/SHA256_for_packages.txt @@ -1,3 +1,10 @@ +/* 20210528 */ +BasePlus: A321A4BC54D444B82575EC5D443553A096557AD69DC171D578A330277E67637A +DFA: 22AB51B85E3344B8C0FB7AF164247881B656F5CBA88BBA974AD8BC41ED79327F +dynMacroArray: 67956116578E71327748B7EB3DAFF9D872DBC6F6EDD0DC11B7CF2A54FDA71785 +macroArray: 849629D3AF3FE3AB45D86990E303F1D5E4D5F9F31C8ED6864C95B0DFAADCA445 +SQLinDS: 1853CD6262CF66582A33C373AA612CA714B61CB88A1C51745E7A57D5A03C39B4 + /* 20210117 */ DFA: 179AAB9DF3DE8F049A4EFDF5FB0BE92AE5F7BFA7708D4365F39D4DC71C4F90FE diff --git a/packages/SQLinDS/000_libname/dssql.sas b/packages/SQLinDS/000_libname/dssql.sas index 4e64c51..7cebf5a 100644 --- a/packages/SQLinDS/000_libname/dssql.sas +++ b/packages/SQLinDS/000_libname/dssql.sas @@ -1,5 +1,5 @@ -/*** HELP START ***/ -/* +/*** HELP START ***//* + ## >>> library `dsSQL`: <<< ######################## The `dsSQL` library stores temporary views @@ -15,8 +15,8 @@ if not possible, then redirects to the `WORK` location, like: LIBNAME dsSQL BASE "%sysfunc(pathname(WORK))"; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- -*/ -/*** HELP END ***/ + +*//*** HELP END ***/ data _null_; length rc0 $ 32767 rc1 rc2 8; diff --git a/packages/SQLinDS/001_macro/dssql_inner.sas b/packages/SQLinDS/001_macro/dssql_inner.sas index 26256e0..8290a95 100644 --- a/packages/SQLinDS/001_macro/dssql_inner.sas +++ b/packages/SQLinDS/001_macro/dssql_inner.sas @@ -1,5 +1,5 @@ -/*** HELP START ***/ -/* +/*** HELP START ***//* + ## >>> `%dsSQL_Inner()` macro: <<< ############# **Internal** macro called by `dsSQL()` function. @@ -9,8 +9,8 @@ which is then stored in the `dsSQL` library. Recommended for *SAS 9.3* and higher. --- -*/ -/*** HELP END ***/ + +*//*** HELP END ***/ /* inner macro */ %MACRO dsSQL_Inner() / secure; diff --git a/packages/SQLinDS/001_macro/sql.sas b/packages/SQLinDS/001_macro/sql.sas index 407869b..d87a032 100644 --- a/packages/SQLinDS/001_macro/sql.sas +++ b/packages/SQLinDS/001_macro/sql.sas @@ -1,5 +1,5 @@ -/*** HELP START ***/ -/* +/*** HELP START ***//* + ## >>> `%SQL()` macro: <<< ########################### The **main** macro which allows to use @@ -41,8 +41,8 @@ data dictionary; run; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- -*/ -/*** HELP END ***/ + +*//*** HELP END ***/ /* Main User macro */ diff --git a/packages/SQLinDS/002_function/dssql.sas b/packages/SQLinDS/002_function/dssql.sas index fd351bd..7950921 100644 --- a/packages/SQLinDS/002_function/dssql.sas +++ b/packages/SQLinDS/002_function/dssql.sas @@ -1,5 +1,5 @@ -/*** HELP START ***/ -/* +/*** HELP START ***//* + ## >>> `dsSQL()` function: <<< #################### **Internal** function called by the `%SQL()` macro. @@ -20,8 +20,8 @@ dsSQL(unique_index_2, query) 2. `query` - *Character*, internal variable, contains query text. --- -*/ -/*** HELP END ***/ + +*//*** HELP END ***/ proc fcmp /*inlib = work.&packageName.fcmp*/ diff --git a/packages/baseplus.md b/packages/baseplus.md index f16888b..5c758c6 100644 --- a/packages/baseplus.md +++ b/packages/baseplus.md @@ -224,7 +224,7 @@ Package contains: *SAS package generated by generatePackage, version 20210109* The SHA256 hash digest for package BasePlus: -`28F3DE865C5E3B914FFB7CC2627D8B0975527EEECEE7AFEAD7B335C3FDC1BFD3` +`A321A4BC54D444B82575EC5D443553A096557AD69DC171D578A330277E67637A` --- # Content description ############################################################################################ diff --git a/packages/dfa.md b/packages/dfa.md index 25601ea..6a0e1ca 100644 --- a/packages/dfa.md +++ b/packages/dfa.md @@ -55,7 +55,7 @@ Package contains: *SAS package generated by generatePackage, version 20210109* The SHA256 hash digest for package BasePlus: -`179AAB9DF3DE8F049A4EFDF5FB0BE92AE5F7BFA7708D4365F39D4DC71C4F90FE` +`22AB51B85E3344B8C0FB7AF164247881B656F5CBA88BBA974AD8BC41ED79327F` --- # Content description ############################################################################################ diff --git a/packages/dfa.zip b/packages/dfa.zip index f9619c9..a28b171 100644 Binary files a/packages/dfa.zip and b/packages/dfa.zip differ diff --git a/packages/dynmacroarray.zip b/packages/dynmacroarray.zip index 0cea67b..6a3af0f 100644 Binary files a/packages/dynmacroarray.zip and b/packages/dynmacroarray.zip differ diff --git a/packages/macroarray.md b/packages/macroarray.md index 0e82f4a..447ec91 100644 --- a/packages/macroarray.md +++ b/packages/macroarray.md @@ -69,7 +69,7 @@ Required SAS Components: *SAS package generated by generatePackage, version 20210109.* The SHA256 hash digest for package macroArray: -`42E87B80450B3E1AD462B9B63B41F34C83B7745AA0F98C3CA72AA19F3B1FF10E` +`849629D3AF3FE3AB45D86990E303F1D5E4D5F9F31C8ED6864C95B0DFAADCA445` --- # Content description ############################################################################################ diff --git a/packages/macroarray.zip b/packages/macroarray.zip index 7103edc..aa20969 100644 Binary files a/packages/macroarray.zip and b/packages/macroarray.zip differ diff --git a/packages/sqlinds.md b/packages/sqlinds.md index 8f519cf..67024fa 100644 --- a/packages/sqlinds.md +++ b/packages/sqlinds.md @@ -49,7 +49,7 @@ Required SAS Components: *SAS package generated by generatePackage, version 20210109* The SHA256 hash digest for package SQLinDS: -`3034A0C8AC43683AD55698861DBBDEBDE6FC8567D59ECF2BB5F3389FE6BC8062` +`1853CD6262CF66582A33C373AA612CA714B61CB88A1C51745E7A57D5A03C39B4` --- # Content description ############################################################################################ diff --git a/packages/sqlinds.zip b/packages/sqlinds.zip index 98664e1..9acd08b 100644 Binary files a/packages/sqlinds.zip and b/packages/sqlinds.zip differ