mirror of
https://github.com/sasjs/core.git
synced 2026-01-14 03:50:06 +00:00
fix: updating ms_runstp to accept parameters and file inputs. Explicitly setting lrecl everywhere. Adding lrecl=80 as default in testinit.sas
This commit is contained in:
@@ -50,3 +50,8 @@ run;
|
||||
desc=Checking line was created,
|
||||
outds=work.test_results
|
||||
)
|
||||
|
||||
|
||||
/* reset header so the test will pass */
|
||||
|
||||
%mfs_httpheader(Content-type,application/json)
|
||||
@@ -16,6 +16,7 @@ filename stpcode temp;
|
||||
data _null_;
|
||||
file stpcode;
|
||||
put '%put hello world;';
|
||||
put '%put _all_;';
|
||||
run;
|
||||
|
||||
options mprint;
|
||||
|
||||
Reference in New Issue
Block a user