<?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: Proc Cport in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Cport/m-p/13563#M2008</link>
    <description>Use PROC COPY to create a separate "temporary" data library, subsetting the members as required, and then use PROC CPORT from the "temporary" data library.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
    <pubDate>Tue, 31 Mar 2009 18:46:31 GMT</pubDate>
    <dc:creator>sbb</dc:creator>
    <dc:date>2009-03-31T18:46:31Z</dc:date>
    <item>
      <title>Proc Cport</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Cport/m-p/13562#M2007</link>
      <description>Is there a way to create a transport file for several members in a library but not all of them?  I have been trying to use the select statement but cannot get it to work.  I am running in a Unix environment, moving data to a new unix environment.</description>
      <pubDate>Tue, 31 Mar 2009 18:15:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Cport/m-p/13562#M2007</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-03-31T18:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Cport</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Cport/m-p/13563#M2008</link>
      <description>Use PROC COPY to create a separate "temporary" data library, subsetting the members as required, and then use PROC CPORT from the "temporary" data library.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Tue, 31 Mar 2009 18:46:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Cport/m-p/13563#M2008</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-03-31T18:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Cport</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Cport/m-p/13564#M2009</link>
      <description>Thanks Scott!  &lt;BR /&gt;
&lt;BR /&gt;
Also just tried this and it worked!  &lt;BR /&gt;
Been working on this for a while and was ready to pull my hair out!&lt;BR /&gt;
&lt;BR /&gt;
filename cportout '/sasdata/rawdata/test_snap';&lt;BR /&gt;
proc cport lib=snapshot file=cportout memtype=data;&lt;BR /&gt;
select  CUST_200812;&lt;BR /&gt;
select  CUST_200901;&lt;BR /&gt;
select  CUST_200902; &lt;BR /&gt;
run;</description>
      <pubDate>Tue, 31 Mar 2009 18:58:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Cport/m-p/13564#M2009</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-03-31T18:58:54Z</dc:date>
    </item>
  </channel>
</rss>

