From 47426131a5a55248f04913c0e6c5ba678ddca922 Mon Sep 17 00:00:00 2001 From: yabwon Date: Mon, 26 Apr 2021 20:33:20 +0200 Subject: [PATCH] *SAS Packages Framework*, version 20210204 a spelling corrected --- SPF/SPFinit.md | 2 +- SPF/SPFinit.sas | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SPF/SPFinit.md b/SPF/SPFinit.md index be55ee2..c9cc8fd 100644 --- a/SPF/SPFinit.md +++ b/SPF/SPFinit.md @@ -448,7 +448,7 @@ filename packages "C:/SAS_PACKAGES"; %* set-up a directory for packages; %include packages(SPFinit.sas); %* enable the framework; %installPackage(SQLinDS) %* install the package from the Internet; -%verifPackage(SQLinDS, %* verify the package with provided hash; +%verifyPackage(SQLinDS, %* verify the package with provided hash; hash=HDA478ANJ3HKHRY327FGE88HF89VH89HFFFV73GCV98RF390VB4) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/SPF/SPFinit.sas b/SPF/SPFinit.sas index 3fc3713..7c6971a 100644 --- a/SPF/SPFinit.sas +++ b/SPF/SPFinit.sas @@ -3386,7 +3386,7 @@ des = 'Macro to verify SAS package with the hash digest, version 20210204. Run % %put %nrstr( %%include packages(SPFinit.sas); %%* enable the framework; ); %put ; %put %nrstr( %%installPackage(SQLinDS) %%* install the package from the Internet; ); - %put %nrstr( %%verifPackage%(SQLinDS, %%* verify the package with provided hash; ); + %put %nrstr( %%verifyPackage%(SQLinDS, %%* verify the package with provided hash; ); %put %nrstr( hash=HDA478ANJ3HKHRY327FGE88HF89VH89HFFFV73GCV98RF390VB4%) ); %put ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~; %put #################################################################################;