<?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 STC File Import in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/STC-File-Import/m-p/355042#M2413</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm new to SAS studio and I'm having a problem opening an .stc file. I never had a problem opening this file until switching over to SAS studio. How do I go about importing/opening the file?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ami&lt;/P&gt;</description>
    <pubDate>Mon, 01 May 2017 19:43:27 GMT</pubDate>
    <dc:creator>acyares</dc:creator>
    <dc:date>2017-05-01T19:43:27Z</dc:date>
    <item>
      <title>STC File Import</title>
      <link>https://communities.sas.com/t5/SAS-Studio/STC-File-Import/m-p/355042#M2413</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm new to SAS studio and I'm having a problem opening an .stc file. I never had a problem opening this file until switching over to SAS studio. How do I go about importing/opening the file?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ami&lt;/P&gt;</description>
      <pubDate>Mon, 01 May 2017 19:43:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/STC-File-Import/m-p/355042#M2413</guid>
      <dc:creator>acyares</dc:creator>
      <dc:date>2017-05-01T19:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: STC File Import</title>
      <link>https://communities.sas.com/t5/SAS-Studio/STC-File-Import/m-p/355044#M2414</link>
      <description>&lt;P&gt;Have you tried,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc cport
 file = 'C:\path_to_file\filename.stc'
 library = WORK
 disk
;
run ;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 01 May 2017 19:49:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/STC-File-Import/m-p/355044#M2414</guid>
      <dc:creator>TheShark</dc:creator>
      <dc:date>2017-05-01T19:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: STC File Import</title>
      <link>https://communities.sas.com/t5/SAS-Studio/STC-File-Import/m-p/355045#M2415</link>
      <description>&lt;P&gt;What CODE did you run the past to convert the file?&lt;/P&gt;
&lt;P&gt;Or did you just use the SAS Display Manager to auto convert it for you?&lt;/P&gt;</description>
      <pubDate>Mon, 01 May 2017 19:51:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/STC-File-Import/m-p/355045#M2415</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2017-05-01T19:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: STC File Import</title>
      <link>https://communities.sas.com/t5/SAS-Studio/STC-File-Import/m-p/355050#M2416</link>
      <description>&lt;P&gt;Yup, that's what I tried first. Here's what I happened:&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;x1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;x61&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;x62 proc cport&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;x63 file = 'C:\Users\acyares\Desktop\sppa1982-2012_nw.sas7bdat\35588-0004-Data.stc'&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;x64 library = WORK&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;x65 disk&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;x66 ;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;x67 run ;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;xERROR: Insufficient authorization to access&lt;/DIV&gt;&lt;DIV class="sasError"&gt;x/opt/sasinside/SASConfig/Lev1/SASApp/C:\Users\acyares\Desktop\sppa1982-2012_nw.sas7bdat\35588-0004-Data.stc.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;xNOTE: The SAS System stopped processing this step because of errors.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;xNOTE: PROCEDURE CPORT used (Total process time):&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;xreal time 0.00 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;xcpu time 0.00 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class="sasSource"&gt;x68&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;x69 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;82&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 01 May 2017 19:58:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/STC-File-Import/m-p/355050#M2416</guid>
      <dc:creator>acyares</dc:creator>
      <dc:date>2017-05-01T19:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: STC File Import</title>
      <link>https://communities.sas.com/t5/SAS-Studio/STC-File-Import/m-p/355053#M2417</link>
      <description>&lt;P&gt;When the file was saved to my desktop, it opened automatically into SAS 9.4 but for some reason, I can't figure out why I can't open it on SAS Studio&lt;/P&gt;</description>
      <pubDate>Mon, 01 May 2017 20:02:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/STC-File-Import/m-p/355053#M2417</guid>
      <dc:creator>acyares</dc:creator>
      <dc:date>2017-05-01T20:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: STC File Import</title>
      <link>https://communities.sas.com/t5/SAS-Studio/STC-File-Import/m-p/355073#M2418</link>
      <description>&lt;P&gt;Because SAS Studio is likely running on a server not on your desktop. So you need to upload it first to somewhere SAS Studio can see the file and then it will import it as it did previously.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You're switching to a desktop environment to a server environment which has its pros/cons. What you're seeing is one of the learning curves.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 May 2017 20:55:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/STC-File-Import/m-p/355073#M2418</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-05-01T20:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: STC File Import</title>
      <link>https://communities.sas.com/t5/SAS-Studio/STC-File-Import/m-p/355091#M2420</link>
      <description>&lt;P&gt;First PROC CPORT is used to CREATE cport files. If you want to read one you need to use PROC CIMPORT.&lt;/P&gt;
&lt;P&gt;Second the file needs to be in a location that the SAS program can read. Your logs is clearly showing that you are trying to reference a file using Windows filename (and most likely on the personal computer) and your SAS session is running on a Unix machine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are using SAS University Edition the make sure to but the file into a folder that you mapped into the virtural machine that is runnng SAS. If you are running SAS/Studio on some physical Unix machine then put the file into a folder on that machine (or a drive that is mounted on that machine.) You could try using the SAS/Studio interface to upload the file from your PC as long as it is not too large.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once you have copied it somewhere SAS can see then run code like this to convert it into a data set. &amp;nbsp;You should proabably save it as a SAS dataset to avoid having to run this step everytime you want to use it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc cIMport 
  infile = '/folders/myfolders/sppa1982-2012_nw.sas7bdat/35588-0004-Data.stc' 
  lib=work
;
run; &lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 01 May 2017 21:55:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/STC-File-Import/m-p/355091#M2420</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2017-05-01T21:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: STC File Import</title>
      <link>https://communities.sas.com/t5/SAS-Studio/STC-File-Import/m-p/362039#M2584</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15406"&gt;@DrAnnmaria&lt;/a&gt;&amp;nbsp;created a&amp;nbsp;&lt;STRONG&gt;very&lt;/STRONG&gt; helpful tutorial about this topic!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See: &amp;nbsp;&lt;A href="http://www.thejuliagroup.com/blog/?p=5412" target="_self"&gt;Getting STC files into SAS Studio&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 May 2017 17:16:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/STC-File-Import/m-p/362039#M2584</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2017-05-26T17:16:01Z</dc:date>
    </item>
  </channel>
</rss>

