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

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

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