Archive for July 23rd, 2007

23Jul

SAS9 SQL Constraints

With SAS9, SAS Institute have introduced the sort sort of integrity constraints that have been bread and butter for relational database SQL programs but some SAS programmers may find them more restrictive than they might like. The main one that comes to my mind is the following: proc sql noprint; create table a as select [...]