/* Setup the SAS System autocall library definition */
-SET SASAUTOS (
"!sasroot\core\sasmacro" "!sasext0\dmine\sasmacro"
"!sasext0\accelmva\sasmacro"
"!sasext0\inttech\sasmacro"
"!sasext0\assist\sasmacro"
....
"!sasext0\stat\sasmacro"
)
/* Setup the SAS System help directory definition */
-SASHELP (
"!SASCFG\SASCFG"
"!sasroot\core\sashelp" "!sasext0\dmine\sashelp"
"!sasext0\inttech\sashelp"
"!sasext0\af\sashelp"
"!sasext0\assist\sashelp"
....
"!sasext0\stat\sashelp"
)
/* Setup the SAS System message directory definition */
-MSG (
"!sasroot\core\sasmsg" "!sasext0\dmine\sasmsg"
"!sasext0\accelmva\sasmsg"
"!sasext0\inttech\sasmsg"
"!sasext0\access\sasmsg"
....
"!sasext0\spdsclient\sasmsg"
)
/* Setup the SAS System sample cat directory definition */
-SET SAMPSIO (
"!sasroot\core\sample"
"!sasext0\dmine\sample"
"!sasext0\inttech\sample"
"!sasext0\access\sample"
"!sasext0\connect\sample"
....
"!sasext0\stat\sample"
)
/* Setup the SAS System sample src directory definition */
-SET SAMPSRC (
"!sasroot\core\sample" "!sasext0\dmine\sasmacro"
"!sasext0\inttech\sample"
"!sasext0\access\sample"
....
"!sasext0\stat\sample"
)
/* Setup the SAS System load image search paths definition */
-PATH (
"!sasroot\core\sasexe" "!sasext0\dmine\sasexe"
"!sasext0\accelmva\sasexe"
"!sasext0\inttech\sasexe"
....
"!sasext0\spdsclient\sasexe"
)