<?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: download from MVS in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/download-from-MVS/m-p/33787#M4337</link>
    <description>NOTE: The Import/Export facility is not supported on this operating system.&lt;BR /&gt;
&lt;BR /&gt;
this is the answer...and this is why I ask. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;</description>
    <pubDate>Tue, 19 May 2009 15:46:36 GMT</pubDate>
    <dc:creator>Stephane</dc:creator>
    <dc:date>2009-05-19T15:46:36Z</dc:date>
    <item>
      <title>download from MVS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/download-from-MVS/m-p/33785#M4335</link>
      <description>Hi &lt;BR /&gt;
&lt;BR /&gt;
Using SEG 4.1 thin client and a Zos server, I'd like to export a SAS table from my server to my PC as a .txt file. How do I do that ?</description>
      <pubDate>Tue, 19 May 2009 14:58:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/download-from-MVS/m-p/33785#M4335</guid>
      <dc:creator>Stephane</dc:creator>
      <dc:date>2009-05-19T14:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: download from MVS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/download-from-MVS/m-p/33786#M4336</link>
      <description>You can use PROC EXPORT to generate a delimited text file.  Have a look at the SAS support  &lt;A href="http://support.sas.com/" target="_blank"&gt;http://support.sas.com/&lt;/A&gt;  website for DOC and supplemental technical papers on the topic of exporting SAS data to a text / delimited (external) file.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Tue, 19 May 2009 15:41:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/download-from-MVS/m-p/33786#M4336</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-05-19T15:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: download from MVS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/download-from-MVS/m-p/33787#M4337</link>
      <description>NOTE: The Import/Export facility is not supported on this operating system.&lt;BR /&gt;
&lt;BR /&gt;
this is the answer...and this is why I ask. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;</description>
      <pubDate>Tue, 19 May 2009 15:46:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/download-from-MVS/m-p/33787#M4337</guid>
      <dc:creator>Stephane</dc:creator>
      <dc:date>2009-05-19T15:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: download from MVS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/download-from-MVS/m-p/33788#M4338</link>
      <description>Bit of a kludge, but you can create a code object and use ods to create a comma separated text file.&lt;BR /&gt;
&lt;BR /&gt;
ods csv file='stephanie.txt';&lt;BR /&gt;
run;&lt;BR /&gt;
proc print data=zos.dataset;&lt;BR /&gt;
run;&lt;BR /&gt;
ods csv close;&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt; Hi &lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; Using SEG 4.1 thin client and a Zos server, I'd like&lt;BR /&gt;
&amp;gt; to export a SAS table from my server to my PC as a&lt;BR /&gt;
&amp;gt; .txt file. How do I do that ?</description>
      <pubDate>Tue, 19 May 2009 17:19:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/download-from-MVS/m-p/33788#M4338</guid>
      <dc:creator>artmorlock</dc:creator>
      <dc:date>2009-05-19T17:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: download from MVS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/download-from-MVS/m-p/33789#M4339</link>
      <description>Explore using ODS CSV to create a comma-delimited file (using FILENAME statement), generated by PROC PRINT.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Tue, 19 May 2009 17:20:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/download-from-MVS/m-p/33789#M4339</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-05-19T17:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: download from MVS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/download-from-MVS/m-p/33790#M4340</link>
      <description>Sorry for coming late to this party, but have you tried File-&amp;gt;Export from SAS EG?  You should be able to export the SAS table on MVS to any of several formats on your local PC, including text, Excel, etc.&lt;BR /&gt;
&lt;BR /&gt;
Chris</description>
      <pubDate>Thu, 02 Jul 2009 17:26:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/download-from-MVS/m-p/33790#M4340</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2009-07-02T17:26:31Z</dc:date>
    </item>
  </channel>
</rss>

