<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: EG Not Showing Datasets in Folders in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/EG-Not-Showing-Datasets-in-Folders/m-p/536212#M6599</link>
    <description>&lt;P&gt;Yes I tried that after defining the permanent library it still did not assign the library even though the log says it is assigned.&amp;nbsp; I came across this&amp;nbsp;&lt;A href="https://blogs.sas.com/content/sgf/2016/03/01/avoid-the-pitfalls-of-parallel-jobs/" target="_blank" rel="noopener"&gt;SAS Blog&lt;/A&gt;&lt;/P&gt;&lt;P&gt;which I think helps explain my situation but I have still not been able to resolve it.&amp;nbsp; 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.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My SAS is installed on my PC and by local server I mean the local server profile which is the non-grid environment.&amp;nbsp; My process flow does have one program that connects to a SASApp server but I can't seem to assign a perm library at all when parallel is turned on.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried an experiment by creating a new SAS project only running the code below and it successfully assigns the Temp_SAS library when parallel is turned off but when it is turned on it does not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;/* Input data library */

libname SAS_Temp "c:\temp";

data tblCITLoanList;
	infile datalines delimiter=",";
	informat	Client $3.
				Loan_Num $10.
				Specialty $8.;
				
	input Client $ Loan_Num $ Specialty $  ;

	datalines;
123,1234567898,CIT 8876
;

run;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;NOTE: Libref SAS_TEMP was successfully assigned as follows: &lt;BR /&gt;Engine: V9 &lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="temp.JPG" style="width: 501px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/27223iF8B8A06B9A449977/image-size/large?v=v2&amp;amp;px=999" role="button" title="temp.JPG" alt="temp.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my computer does not have SAS Management Console that I can see in my Start/SAS folder so I'm not sure where to go from here yet.&lt;/P&gt;</description>
    <pubDate>Sun, 17 Feb 2019 02:54:53 GMT</pubDate>
    <dc:creator>nbwest76</dc:creator>
    <dc:date>2019-02-17T02:54:53Z</dc:date>
    <item>
      <title>EG Not Showing Datasets in Folders</title>
      <link>https://communities.sas.com/t5/New-SAS-User/EG-Not-Showing-Datasets-in-Folders/m-p/536170#M6589</link>
      <description>&lt;P&gt;I have an issue that's driving me crazy.&amp;nbsp; I created a new Project with a process flow.&amp;nbsp; 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.&amp;nbsp; 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.&amp;nbsp; Also I am not getting an error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, If I run the code below on the local connection:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data tblCITLoanList;
	infile datalines delimiter=",";
	informat	Client $3.
				Loan_Num $10.
				Specialty $8.;
				
	input Client $ Loan_Num $ Specialty $  ;

	datalines;
123,1234567898,CIT 8876
;

