Chapter Contents |
Previous |
Next |
LISTINFO |
Optional statement | |
Applies to: | access descriptor or view descriptor |
Syntax | |
Details |
Syntax |
LISTINFO ALL | VIEW
|<">column-identifier-1<">
<...<">column-identifier-n<">>; |
Details |
The LISTINFO statement shows additional data field information for one or more DBMS columns in the descriptor. The LISTINFO statement can be used when creating an access or a view descriptor. The LISTINFO information is written to your SAS log.
The LISTINFO statement is especially helpful for key fields. It shows the CA-DATACOM/DB short name as well as all the columns and levels that make up the key.
The LISTINFO statement can take one of the following arguments:
The column-identifier argument can be either the CA-DATACOM/DB field name, the positional equivalent from the LIST statement, which is the number that represents the column's place in the descriptor, or a list of names or positions. For example, to list information about the fifth column in the descriptor, submit the following statement:
listinfo 5;
Or, to list information about the fifth, sixth, and eighth columns in the descriptor, submit the following statement:
listinfo 5 6 8;
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.