Chapter Contents

Previous

Next

Definition

DICTIONARY tables are read-only SAS data views that contain lists of things that are related to the current SAS session such as:

Data contained in DICTIONARY tables are continuously updated during the SAS session. At the startup of each SAS session, the SAS system creates dictionary tables, and places them in the SASHELP library, so that they may be used in a PROC step or a DATA step. For more information on dictionary tables and how these SAS data views are created, see "DICTIONARY Tables" in the SQL section of the SAS Procedures Guide.


Chapter Contents

Previous

Next

Top of Page

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