Creates indexes on columns in tables. Restriction: You cannot use CREATE INDEX on a table accessed via an engine that does not support UPDATE processing. an IN subquery where the column in the inner ...
For example: proc sql; describe table dictionary.indexes; The results are written to the SAS log: 1 proc sql; 2 describe table dictionary.indexes; NOTE: SQL table DICTIONARY.INDEXES was created like: ...