*SAS Packages Framework*, version 20210204

a spelling corrected
This commit is contained in:
yabwon
2021-04-26 20:33:20 +02:00
parent 8a23978694
commit 47426131a5
2 changed files with 2 additions and 2 deletions

View File

@@ -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)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~