Chapter Contents |
Previous |
Next |
The DATASETS Procedure |
Restriction: | Must be in a MODIFY RUN group |
IC REACTIVATE foreign-key-name REFERENCES libref; |
Required Arguments |
For example, suppose that you have a foreign key, FKEY, defined in a data set named MYLIB.MYOWN, and suppose that FKEY is linked to a primary key in the data set MAINLIB.MAIN. If the integrity constraint becomes inactive because of a processing error, you can reactivate the integrity constraint by using the following code:
proc datasets library=mylib; modify myown; ic reactivate fkey references mainlib; run;
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.