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

fix: reset syscc for testterm syscc check

This commit is contained in:
munja
2022-02-05 21:55:50 +01:00
parent df0fa95519
commit ec4de95fcf

View File

@@ -76,3 +76,6 @@ run;
iftrue=(&syscc ne 0), iftrue=(&syscc ne 0),
desc=Check that non zero return code is returned if called job fails desc=Check that non zero return code is returned if called job fails
) )
/* set syscc to zero for final check in testterm */
%let syscc=0;