run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the log shows:&lt;/P&gt;&lt;PRE&gt;NOTE: The data set WORK.TBLCITLOANLIST has 1 observations and 3 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds&lt;/PRE&gt;&lt;P&gt;However I do not see it in my work library when I refresh the local server.&amp;nbsp; 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.&amp;nbsp; It's almost as if once I save a project then run it later it doesn't work.&amp;nbsp; Is there something in the settings I'm missing?&amp;nbsp; I also connect to&amp;nbsp; grid server and the same thing happens there too.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Feb 2019 16:44:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/EG-Not-Showing-Datasets-in-Folders/m-p/536170#M6589</guid>
      <dc:creator>nbwest76</dc:creator>
      <dc:date>2019-02-16T16:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: EG Not Showing Datasets in Folders</title>
      <link>https://communities.sas.com/t5/New-SAS-User/EG-Not-Showing-Datasets-in-Folders/m-p/536172#M6590</link>
      <description>&lt;P&gt;Each SAS session has its own WORK folder.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you start a new SAS session you will need to re-run the step that creates the dataset if you want to use it.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Feb 2019 17:24:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/EG-Not-Showing-Datasets-in-Folders/m-p/536172#M6590</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-02-16T17:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: EG Not Showing Datasets in Folders</title>
      <link>https://communities.sas.com/t5/New-SAS-User/EG-Not-Showing-Datasets-in-Folders/m-p/536183#M6592</link>
      <description>&lt;P&gt;I did run the program several times but I do not see the dataset in the local WORK folder. If I open a new blank SAS EG session and paste in the same code and run it, I see the dataset in the work folder. If I re-run the program and do a simple proc sql to create a new table off of the original it says that the original is not found even though the log says it was successfully created.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Feb 2019 18:56:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/EG-Not-Showing-Datasets-in-Folders/m-p/536183#M6592</guid>
      <dc:creator>nbwest76</dc:creator>
      <dc:date>2019-02-16T18:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: EG Not Showing Datasets in Folders</title>
      <link>https://communities.sas.com/t5/New-SAS-User/EG-Not-Showing-Datasets-in-Folders/m-p/536185#M6593</link>
      <description>&lt;P&gt;Here is a photo example.&amp;nbsp; If I run the Create Cap Sheet Program, it is supposed to create the "capsheet_final" dataset. &amp;nbsp; I created this project yesterday and when it ran yesterday it created the dataset correctly and I could see it.&amp;nbsp; Today when I run it I don't get an error message but when I double click the dataset, it isn't there.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="test.JPG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/27217i991EFAF5262C74B4/image-size/large?v=v2&amp;amp;px=999" role="button" title="test.JPG" alt="test.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Feb 2019 19:08:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/EG-Not-Showing-Datasets-in-Folders/m-p/536185#M6593</guid>
      <dc:creator>nbwest76</dc:creator>
      <dc:date>2019-02-16T19:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: EG Not Showing Datasets in Folders</title>
      <link>https://communities.sas.com/t5/New-SAS-User/EG-Not-Showing-Datasets-in-Folders/m-p/536187#M6594</link>
      <description>&lt;P&gt;After further review it looks like it has something to do with Parallel Execution being turned on, but can someone explain why this is causing an issue?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Feb 2019 19:31:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/EG-Not-Showing-Datasets-in-Folders/m-p/536187#M6594</guid>
      <dc:creator>nbwest76</dc:creator>
      <dc:date>2019-02-16T19:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: EG Not Showing Datasets in Folders</title>
      <link>https://communities.sas.com/t5/New-SAS-User/EG-Not-Showing-Datasets-in-Folders/m-p/536193#M6596</link>
      <description>&lt;P&gt;With parallel execution, you get several SAS sessions, each with their own WORK. Use permanent libraries for datasets, or have a USER library defined in your workspace server.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Feb 2019 20:19:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/EG-Not-Showing-Datasets-in-Folders/m-p/536193#M6596</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-02-16T20:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: EG Not Showing Datasets in Folders</title>
      <link>https://communities.sas.com/t5/New-SAS-User/EG-Not-Showing-Datasets-in-Folders/m-p/536202#M6597</link>
      <description>&lt;P&gt;I just went through each of the programs and added a permanent library in lieu of the temp work library and it still didn't work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this libname statement below is running on the local server&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname SAS_Temp "c:\Datasets";&lt;BR /&gt;&lt;BR /&gt;NOTE: Libref SAS_TEMP was successfully assigned as follows: &lt;BR /&gt;Engine: V9 &lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are no errors but when I refresh the local server the folder isn't there.&amp;nbsp; If I turn off Parallel Execution and run the same libname statement, refresh the local server I then see the SAS_Temp folder.&amp;nbsp; Is there anything I can do to get this project to work, or should I just come to the realization that parallel execution isn't going to work for me here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Feb 2019 00:39:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/EG-Not-Showing-Datasets-in-Folders/m-p/536202#M6597</guid>
      <dc:creator>nbwest76</dc:creator>
      <dc:date>2019-02-17T00:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: EG Not Showing Datasets in Folders</title>
      <link>https://communities.sas.com/t5/New-SAS-User/EG-Not-Showing-Datasets-in-Folders/m-p/536209#M6598</link>
      <description>&lt;P&gt;In addition to your declaring the permanent LIBNAME, have you added it to the output tablenames? e.g.&lt;/P&gt;
