feat: mp_rowhash macro and fixed failing tests

This commit is contained in:
dcbot
2026-07-18 13:09:58 +01:00
parent d489c98b87
commit 167defb31b
20 changed files with 458 additions and 53 deletions
+2 -2
View File
@@ -130,10 +130,10 @@ data _null_;
* there is not much point importing a short length numeric like this,
* eg with best4., as the resulting variable will still be stored as
* length 8. We need a length or format statement to ensure variable
* is creatd with the smaller length...
* is created with the smaller length...
**/
else if vlen<8 then header=cats(varnm,':best',vlen,'.');
else header=cats(varnm,':best.');
else header=cats(varnm,':best32.');
end;
%end;
%else %do;