mirror of
https://github.com/sasjs/core.git
synced 2025-12-11 06:24:35 +00:00
feat: ensuring mX_webout services run without MEMSIZE, closes #142. Also adding note2err in mp_init().
This commit is contained in:
@@ -41,7 +41,7 @@ data _null_;
|
||||
dsid=open("&ds.","i");
|
||||
num=attrn(dsid,"nvars");
|
||||
do i=1 to num;
|
||||
header = trim(left(coalescec(varlabel(dsid,i),varname(dsid,i))));
|
||||
header = cats(coalescec(varlabel(dsid,i),varname(dsid,i)));
|
||||
put header @;
|
||||
end;
|
||||
rc=close(dsid);
|
||||
|
||||
Reference in New Issue
Block a user