1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-04 16:10:06 +00:00

fix: adding nonote2err option on mp_hashdataset

This commit is contained in:
munja
2022-03-29 15:00:33 +01:00
parent 3ce771d587
commit f4982c85ca
2 changed files with 2 additions and 2 deletions

View File

@@ -69,7 +69,7 @@
%put %str(ERR)OR: Dataset &libds is not a dataset;
%end;
%else %do;
data &outds(rename=(&keyvar=hashkey) keep=&keyvar);
data &outds(rename=(&keyvar=hashkey) keep=&keyvar)/nonote2err;
length &prevkeyvar &keyvar $32;
retain &prevkeyvar "%sysfunc(md5(%str(&salt)),$hex32.)";
set &libds end=&lastvar;