I'm running SAS in both batch and interactive modes at the same time on the same machine (9.2 on Windows server 2008r8 64).
I would like to be able to submit a batch job and then open an interactive job. However, if I do this, I get a message saying that the interactive session cannot access the sasuser profile. This is a problem, because I want to use and make changes to the default settings from the interactive job. Using the -rsasuser on the batch job doesn't make any difference.
Presumably one approach would be to copy the sasuser profile somewhere else, then run the batch job accessing just this profile. Is there a way to do this?