1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-07 17:40:05 +00:00

fix: updating the tests following varinitchk=error enablement. Removing the word 'error' from documenttion.

This commit is contained in:
munja
2021-12-13 01:07:54 +00:00
parent 42bd1750bd
commit 0885bad859
18 changed files with 36 additions and 21 deletions

View File

@@ -33,6 +33,7 @@ run;
%put TEST1: checking web service code;
data work.test_results;
length test_description $256 test_result $4 test_comments $256;
if _n_=1 then call missing (of _all_);
infile compare end=eof;
input;
if eof then do;