&lt;PRE class=" language-sas"&gt;&lt;CODE class="  language-sas"&gt;&lt;SPAN class="token procnames"&gt;data&lt;/SPAN&gt; SAS_Temp.tblCITLoanList&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;
	&lt;SPAN class="token statement"&gt;infile&lt;/SPAN&gt; datalines delimiter&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;","&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;
	&lt;SPAN class="token statement"&gt;informat&lt;/SPAN&gt;	Client &lt;SPAN class="token punctuation"&gt;$&lt;/SPAN&gt;&lt;SPAN class="token number"&gt;3&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;.&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;Also, can you please clarify what you mean by the "local server"? Do you have SAS installed on your PC, with the EG Connections dialog showing "do not use a profile" as Active? I didn't think you could do parallel execution without multiple workspace server sessions. If you're using grid servers, does LIBNAME SAS_Temp 'c:\datasets';&amp;nbsp; actually succeed?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the log shows that you've successfully written the output from the DATA steps into a permanent folder on disk (C:\Datasets), then they should still be there after you've closed EG.&lt;/P&gt;</description>
      <pubDate>Sun, 17 Feb 2019 02:31:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/EG-Not-Showing-Datasets-in-Folders/m-p/536209#M6598</guid>
      <dc:creator>lanceanz</dc:creator>
      <dc:date>2019-02-17T02:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: EG Not Showing Datasets in Folders</title>
      <link>https://communities.sas.com/t5/New-SAS-User/EG-Not-Showing-Datasets-in-Folders/m-p/536212#M6599</link>
      <description>&lt;P&gt;Yes I tried that after defining the permanent library it still did not assign the library even though the log says it is assigned.&amp;nbsp; I came across this&amp;nbsp;&lt;A href="https://blogs.sas.com/content/sgf/2016/03/01/avoid-the-pitfalls-of-parallel-jobs/" target="_blank" rel="noopener"&gt;SAS Blog&lt;/A&gt;&lt;/P&gt;&lt;P&gt;which I think helps explain my situation but I have still not been able to resolve it.&amp;nbsp; 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.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My SAS is installed on my PC and by local server I mean the local server profile which is the non-grid environment.&amp;nbsp; My process flow does have one program that connects to a SASApp server but I can't seem to assign a perm library at all when parallel is turned on.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried an experiment by creating a new SAS project only running the code below and it successfully assigns the Temp_SAS library when parallel is turned off but when it is turned on it does not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;/* Input data library */

libname SAS_Temp "c:\temp";

data tblCITLoanList;
	infile datalines delimiter=",";
	informat	Client $3.
				Loan_Num $10.
				Specialty $8.;
				
	input Client $ Loan_Num $ Specialty $  ;

	datalines;
123,1234567898,CIT 8876
;

