BookmarkSubscribeRSS Feed
MSK4
Obsidian | Level 7

I'm having a dataset A contains 10 crores of records and dataset B contains 1crore records. Both datasets having same properties like variable name,format...

 

I have written code like this 

 

proc append base=libname.A data=libname.B force;

run;

 

After executing above code getting error aftersome time

 

ERROR ERROR ERROR: ORACLE EXECUTE ERROR :ORA-01653 unable to extend the table tablename by 8129 in table space with the occurence of above error, the error limit of 1 set by ERRLIMIT= option has been Rollback has been issued(AnyRows processed after the last COMMIT are lost)

 

Please help me out. its bit urgent. 

Many many many thanks..

 

 

 

 

1 REPLY 1
PaigeMiller
Diamond | Level 26

@MSK4 wrote:

I'm having a dataset A contains 10 crores of records and dataset B contains 1crore records. Both datasets having same properties like variable name,format...

 

I have written code like this 


We don't want to see code "like this", we want to see the actual code you are using. Can you show us the LOG containing the ACTUAL code, including the actual LIBNAME statement, and showing the ERRORs, WARNINGs and NOTEs as they appear under the code in the LOG?

 

You are getting an error from ORACLE, although nothing you show us indicates you are using ORACLE.

--
Paige Miller

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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
  • 353 views
  • 0 likes
  • 2 in conversation