<?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 PROC APPEND. in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/PROC-APPEND/m-p/34981#M6912</link>
    <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
  I have a stiuation like , I have a history sas data set. For this week run, i will get 7 days transaction. All i need to append this 7 days transaction dataset to history sas dataset. So the history data set will be grow week by week. i have used the following code.&lt;BR /&gt;
&lt;BR /&gt;
.284               LIBNAME HTRAIL "PROD.ZCAW898F.HIS.TRAIL";   &lt;BR /&gt;
.NOTE: Libref HTRAIL was successfully assigned as follows:     &lt;BR /&gt;
.      Engine:        BASE                                     &lt;BR /&gt;
.      Physical Name: PROD.ZCAW898F.HIS.TRAIL                  &lt;BR /&gt;
ERROR: Library data set PROD.ZCAW898F.HIS.TRAIL cannot be opened because it is resides on multiple volumes.&lt;BR /&gt;
ERROR: Library data set PROD.ZCAW898F.HIS.TRAIL cannot be opened because it is resides on multiple volumes.&lt;BR /&gt;
ERROR: Library data set PROD.ZCAW898F.HIS.TRAIL cannot be opened because it is resides on multiple volumes.&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
Could you please help me how to over come this error?&lt;BR /&gt;
&lt;BR /&gt;
Thanks in Advance,&lt;BR /&gt;
Prabakaran</description>
    <pubDate>Mon, 28 Dec 2009 16:05:52 GMT</pubDate>
    <dc:creator>DPraba79</dc:creator>
    <dc:date>2009-12-28T16:05:52Z</dc:date>
    <item>
      <title>PROC APPEND.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-APPEND/m-p/34981#M6912</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
  I have a stiuation like , I have a history sas data set. For this week run, i will get 7 days transaction. All i need to append this 7 days transaction dataset to history sas dataset. So the history data set will be grow week by week. i have used the following code.&lt;BR /&gt;
&lt;BR /&gt;
.284               LIBNAME HTRAIL "PROD.ZCAW898F.HIS.TRAIL";   &lt;BR /&gt;
.NOTE: Libref HTRAIL was successfully assigned as follows:     &lt;BR /&gt;
.      Engine:        BASE                                     &lt;BR /&gt;
.      Physical Name: PROD.ZCAW898F.HIS.TRAIL                  &lt;BR /&gt;
ERROR: Library data set PROD.ZCAW898F.HIS.TRAIL cannot be opened because it is resides on multiple volumes.&lt;BR /&gt;
ERROR: Library data set PROD.ZCAW898F.HIS.TRAIL cannot be opened because it is resides on multiple volumes.&lt;BR /&gt;
ERROR: Library data set PROD.ZCAW898F.HIS.TRAIL cannot be opened because it is resides on multiple volumes.&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
Could you please help me how to over come this error?&lt;BR /&gt;
&lt;BR /&gt;
Thanks in Advance,&lt;BR /&gt;
Prabakaran</description>
      <pubDate>Mon, 28 Dec 2009 16:05:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-APPEND/m-p/34981#M6912</guid>
      <dc:creator>DPraba79</dc:creator>
      <dc:date>2009-12-28T16:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: PROC APPEND.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-APPEND/m-p/34982#M6913</link>
      <description>What SAS version and maintenance (service pack) level are you running?  Also, it appears that you may be attempting to append to an MVS (IBM mainframe) SAS data library that resides on multiple DASD volumes.  Please confirm this observation?  Also, how was this SAS data library (member) created?  And reveal all SAS code you are executing to update/append to the file for clarification.&lt;BR /&gt;
&lt;BR /&gt;
Also, you should run a PROC CONTENTS DATA=&lt;LIBREF&gt;._ALL_; RUN;&lt;BR /&gt;
against your SAS data library to confirm that it is usable.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;/LIBREF&gt;</description>
      <pubDate>Mon, 28 Dec 2009 17:28:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-APPEND/m-p/34982#M6913</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-12-28T17:28:48Z</dc:date>
    </item>
  </channel>
</rss>

