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

fix: ensuring acceptable casing of _omitSessionResults

More info: https://communities.sas.com/t5/SAS-Viya/Returning-webout-from-JES-API/td-p/966992
This commit is contained in:
allan
2025-06-09 20:58:05 +01:00
parent 6dbfd32dba
commit bcb93e62d4
2 changed files with 4 additions and 2 deletions

View File

@@ -188,6 +188,8 @@
%if %mf_existvarList(&inds,FLOW_ID)=0 %then %do;
retain FLOW_ID 0;
%end;
/* https://github.com/sasjs/adapter/pull/845#issuecomment-2956589644 */
retain _omitSessionResults "false";
set &inds;
&dbg. putlog (_all_)(=);
run;