*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

@@ -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 #################################################################################;