

My SAS is installed on my PC and by local server I mean the local server profile which is the non-grid environment. I tried creating an Autoexec process flow to assign the library immediately when the project opens but it still does not assign it when parallel is turned on.

Which I think helps explain my situation but I have still not been able to resolve it. Yes I tried that after defining the permanent library it still did not assign the library even though the log says it is assigned. Is there something in the settings I'm missing? I also connect to grid server and the same thing happens there too. It's almost as if once I save a project then run it later it doesn't work.
GIDEROS FOLDER NOT SHOWING IN PROGRAM CODE
If I create a brand new SAS EG project and run the same exact code on the local server I can see the dataset in the work folder. However I do not see it in my work library when I refresh the local server. NOTE: DATA statement used (Total process time): The log shows: NOTE: The data set WORK.TBLCITLOANLIST has 1 observations and 3 variables. Also I am not getting an error.įor example, If I run the code below on the local connection: data tblCITLoanList

However when I save the project, close it, open it later and run any of the programs in the process flow I am not seeing the tables being created in the tree. When I first created the project and ran the process flow for the first time it runs correctly and each of the programs within the project all successfully create the datasets and I can see them on the project tree. I created a new Project with a process flow.
