when i startup the SAS, the following error pops up.
WARNING: One or more libraries specified in the concatenated library SASHELP
WARNING: do not exist. These libraries were removed from the concatenation.
ERROR: Invalid physical name for library SASUSER.
NOTE: Unable to initialize the options subsystem.
ERROR: (SASXKINI): PHASE 3 KERNEL INITIALIZATION FAILED.
ERROR: Unable to initialize the SAS kernel.
if I modify .cfg file, change the path for SASUSER to "c:\temp", I can start SAS application, but i can‘t batch submit sas program. the log shows the %inlcude file under the same folder can't be found. it seems the SAS launch folder is not set to the current folder, it refers to another folder "C:\Users\user-id\appdata\local\temp".
how can i fix this problem? Thanks.