Chapter Contents

Previous

Next
The DATASETS Procedure

IC DELETE Statement


Deletes an integrity constraint.

Restriction: Must be in a MODIFY RUN group


IC DELETE constraint-name(s) | _ALL_;


Required Arguments

constraint-name(s)
names one or more constraints to delete. For example, to delete the constraints Unique_D and Unique_E, use this statement:
ic delete Unique_D Unique_E;

_ALL_
deletes all constraints.


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.