Files
dc/sas/sasjs/utils/serviceinitviya.sas
Mihajlo Medjedovic f268de21a3
Some checks failed
Test / Build-and-test-development (push) Failing after 6m14s
Test / Build-and-test-development-latest-adapter (push) Failing after 6m13s
init
2023-07-13 13:44:05 +02:00

25 lines
488 B
SAS

/**
@file serviceinit.sas
@brief this file is called with every service
@details This file is included in *every* service, *after* the macros and
*before* the service code.
<h4> SAS Macros </h4>
@li mpeinit.sas
@li mpeterm.sas
**/
options noquotelenmax ps=max;
cas dcsession sessopts=(caslib=casuser);
caslib _all_ assign;
libname casuser cas caslib=casuser;
/*caslib casmusic path='/opt/sas/viya/cascache/tracks' libref=casmusic ;*/
%let syscc=0;
%put _global_;