1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-15 20: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

@@ -62,6 +62,7 @@
data _null_;
file &fref;
length line $32767;
call missing(line);
put '|'
%local i var fmt;
%do i=1 %to %sysfunc(countw(&vars));