<?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: Converting .ssd01 in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Converting-ssd01/m-p/13070#M1513</link>
    <description>Thanks for your help.  "proc cport" is correct.  And I inherited this file from someone else.  As I understand, it is about ten years old (made using Unix SAS 6), and it has lived on the current Unix machine since it was created.</description>
    <pubDate>Mon, 30 Mar 2009 21:05:10 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2009-03-30T21:05:10Z</dc:date>
    <item>
      <title>Converting .ssd01</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Converting-ssd01/m-p/13066#M1509</link>
      <description>Hi-&lt;BR /&gt;
&lt;BR /&gt;
I have an .ssd01 file (Unix SAS 6) that I need to convert to ASCII, and I'm having trouble. I make sure that SAS (on Unix) uses the V6 engine, using the command "libname in v6 '.'"  Despite this, I cannot get SAS to recognize my .ssd01 file.  Your suggestions would be appreciated.&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Zach</description>
      <pubDate>Mon, 30 Mar 2009 18:40:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Converting-ssd01/m-p/13066#M1509</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-03-30T18:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: Converting .ssd01</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Converting-ssd01/m-p/13067#M1510</link>
      <description>It will be most helpful to share your exact SAS code used and also the SAS log output (pasted in your reply) with the SAS error messages for most effective feedback.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Mon, 30 Mar 2009 19:36:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Converting-ssd01/m-p/13067#M1510</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-03-30T19:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: Converting .ssd01</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Converting-ssd01/m-p/13068#M1511</link>
      <description>My code to convert file means.ssd01 in /home/zs/PSID:&lt;BR /&gt;
&lt;BR /&gt;
libname in v6 '.';&lt;BR /&gt;
&lt;BR /&gt;
filename trans '/home/zs/PSID/means.por';&lt;BR /&gt;
proc cport data=in.means file=trans;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
endsas;&lt;BR /&gt;
&lt;BR /&gt;
And in my log file I get:&lt;BR /&gt;
&lt;BR /&gt;
ERROR: File IN.MEANS.DATA does not exist.&lt;BR /&gt;
after the proc cport command</description>
      <pubDate>Mon, 30 Mar 2009 19:49:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Converting-ssd01/m-p/13068#M1511</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-03-30T19:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: Converting .ssd01</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Converting-ssd01/m-p/13069#M1512</link>
      <description>PROC CPORT?  Should that be PROC CIMPORT?  Also, I would be somewhat concerned about how you transported your file, if it resided on a different machine previously, meaning that you may have other difficulties ahead.&lt;BR /&gt;
&lt;BR /&gt;
Recommend you visit the SAS support &lt;A href="http://support" target="_blank"&gt;http://support&lt;/A&gt; sas.com/  website and use the SEARCH facility to find and review related technical documentation, such as the technical paper below on the topic of SAS database/catalog file transfer:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://www2.sas.com/proceedings/sugi31/225-31.pdf" target="_blank"&gt;http://www2.sas.com/proceedings/sugi31/225-31.pdf&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Mon, 30 Mar 2009 20:48:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Converting-ssd01/m-p/13069#M1512</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-03-30T20:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: Converting .ssd01</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Converting-ssd01/m-p/13070#M1513</link>
      <description>Thanks for your help.  "proc cport" is correct.  And I inherited this file from someone else.  As I understand, it is about ten years old (made using Unix SAS 6), and it has lived on the current Unix machine since it was created.</description>
      <pubDate>Mon, 30 Mar 2009 21:05:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Converting-ssd01/m-p/13070#M1513</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-03-30T21:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: Converting .ssd01</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Converting-ssd01/m-p/13071#M1514</link>
      <description>Okay - so you are attempting to use PROC CPORT to create a SAS transport format file -- possibly something different than what you stated, as "create an ASCII file"?&lt;BR /&gt;
&lt;BR /&gt;
Regardless, suggest you run this code and see what/where SAS tells you it put the file, and then debug your situation from that point, based on the SASLIST output of PROC CONTENTS and your "File Name" location:&lt;BR /&gt;
&lt;BR /&gt;
libname in v6 '.';&lt;BR /&gt;
data in.testfile;&lt;BR /&gt;
x=1;&lt;BR /&gt;
run;&lt;BR /&gt;
proc contents data=in._all_;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Mon, 30 Mar 2009 21:47:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Converting-ssd01/m-p/13071#M1514</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-03-30T21:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: Converting .ssd01</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Converting-ssd01/m-p/13072#M1515</link>
      <description>I resolved my problem, having found away around it by using DBMS/Copy in Unix.  However, I am still curious how to do this in SAS.&lt;BR /&gt;
&lt;BR /&gt;
If anybody is familiar with converting files between different SAS systems and could tell me why my Unix system might not be able to read an .ssd01 file with the V6 Engine (though it can read .ssd02's) and knows what could be done to allow SAS to read the file, it would be much appreciated.&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Zach</description>
      <pubDate>Tue, 31 Mar 2009 21:23:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Converting-ssd01/m-p/13072#M1515</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-03-31T21:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: Converting .ssd01</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Converting-ssd01/m-p/13073#M1516</link>
      <description>I would submit that keeping your software versions and associated data current may be a better focus-point.  &lt;BR /&gt;
&lt;BR /&gt;
Granted sometimes you have limited control over these "upgrade opportunity" conditions but this instance may be a wake-up call regarding how not to manage/support your SAS environment database files going forward.  SAS v6 data libraries and catalogs are definitely not "current support" components of the SAS system, regardless of the various warning messages received when attempting to read/write such files.  &lt;BR /&gt;
&lt;BR /&gt;
Best bet is to "keep current" with your software and associated database content.  And, share what you've learned through this experience with peers and colleagues who also use the SAS system.  Strictly one individual's opinion, obviously.  &lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Wed, 01 Apr 2009 01:00:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Converting-ssd01/m-p/13073#M1516</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-04-01T01:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: Converting .ssd01</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Converting-ssd01/m-p/13074#M1517</link>
      <description>Can't read .ssd01 but can read .ssd02?&lt;BR /&gt;
&lt;BR /&gt;
That means that the data was not really created on "this" particular machine.  The '01' and '02' were used by SAS in V6 to distinguish between different flavors of Unix   .ssd01 was used for Solaris (and a couple of others with compatible architecture) and .ssd02 was used for some others.&lt;BR /&gt;
&lt;BR /&gt;
Doc Muhlbaier&lt;BR /&gt;
Duke</description>
      <pubDate>Thu, 02 Apr 2009 16:53:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Converting-ssd01/m-p/13074#M1517</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2009-04-02T16:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Converting .ssd01</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Converting-ssd01/m-p/13075#M1518</link>
      <description>Thanks.  That's what I suspected.  I inherited this file from someone else.&lt;BR /&gt;
&lt;BR /&gt;
Is there a way to read my .ssd01 file with SAS on the Unix machine I'm currently using?</description>
      <pubDate>Thu, 02 Apr 2009 17:01:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Converting-ssd01/m-p/13075#M1518</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-04-02T17:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: Converting .ssd01</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Converting-ssd01/m-p/13076#M1519</link>
      <description>The Google search argument below yielded several mentions, but I doubt you will have any success by renaming the file-extension as a hack -- you will need to see about getting back to the same platform and creating a SAS XPORT format file to bring it forward -- here's the search argument I used to find references:&lt;BR /&gt;
&lt;BR /&gt;
read sas file extension ssd01 ssd02&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Thu, 02 Apr 2009 17:21:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Converting-ssd01/m-p/13076#M1519</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-04-02T17:21:04Z</dc:date>
    </item>
  </channel>
</rss>

