<?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/import sas view tables to data sets in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/convert-import-sas-view-tables-to-data-sets/m-p/241263#M268391</link>
    <description>&lt;P&gt;it was a zipfile and i extracted it in a folder&lt;/P&gt;</description>
    <pubDate>Wed, 30 Dec 2015 18:47:04 GMT</pubDate>
    <dc:creator>nit123</dc:creator>
    <dc:date>2015-12-30T18:47:04Z</dc:date>
    <item>
      <title>convert/import sas view tables to data sets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/convert-import-sas-view-tables-to-data-sets/m-p/241241#M268387</link>
      <description>&lt;P&gt;hi all i have tried the code mentioned in the above doc&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/sqlproc/69049/HTML/default/viewer.htm#n0jov4xsixn4dqn12dn5zfk4qstz.htm&amp;nbsp;" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/sqlproc/69049/HTML/default/viewer.htm#n0jov4xsixn4dqn12dn5zfk4qstz.htm&amp;nbsp;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;libname new 'C:\Users\nitesh\Documents\My SAS Files\9.4';&lt;BR /&gt;filename trans 'C:\Users\nitesh\Downloads\ZIPPROCSQL';&lt;/P&gt;&lt;P&gt;proc cimport library=new infile=trans;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;libname sql 'C:\Users\nitesh\Documents\My SAS Files\9.4';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but i am getting error in proc stmt. is there any other way to do it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Dec 2015 02:36:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/convert-import-sas-view-tables-to-data-sets/m-p/241241#M268387</guid>
      <dc:creator>nit123</dc:creator>
      <dc:date>2015-12-31T02:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: convert/import sas view tables to data sets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/convert-import-sas-view-tables-to-data-sets/m-p/241245#M268388</link>
      <description>&lt;P&gt;Please post log with the code and the error message.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Dec 2015 17:18:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/convert-import-sas-view-tables-to-data-sets/m-p/241245#M268388</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-12-30T17:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: convert/import sas view tables to data sets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/convert-import-sas-view-tables-to-data-sets/m-p/241250#M268389</link>
      <description>&lt;P&gt;188 libname new 'C:\Users\nitesh\Documents\My SAS Files\9.4';&lt;BR /&gt;NOTE: Libref NEW refers to the same physical library as SASUSER.&lt;BR /&gt;NOTE: Libref NEW was successfully assigned as follows:&lt;BR /&gt;Engine: V9&lt;BR /&gt;Physical Name: C:\Users\nitesh\Documents\My SAS Files\9.4&lt;BR /&gt;189 filename trans 'C:\Users\nitesh\Downloads\ZIPPROCSQL';&lt;BR /&gt;190&lt;BR /&gt;191 proc cimport library=new infile=trans;&lt;BR /&gt;192 run;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;ERROR: Invalid file, C:\Users\nitesh\Downloads\ZIPPROCSQL.&lt;/FONT&gt;&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;NOTE: PROCEDURE CIMPORT used (Total process time):&lt;BR /&gt;real time 0.00 seconds&lt;BR /&gt;cpu time 0.00 seconds&lt;/P&gt;&lt;P&gt;193&lt;BR /&gt;194 libname sql 'C:\Users\nitesh\Documents\My SAS Files\9.4';&lt;BR /&gt;NOTE: Libref SQL refers to the same physical library as NEW.&lt;BR /&gt;NOTE: Libref SQL was successfully assigned as follows:&lt;BR /&gt;Engine: V9&lt;BR /&gt;Physical Name: C:\Users\nitesh\Documents\My SAS Files\9.4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Dec 2015 17:41:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/convert-import-sas-view-tables-to-data-sets/m-p/241250#M268389</guid>
      <dc:creator>nit123</dc:creator>
      <dc:date>2015-12-30T17:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: convert/import sas view tables to data sets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/convert-import-sas-view-tables-to-data-sets/m-p/241262#M268390</link>
      <description>&lt;P&gt;I would suspect that the issue is either a misspelling or missing file extenstion in your file&amp;nbsp; C:\Users\nitesh\Downloads\ZIPPROCSQL .&lt;/P&gt;
&lt;P&gt;Make sure that the full file name is used. If there is an extension to the file then use it. If the file you want to import is in a folder name ZIPPROCSQL then add it to the filename.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Less likely could be a lack of permission&amp;nbsp; to read the file, check for file properties.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Dec 2015 18:44:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/convert-import-sas-view-tables-to-data-sets/m-p/241262#M268390</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-12-30T18:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: convert/import sas view tables to data sets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/convert-import-sas-view-tables-to-data-sets/m-p/241263#M268391</link>
      <description>&lt;P&gt;it was a zipfile and i extracted it in a folder&lt;/P&gt;</description>
      <pubDate>Wed, 30 Dec 2015 18:47:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/convert-import-sas-view-tables-to-data-sets/m-p/241263#M268391</guid>
      <dc:creator>nit123</dc:creator>
      <dc:date>2015-12-30T18:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: convert/import sas view tables to data sets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/convert-import-sas-view-tables-to-data-sets/m-p/241320#M268392</link>
      <description>That is to say ZIPPROCSQL file is not SAS Transfer File ? so you can't use proc cimport for that file.&lt;BR /&gt;Unzip it firstly and see what exactly this file is .</description>
      <pubDate>Thu, 31 Dec 2015 01:42:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/convert-import-sas-view-tables-to-data-sets/m-p/241320#M268392</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2015-12-31T01:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: convert/import sas view tables to data sets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/convert-import-sas-view-tables-to-data-sets/m-p/241321#M268393</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18408"&gt;@Ksharp﻿&lt;/a&gt;&amp;nbsp;.sasview files&lt;/P&gt;</description>
      <pubDate>Thu, 31 Dec 2015 01:44:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/convert-import-sas-view-tables-to-data-sets/m-p/241321#M268393</guid>
      <dc:creator>nit123</dc:creator>
      <dc:date>2015-12-31T01:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: convert/import sas view tables to data sets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/convert-import-sas-view-tables-to-data-sets/m-p/241324#M268394</link>
      <description>If that was a SAS VIEW file, just double click it in SAS and it will be open ,no need other SAS code .</description>
      <pubDate>Thu, 31 Dec 2015 01:53:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/convert-import-sas-view-tables-to-data-sets/m-p/241324#M268394</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2015-12-31T01:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: convert/import sas view tables to data sets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/convert-import-sas-view-tables-to-data-sets/m-p/241326#M268395</link>
      <description>&lt;P&gt;getting the above msg&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/1336i3009273C706B8E98/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="error.png" title="error.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Dec 2015 01:57:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/convert-import-sas-view-tables-to-data-sets/m-p/241326#M268395</guid>
      <dc:creator>nit123</dc:creator>
      <dc:date>2015-12-31T01:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: convert/import sas view tables to data sets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/convert-import-sas-view-tables-to-data-sets/m-p/241331#M268396</link>
      <description>&lt;P&gt;That is because the REAL SAS TABLE which is attached with this VIEW is missing/gone . You can't open this view unless the REAL table is included in .&lt;/P&gt;</description>
      <pubDate>Thu, 31 Dec 2015 02:32:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/convert-import-sas-view-tables-to-data-sets/m-p/241331#M268396</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2015-12-31T02:32:26Z</dc:date>
    </item>
  </channel>
</rss>

