1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-10 11:24:35 +00:00

fix: adding sasjs stpsrv_header() path to autoexec. Relates to #58

This commit is contained in:
munja
2022-02-14 18:49:35 +00:00
parent 367b0f1f89
commit ce9bde5717

View File

@@ -65,6 +65,7 @@ export class ExecutionController {
%let _metaperson=&_sasjs_displayname;
%let _metauser=&_sasjs_username;
%let sasjsprocessmode=Stored Program;
%let sasjs_stpsrv_header_loc=%sysfunc(pathname(work))/stpsrv_header.txt;
%global SYSPROCESSMODE SYSTCPIPHOSTNAME SYSHOSTINFOLONG;
%macro _sasjs_server_init();