mirror of
https://github.com/sasjs/core.git
synced 2026-01-07 17:40:05 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a27496c7b3 | ||
|
|
265389befc | ||
|
|
db2531e0b3 |
@@ -128,12 +128,13 @@
|
|||||||
if debug ge '"131"' then put '>>weboutEND<<';
|
if debug ge '"131"' then put '>>weboutEND<<';
|
||||||
run;
|
run;
|
||||||
|
|
||||||
%let syscc=0;
|
|
||||||
%if %symexist(_metaport) %then %do;
|
%if %symexist(_metaport) %then %do;
|
||||||
data _null_;
|
data _null_;
|
||||||
if symexist('sysprocessmode')
|
if symexist('sysprocessmode') then
|
||||||
then if symget("sysprocessmode")="SAS Stored Process Server"
|
if symget("sysprocessmode")="SAS Stored Process Server" then do;
|
||||||
then rc=stpsrvset('program error', 0);
|
rc=stpsrvset('program error', 0);
|
||||||
|
call symputx("syscc",0,"g");
|
||||||
|
end;
|
||||||
run;
|
run;
|
||||||
%end;
|
%end;
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user