run;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;NOTE: Libref SAS_TEMP was successfully assigned as follows: &lt;BR /&gt;Engine: V9 &lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="temp.JPG" style="width: 501px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/27223iF8B8A06B9A449977/image-size/large?v=v2&amp;amp;px=999" role="button" title="temp.JPG" alt="temp.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my computer does not have SAS Management Console that I can see in my Start/SAS folder so I'm not sure where to go from here yet.&lt;/P&gt;</description>
      <pubDate>Sun, 17 Feb 2019 02:54:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/EG-Not-Showing-Datasets-in-Folders/m-p/536212#M6599</guid>
      <dc:creator>nbwest76</dc:creator>
      <dc:date>2019-02-17T02:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: EG Not Showing Datasets in Folders</title>
      <link>https://communities.sas.com/t5/New-SAS-User/EG-Not-Showing-Datasets-in-Folders/m-p/536213#M6600</link>
      <description>&lt;P&gt;I think I figured out the issue partially.&amp;nbsp; I was able to see the SAS_Temp library once I added the libname statement within the Tools&amp;gt;Options&amp;gt;SAS Programs&amp;gt;Submit SAS code when server is connected option. I'm not sure why I didn't think about doing this sooner! Doh!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;however now I'm running into another issue downstream that I'm not sure is related.&amp;nbsp; One of the programs within the process flow creates a dataset and stores it in the SAS_Temp library. The process flow then runs a task that uploads that dataset to the SASApp grid environment.&amp;nbsp; The task runs fine and when I refresh the SASApp server on the left window pane, I see the dataset uploaded successfully to the work folder on the SASApp server.&amp;nbsp; However one of subsequent programs that runs connects to the SASApp server but when it tries to reference the work dataset I uploaded previously it does not find it., it says that it doesn't exist.&amp;nbsp; I'm sure there is something I'm not thinking about, any suggestions?&lt;/P&gt;</description>
      <pubDate>Sun, 17 Feb 2019 03:37:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/EG-Not-Showing-Datasets-in-Folders/m-p/536213#M6600</guid>
      <dc:creator>nbwest76</dc:creator>
      <dc:date>2019-02-17T03:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: EG Not Showing Datasets in Folders</title>
      <link>https://communities.sas.com/t5/New-SAS-User/EG-Not-Showing-Datasets-in-Folders/m-p/536215#M6601</link>
      <description>&lt;P&gt;Hi again. Thanks for that. I confess that I'm still confused. Hopefully someone more knowledgeable answer your questions. We've just got a non-distributed server environment running on Windows Server with no remaining desktop-SAS licenses, so I can't try running 1 flow on the PC and the other on a server. If I could, I'd be putting the outputs into a permanent folder on the network file-server (and not to my local C: drive, because the SAS server cannot see that).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'll watch the thread with interest.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Lance&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Feb 2019 04:19:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/EG-Not-Showing-Datasets-in-Folders/m-p/536215#M6601</guid>
      <dc:creator>lanceanz</dc:creator>
      <dc:date>2019-02-17T04:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: EG Not Showing Datasets in Folders</title>
      <link>https://communities.sas.com/t5/New-SAS-User/EG-Not-Showing-Datasets-in-Folders/m-p/536216#M6602</link>
      <description>&lt;P&gt;Hah. Sounds like you're making progress. That's the way we assign frequently-used libraries in EG (sometimes by using a %INCLUDE) or otherwise by running the assignment code at the start of the process flow.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But you're writing to the WORK library on SASApp? If you write it to a permanent location, it won't go away.&lt;/P&gt;</description>
      <pubDate>Sun, 17 Feb 2019 04:25:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/EG-Not-Showing-Datasets-in-Folders/m-p/536216#M6602</guid>
      <dc:creator>lanceanz</dc:creator>
      <dc:date>2019-02-17T04:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: EG Not Showing Datasets in Folders</title>
      <link>https://communities.sas.com/t5/New-SAS-User/EG-Not-Showing-Datasets-in-Folders/m-p/536229#M6604</link>
      <description>&lt;P&gt;"Parallel Execution" also influences the non-local SASApp server, so you have to apply the same strategies there (use a permanent library that is automatically assigned at server connection).&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Feb 2019 06:23:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/EG-Not-Showing-Datasets-in-Folders/m-p/536229#M6604</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-02-17T06:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: EG Not Showing Datasets in Folders</title>
      <link>https://communities.sas.com/t5/New-SAS-User/EG-Not-Showing-Datasets-in-Folders/m-p/838749#M36259</link>
      <description>&lt;P&gt;I am having the same issue.&amp;nbsp; I try to be respectful of those who know more than I do about these issues, but I keep coming back to the "gremlins did it" explanation proposed back in 1978 in the seminal work&amp;nbsp;"Towards a Unified Theory of Computer Glitches, SNAFUs, and FUBARs: The Gremlin Theory of Why Bad Things Happen to Good People and Their Computers and IT Infrastructures" (Journal of Zoological Cybernetics, 6:3 (April 1978), pp. 27-45).&lt;/P&gt;
&lt;P&gt;The "gremlins did it" explanation still seems to have as much explanatory power as more recent attempts to explain paranormal cybernetic anomalies - especially if gremlins are posited to have&amp;nbsp;some of the characteristics of Higgs-Boson particles as suggested in some more recent work.&lt;/P&gt;
&lt;P&gt;Also see "The catastrophic Mysterious Nefarious Actions of Gremlins, Golems, Goblins and Tribbles in Cyberspace" in Roy Bradberry (ed.), Mysteries of Cyberspace, NY, Random Data House, 2020, pp.179-228.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2022 22:32:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/EG-Not-Showing-Datasets-in-Folders/m-p/838749#M36259</guid>
      <dc:creator>bbenbaruch</dc:creator>
      <dc:date>2022-10-14T22:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: EG Not Showing Datasets in Folders</title>
      <link>https://communities.sas.com/t5/New-SAS-User/EG-Not-Showing-Datasets-in-Folders/m-p/838888#M36281</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/7676"&gt;@bbenbaruch&lt;/a&gt;&amp;nbsp; - are you just making an observation or are you asking for help?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2022 01:49:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/EG-Not-Showing-Datasets-in-Folders/m-p/838888#M36281</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2022-10-17T01:49:36Z</dc:date>
    </item>
  </channel>
</rss>

