1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-10 22:14:35 +00:00

fix: length of key_hash variable in mp_stripdiffs.sas

This commit is contained in:
^
2024-04-29 19:54:16 +01:00
parent 934629d46d
commit cf70c33bde
2 changed files with 2 additions and 0 deletions

View File

@@ -13523,6 +13523,7 @@ run;
%let ds5=%upcase(work.%mf_getuniquename(prefix=mpsd_merged));
data &ds5;
length key_hash $32;
merge &ds3 &ds4;
by key_hash;
if not missing(key_hash);

View File

@@ -138,6 +138,7 @@ run;
%let ds5=%upcase(work.%mf_getuniquename(prefix=mpsd_merged));
data &ds5;
length key_hash $32;
merge &ds3 &ds4;
by key_hash;
if not missing(key_hash);