SAS94M8 on Windows Server.
Most users are comfortable with EG but some like the Background Submit feature of SAS/Studio which seems reliable compared with EG .
EG users often reference 4 pre-assigned libraries which I could add to an autoexec:
libname x1 'd:/data/datalib1' access = readonly ;
I want to block direct access to d:/data/datalib1 and use metadata bound libraries and something like this :
libname x1 meta libid = "A5CC3U96.B500000A" ;
However, in SAS/Studio metauser, metapass are not populated but METAAUTORESOURCES=SASApp and METASERVER are valid and have the same values as in EG.
Is there a supported method to replicate assigning SASApp libraries to a SAS/Studio session?