When you add rows to a table that
has integrity constraints, PROC SQL evaluates the new data to ensure
that it meets the conditions that are determined by the integrity
constraints. If the new (or modified) data complies with the integrity
constraints, the rows are added. However, if you add data that does
not comply with the integrity constraints, the rows are not added.
To find out whether rows of data have been successfully added, you
need to check the SAS log.
Note: PROC SQL also evaluates changes
that are made to existing data by using the UPDATE and DELETE statements.
These statements are discussed later in this chapter.