<?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 opening documents when starting up SAS in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/opening-documents-when-starting-up-SAS/m-p/548720#M152200</link>
    <description>&lt;P&gt;Dear,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I try to save permanent SAS documents in my SAS library. I can't open them anymore after that I close down the program. I keep getting the message like in the photo. Can somebody help me?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I try to save documents in sasuser with this syntax.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/* data van work library in sasuser zetten*/&lt;BR /&gt;data sasuser.pisacog2003bel; set work.pisacog2003bel;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abc.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/28456i60B6ECA1BD70E91C/image-size/large?v=v2&amp;amp;px=999" role="button" title="abc.PNG" alt="abc.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 05 Apr 2019 09:28:23 GMT</pubDate>
    <dc:creator>FraukevdRijt</dc:creator>
    <dc:date>2019-04-05T09:28:23Z</dc:date>
    <item>
      <title>opening documents when starting up SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/opening-documents-when-starting-up-SAS/m-p/548720#M152200</link>
      <description>&lt;P&gt;Dear,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I try to save permanent SAS documents in my SAS library. I can't open them anymore after that I close down the program. I keep getting the message like in the photo. Can somebody help me?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I try to save documents in sasuser with this syntax.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/* data van work library in sasuser zetten*/&lt;BR /&gt;data sasuser.pisacog2003bel; set work.pisacog2003bel;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abc.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/28456i60B6ECA1BD70E91C/image-size/large?v=v2&amp;amp;px=999" role="button" title="abc.PNG" alt="abc.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2019 09:28:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/opening-documents-when-starting-up-SAS/m-p/548720#M152200</guid>
      <dc:creator>FraukevdRijt</dc:creator>
      <dc:date>2019-04-05T09:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: opening documents when starting up SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/opening-documents-when-starting-up-SAS/m-p/548801#M152230</link>
      <description>&lt;P&gt;It is kind of late after the fact. Normally I would suggest posting the LOG of the program that created the data set as usually the types of things that result in datasets you can't open is some problem with the creation. I don't see any reason for the shown code to have a problem though.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are working on windows the physical location for your SAS user library is likely something similar to:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;C:\Users\&amp;lt;your id here&amp;gt;\Documents\My SAS Files\9.4&lt;/P&gt;
&lt;P&gt;Use the Windows Explorer to go to that location and see if the file is there or has any problems.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you right click on the data set in the SAS explorer and click on the Properties for the set what does it show? Can you get properties such as number of observations?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2019 15:03:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/opening-documents-when-starting-up-SAS/m-p/548801#M152230</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-04-05T15:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: opening documents when starting up SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/opening-documents-when-starting-up-SAS/m-p/548818#M152239</link>
      <description>&lt;P&gt;Can you run PROC CONTENTS on the dataset?&lt;/P&gt;
&lt;P&gt;Does that dataset have user defined formats attached to any of the variables?&lt;/P&gt;
&lt;P&gt;What happens if you set the option NOFMTERROR?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2019 16:18:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/opening-documents-when-starting-up-SAS/m-p/548818#M152239</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-04-05T16:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: opening documents when starting up SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/opening-documents-when-starting-up-SAS/m-p/548838#M152249</link>
      <description>&lt;P&gt;&lt;BR /&gt;NOTE: There were 5059 observations read from the data set WORK.PISASTU2003VLA.&lt;BR /&gt;NOTE: The data set SASUSER.PISASTU2003VLA has 5059 observations and 404 variables.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;real time 0.09 seconds&lt;BR /&gt;cpu time 0.04 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this is the end of the log I get. So it should be right...&amp;nbsp;&lt;/P&gt;&lt;P&gt;The picture is what I see by properties, so this is also right I think, the problem is that when I want to close down SAS now and start up again, the dataset isn't permanent and then I get this error. So, do you know why the dataset isn't made permanent?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pop.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/28468iBBDAE0310BBD0812/image-size/large?v=v2&amp;amp;px=999" role="button" title="pop.PNG" alt="pop.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2019 17:11:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/opening-documents-when-starting-up-SAS/m-p/548838#M152249</guid>
      <dc:creator>FraukevdRijt</dc:creator>
      <dc:date>2019-04-05T17:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: opening documents when starting up SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/opening-documents-when-starting-up-SAS/m-p/548840#M152250</link>
      <description>&lt;P&gt;Yes I can run PROC CONTENTS and this looks good, I see all the variables.&amp;nbsp;&lt;/P&gt;&lt;P&gt;But when I close down SAS and start up again I get the error sign...&lt;/P&gt;&lt;P&gt;So the dataset isn't made permanent I think.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2019 17:13:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/opening-documents-when-starting-up-SAS/m-p/548840#M152250</guid>
      <dc:creator>FraukevdRijt</dc:creator>
      <dc:date>2019-04-05T17:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: opening documents when starting up SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/opening-documents-when-starting-up-SAS/m-p/548843#M152251</link>
      <description>&lt;P&gt;Do any of the variable have permanently attached a user defined format?&lt;/P&gt;
&lt;P&gt;Did you set the NOFMTERR option before trying to open the dataset?&lt;/P&gt;
&lt;P&gt;Did you try running a PROC against the dataset?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2019 17:30:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/opening-documents-when-starting-up-SAS/m-p/548843#M152251</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-04-05T17:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: opening documents when starting up SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/opening-documents-when-starting-up-SAS/m-p/548948#M152268</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/268559"&gt;@FraukevdRijt&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Yes I can run PROC CONTENTS and this looks good, I see all the variables.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But when I close down SAS and start up again I get the error sign...&lt;/P&gt;
&lt;P&gt;So the dataset isn't made I think.&amp;nbsp;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Did you run proc contents before the shut down OR after restarting SAS? I am interested in what you get after restarting SAS.&lt;/P&gt;
&lt;P&gt;Show the log if you get any errors or problems with proc contents.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may also want to clear the log and then submit this code:&lt;/P&gt;
&lt;PRE&gt;Proc Options; 
run;&lt;/PRE&gt;
&lt;P&gt;Then copy the log results and paste into a code box opened using the forum's {I} icon.&lt;/P&gt;
&lt;P&gt;It is best to always include the code with the log results and paste the entire thing into a code box.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2019 20:19:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/opening-documents-when-starting-up-SAS/m-p/548948#M152268</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-04-05T20:19:42Z</dc:date>
    </item>
  </channel>
</rss>

