SAS Procedures

Help using Base SAS procedures
BookmarkSubscribeRSS Feed
BETO
Fluorite | Level 6

HI Ive a

proc append  base= myaccdb.table data=work.report4 force;

run;

i need to. Know how I can bypass the primary key that is in access when the primary key is removed it appends but I need the primary key to be there  to prevent duplicates..

5 REPLIES 5
ballardw
Super User

You might want to provide a few more details about what you mean by "bypass primary key".

BETO
Fluorite | Level 6

the proc append works great where it's appending data to the access table when the access table doesn't have a primary key. When I add the primary key to the access table and than run the proc append it fails I get and error message it can't insert data ... Im using force in the proc append but it doesn't append if there is a primary key...thanks again for your assistance

LinusH
Tourmaline | Level 20

Supplying the log would help. The cause of the error is usually written there.

But from the information that you give, I suppose that you are violating the PK during insert?

If so, you need to take action, primarily by fixing your data before the insert.

Data never sleeps
ballardw
Super User

By any chance is the Primary Key field in Access and automatic increment and the SAS data set you are appending have values for that field? You might be getting a collision of some sort.

Ksharp
Super User

Make a audit trace for Prime Key .

sas-innovate-white.png

Our biggest data and AI event of the year.

Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.

Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.

 

Register now!

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

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
  • 5 replies
  • 1738 views
  • 0 likes
  • 4 in conversation