Files
dc/sas/sasjs/utils/serviceinitviya.sas
T
4gl 65f0b979a4
Build / Build-and-ng-test (pull_request) Successful in 3m55s
Build / Build-and-test-development (pull_request) Successful in 9m13s
Lighthouse Checks / lighthouse (pull_request) Successful in 18m48s
fix: move cas session assign to settings.sas and abort when lib is unassigned
2026-05-11 15:08:20 +01:00

19 lines
387 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;
/*caslib casmusic path='/opt/sas/viya/cascache/tracks' libref=casmusic ;*/
%let syscc=0;
%put _global_;