<?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: Convert SCT01 catalog file to SAS dataset in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Convert-SCT01-catalog-file-to-SAS-dataset/m-p/415587#M279996</link>
    <description>Thanks for the response. SAS support converted to XPT files for me..</description>
    <pubDate>Wed, 22 Nov 2017 17:57:01 GMT</pubDate>
    <dc:creator>gksas</dc:creator>
    <dc:date>2017-11-22T17:57:01Z</dc:date>
    <item>
      <title>Convert SCT01 catalog file to SAS dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Convert-SCT01-catalog-file-to-SAS-dataset/m-p/414155#M279986</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to convert&amp;nbsp;SCT01 catalog file with formats to SAS dataset/Program. Please help!&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 21:45:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Convert-SCT01-catalog-file-to-SAS-dataset/m-p/414155#M279986</guid>
      <dc:creator>gksas</dc:creator>
      <dc:date>2017-11-16T21:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: Convert SCT01 catalog file to SAS dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Convert-SCT01-catalog-file-to-SAS-dataset/m-p/414156#M279987</link>
      <description>&lt;P&gt;Can you provide more details?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/178091"&gt;@gksas&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need to convert&amp;nbsp;SCT01 catalog file with formats to SAS dataset/Program. Please help!&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 21:50:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Convert-SCT01-catalog-file-to-SAS-dataset/m-p/414156#M279987</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-11-16T21:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: Convert SCT01 catalog file to SAS dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Convert-SCT01-catalog-file-to-SAS-dataset/m-p/414165#M279988</link>
      <description>&lt;P&gt;If you are referring to a SAS catalog file built in Unix you may be able to open it by making sure it is in a folder associated with a SAS library. If this works then you can use&lt;/P&gt;
&lt;P&gt;Proc format library=&amp;lt;lib where the catalog exists&amp;gt; cntlout=lib.dataset;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;to get the details of the formats contained there in. If the name of the catalog is not&amp;nbsp; FORMATS there will need to be a little change to in the proc format to point to the actual catalog name.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However the file structures of SAS catalogs are more than a little dependent on which version build them and may not be able to open them without the correct version and operating system. The procedures such as Proc CPORT and CIMPORT&amp;nbsp;are used to prepare&amp;nbsp;catalogs for transfer between OS and SAS versions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are attempting to do this without SAS you will likely need very specialized tools and I have no idea which one.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 22:08:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Convert-SCT01-catalog-file-to-SAS-dataset/m-p/414165#M279988</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-11-16T22:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: Convert SCT01 catalog file to SAS dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Convert-SCT01-catalog-file-to-SAS-dataset/m-p/414195#M279989</link>
      <description>&lt;P&gt;Thank you for your response!&lt;/P&gt;&lt;P&gt;I got this error. ERROR: Catalog RAWDATA.FORMATS does not exist.&lt;BR /&gt;&lt;BR /&gt;The file i have is formats.sct01 and have no other information available&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 23:56:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Convert-SCT01-catalog-file-to-SAS-dataset/m-p/414195#M279989</guid>
      <dc:creator>gksas</dc:creator>
      <dc:date>2017-11-16T23:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: Convert SCT01 catalog file to SAS dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Convert-SCT01-catalog-file-to-SAS-dataset/m-p/414196#M279990</link>
      <description>&lt;P&gt;I just have catalog file says formats.sct01 and need to convert to something readable. No other details.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 23:56:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Convert-SCT01-catalog-file-to-SAS-dataset/m-p/414196#M279990</guid>
      <dc:creator>gksas</dc:creator>
      <dc:date>2017-11-16T23:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: Convert SCT01 catalog file to SAS dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Convert-SCT01-catalog-file-to-SAS-dataset/m-p/414201#M279991</link>
      <description>&lt;P&gt;When you direct the libname to that folder, what shows up in the library?&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2017 00:59:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Convert-SCT01-catalog-file-to-SAS-dataset/m-p/414201#M279991</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-11-17T00:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: Convert SCT01 catalog file to SAS dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Convert-SCT01-catalog-file-to-SAS-dataset/m-p/414425#M279992</link>
      <description>&lt;P&gt;Or post the log with the code assigning the library and the code, assume Proc format you were using to access it.&lt;/P&gt;
&lt;P&gt;Paste the log into a code box opened using the forum {I} menu icon to preserve formatting of any warning or error messages.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2017 15:37:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Convert-SCT01-catalog-file-to-SAS-dataset/m-p/414425#M279992</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-11-17T15:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: Convert SCT01 catalog file to SAS dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Convert-SCT01-catalog-file-to-SAS-dataset/m-p/414918#M279993</link>
      <description>&lt;P&gt;I do not see formats file in library&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="format.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/16749iAFABC17B3D1F198D/image-size/large?v=v2&amp;amp;px=999" role="button" title="format.png" alt="format.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2017 18:14:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Convert-SCT01-catalog-file-to-SAS-dataset/m-p/414918#M279993</guid>
      <dc:creator>gksas</dc:creator>
      <dc:date>2017-11-20T18:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: Convert SCT01 catalog file to SAS dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Convert-SCT01-catalog-file-to-SAS-dataset/m-p/414920#M279994</link>
      <description>&lt;P&gt;You might try seeing if you can read it if you specify the right engine on the LIBNAME statement. Looks like version 6 from the filename. If it is the only file in the directory then SAS might be able to pick the engine for you, but if it is mixed into a directory that includes files using current SAS formats then SAS will default the engine to the current engine.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname test v6 'path to file';
proc format noprint lib=test.formats cntlout=formats; run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If that doesn't work then do you still have access to version 6 of SAS? Is it running on the same hardware and operating system as was used to create the file?&amp;nbsp; If not you might need to find a service company that will transform the file for a fee.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2017 18:23:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Convert-SCT01-catalog-file-to-SAS-dataset/m-p/414920#M279994</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2017-11-20T18:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: Convert SCT01 catalog file to SAS dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Convert-SCT01-catalog-file-to-SAS-dataset/m-p/415586#M279995</link>
      <description>Thank you for the response. It was not working and i have contacted sas support and they converted to XPT files.</description>
      <pubDate>Wed, 22 Nov 2017 17:55:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Convert-SCT01-catalog-file-to-SAS-dataset/m-p/415586#M279995</guid>
      <dc:creator>gksas</dc:creator>
      <dc:date>2017-11-22T17:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: Convert SCT01 catalog file to SAS dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Convert-SCT01-catalog-file-to-SAS-dataset/m-p/415587#M279996</link>
      <description>Thanks for the response. SAS support converted to XPT files for me..</description>
      <pubDate>Wed, 22 Nov 2017 17:57:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Convert-SCT01-catalog-file-to-SAS-dataset/m-p/415587#M279996</guid>
      <dc:creator>gksas</dc:creator>
      <dc:date>2017-11-22T17:57:01Z</dc:date>
    </item>
  </channel>
</rss>

