1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-03 15:40:05 +00:00

fix: ensuring test for mp_sortinplace passes, fixing uninitialised var in mp_mdtablewrite, fix for non pk table in mp_getformats

This commit is contained in:
munja
2021-12-17 00:53:13 +00:00
parent ab1030afb1
commit 82108f4b97
4 changed files with 32 additions and 38 deletions

View File

@@ -83,7 +83,7 @@
/* overlay actual sort key if it exists */
data _null_;
set work.&tempds1;
call symputx('sortkey',pk_fields);
call symputx('sortkey',coalescec(pk_fields,symget('sortkey')));
run;