There are 2 separate issues in the error report. The first seems to imply that you are trying to remote submit your code, which would be odd. Please show the full log if you want further help on this one. The second message is a warning that your current SAS session is not using your profile in the SASUSER library. This usually surfaces when you have more than one SAS session and the SASUSER library is locked. SAS creates a default PROFILE in your work library instead. Typically any settings changes you make to the advanced editor are not available in other sessions. You can avoid this issue by using the -rsasuser system option at startup (it makes SASUSER read only) but this prevents you from making changes to your profile or any other data in SASUSER. Richard in Oz
... View more