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

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!

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