BookmarkSubscribeRSS Feed
milts
Pyrite | Level 9
Hi,

My code looks like this:

proc sql;
create table loan as
select * from loan left join x_loan
on loan.rkid = x_loan.rkid;
quit;

rkid is a primary key and with this code of mine integrity is a problem since i recreated the table loan. Is there a way to recreate a table without the integrity? Or are there any steps i can do to achieve what i intend to do?

Thanks!
1 REPLY 1
sbb
Lapis Lazuli | Level 10 sbb
Lapis Lazuli | Level 10
You may find useful SAS DOC and supplemental technical papers at the SAS Support website http://support.sas.com/ -- here is one topic related paper from a SAS conference to consider.

Scott Barry
SBBWorks, Inc.


Integrity Constraints and Audit Trails Working Together
Gary Franklin, SAS Institute Inc., Austin, TX
Art Jensen, SAS Institute Inc., Englewood, CO

http://www2.sas.com/proceedings/sugi25/25/aa/25p008.pdf

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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.

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