Chapter Contents

Previous

Next
The SQL Procedure

DESCRIBE Statement


Displays a PROC SQL definition in the SAS log.

Restriction: PROC SQL views are the only type of view allowed in a DESCRIBE VIEW statement.
Featured in: Reporting from DICTIONARY Tables


DESCRIBE TABLE table-name <,table-name>... ;
DESCRIBE VIEW proc-sql-view <,proc-sql-view>... ;
DESCRIBE TABLE CONSTRAINTS table-name <, table-name>... ;


Arguments

table-name
specifies a PROC SQL table.

proc-sql-view
specifies a PROC SQL view.


Details


Chapter Contents

Previous

Next

Top of Page

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