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:
@@ -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;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user