BookmarkSubscribeRSS Feed
DPraba79
Calcite | Level 5
Hi,

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.

.284 LIBNAME HTRAIL "PROD.ZCAW898F.HIS.TRAIL";
.NOTE: Libref HTRAIL was successfully assigned as follows:
. Engine: BASE
. Physical Name: PROD.ZCAW898F.HIS.TRAIL
ERROR: Library data set PROD.ZCAW898F.HIS.TRAIL cannot be opened because it is resides on multiple volumes.
ERROR: Library data set PROD.ZCAW898F.HIS.TRAIL cannot be opened because it is resides on multiple volumes.
ERROR: Library data set PROD.ZCAW898F.HIS.TRAIL cannot be opened because it is resides on multiple volumes.


Could you please help me how to over come this error?

Thanks in Advance,
Prabakaran
1 REPLY 1
sbb
Lapis Lazuli | Level 10 sbb
Lapis Lazuli | Level 10
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.

Also, you should run a PROC CONTENTS DATA=._ALL_; RUN;
against your SAS data library to confirm that it is usable.

Scott Barry
SBBWorks, Inc.

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 1 reply
  • 700 views
  • 0 likes
  • 2 in conversation