<?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: saved a sas file created in SAS in desktop C drive but it can't be opened by SAS 9.4, why? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/saved-a-sas-file-created-in-SAS-in-desktop-C-drive-but-it-can-t/m-p/294998#M61595</link>
    <description>&lt;P&gt;Please post the log of the code you ran with the LIbname and data step.&lt;/P&gt;
&lt;P&gt;Do you get any error message in the log?&lt;/P&gt;
&lt;P&gt;If the data set to_share2 was made for a different operating system there may be issues with conversion.&lt;/P&gt;</description>
    <pubDate>Mon, 29 Aug 2016 23:09:09 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2016-08-29T23:09:09Z</dc:date>
    <item>
      <title>saved a sas file created in SAS in desktop C drive but it can't be opened by SAS 9.4, why?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/saved-a-sas-file-created-in-SAS-in-desktop-C-drive-but-it-can-t/m-p/294991#M61592</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi there,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;Using the following code, the file&amp;nbsp;psrai_merged_noidnew.sas7bdat created can not be opened in SAS 9.4&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Can anyone tell if it's a problem of the codes below, or other issues? How can the codes be modified if so? The data set to_share2 works fine in SAS.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#3366ff"&gt;libname library "C:\CTS - backup - Aug16_2016\CSC\2011\data\share" ;&lt;BR /&gt;&lt;/FONT&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;FONT color="#3366ff"&gt;data library.psrai_merged_noIDnew;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#3366ff"&gt;&amp;nbsp; set to_share2;&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#3366ff"&gt;run;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#000000"&gt;Thanks! &lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#000000"&gt;Li&lt;/FONT&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 29 Aug 2016 22:21:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/saved-a-sas-file-created-in-SAS-in-desktop-C-drive-but-it-can-t/m-p/294991#M61592</guid>
      <dc:creator>lic054</dc:creator>
      <dc:date>2016-08-29T22:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: saved a sas file created in SAS in desktop C drive but it can't be opened by SAS 9.4, why?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/saved-a-sas-file-created-in-SAS-in-desktop-C-drive-but-it-can-t/m-p/294995#M61593</link>
      <description>&lt;P&gt;Your code is backwards - which means you may have destroyed your dataset.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Data OUTPUT_DATA&amp;lt;- this is the data set(s) CREATED;&lt;/P&gt;
&lt;P&gt;SET INPUT_DATA; &amp;lt;- This is the data set(s) USED;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your code should be:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname library "C:\CTS - backup - Aug16_2016\CSC\2011\data\share" ;

data to_share2;
  set library.psrai_merged_noIDnew; 
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 29 Aug 2016 23:04:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/saved-a-sas-file-created-in-SAS-in-desktop-C-drive-but-it-can-t/m-p/294995#M61593</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-08-29T23:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: saved a sas file created in SAS in desktop C drive but it can't be opened by SAS 9.4, why?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/saved-a-sas-file-created-in-SAS-in-desktop-C-drive-but-it-can-t/m-p/294998#M61595</link>
      <description>&lt;P&gt;Please post the log of the code you ran with the LIbname and data step.&lt;/P&gt;
&lt;P&gt;Do you get any error message in the log?&lt;/P&gt;
&lt;P&gt;If the data set to_share2 was made for a different operating system there may be issues with conversion.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2016 23:09:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/saved-a-sas-file-created-in-SAS-in-desktop-C-drive-but-it-can-t/m-p/294998#M61595</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-08-29T23:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: saved a sas file created in SAS in desktop C drive but it can't be opened by SAS 9.4, why?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/saved-a-sas-file-created-in-SAS-in-desktop-C-drive-but-it-can-t/m-p/295646#M61805</link>
      <description>&lt;P&gt;Here is the log related to the codes I previous posted. These codes are at the end of a longer SAS file. Also, there are some comments in my codes. It seems that the new file&amp;nbsp;&lt;SPAN&gt;psrai_merged_noIDnew is created, but don't know why it can't be opened in SAS. If it's an issue of OS, how can I fix that? Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;8575 libname library "C:\CTS - backup - Aug16_2016\CSC\2011\data\share" ;&lt;BR /&gt;NOTE: Libref LIBRARY refers to the same physical library as TMP1.&lt;BR /&gt;NOTE: Libref LIBRARY was successfully assigned as follows:&lt;BR /&gt;Engine: V9&lt;BR /&gt;Physical Name: C:\CTS - backup - Aug16_2016\CSC\2011\data\Share&lt;BR /&gt;8576&lt;BR /&gt;8577 *export SAS format - not being able to open sas file generated - have to figure out if it's&lt;BR /&gt;8577! sas versin or what&lt;BR /&gt;8578 can try to generate the SAS file correctly by opening SAS, importing the CSV and then saving&lt;BR /&gt;8578! it some other way;&lt;BR /&gt;8579 data library.psrai_merged_noIDnew;&lt;BR /&gt;8580 set to_share2;&lt;BR /&gt;8581 run;&lt;/P&gt;&lt;P&gt;NOTE: There were 1000 observations read from the data set WORK.TO_SHARE2.&lt;BR /&gt;NOTE: The data set LIBRARY.PSRAI_MERGED_NOIDNEW has 1000 observations and 727 variables.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;real time 0.54 seconds&lt;BR /&gt;cpu time 0.51 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2016 20:13:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/saved-a-sas-file-created-in-SAS-in-desktop-C-drive-but-it-can-t/m-p/295646#M61805</guid>
      <dc:creator>lic054</dc:creator>
      <dc:date>2016-08-31T20:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: saved a sas file created in SAS in desktop C drive but it can't be opened by SAS 9.4, why?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/saved-a-sas-file-created-in-SAS-in-desktop-C-drive-but-it-can-t/m-p/295659#M61809</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/99666"&gt;@lic054﻿&lt;/a&gt;&amp;nbsp;&amp;nbsp;You don't explain how it can't be opened or show where you're trying to use the data, only that it was created.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please explain how you can't open it, if you get an error message include error message and log.&lt;/P&gt;
&lt;P&gt;If no error message pops up check your log.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The OS shouldn't be an issue, you'll at worst get a CEDA (Cross Environment Data Access) note.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2016 21:52:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/saved-a-sas-file-created-in-SAS-in-desktop-C-drive-but-it-can-t/m-p/295659#M61809</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-08-31T21:52:20Z</dc:date>
    </item>
  </channel>
</rss>

