1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-15 16:14:36 +00:00

fix: generating all.sas and fixing failing test

This commit is contained in:
munja
2022-08-21 19:17:56 +01:00
parent 2031a5b0c0
commit 6d15465bac
4 changed files with 103 additions and 3 deletions

View File

@@ -67,7 +67,8 @@ run;
/* load it into a single table */
data &outds (keep=ods_table name value);
length ods_table $10 name label1 label $100 value cvalue1 cvalue $1000
length ods_table $10 name label2 label1 label $100
value cvalue cvalue1 cvalue2 $1000
nvalue nvalue1 nvalue2 8;
if _n_=1 then call missing (of _all_);
* putlog (_all_)(=);