Chapter Contents |
Previous |
Next |
LISTOCC |
Optional statement | |
Applies to: | access descriptor or view descriptor |
Syntax | |
Details |
Syntax |
LISTOCC
<">column-identifier-1<">
<... <">column-identifier-n<">>; |
Details |
The LISTOCC statement lists all the occurrences for the specified repeating fields along with information such as the CA-DATACOM/DB level, the SAS column name, the occurrence number, the SAS column format and informat, the DB content, and whether the occurrence has been selected or dropped. The LISTOCC statement can be used when creating an access descriptor or a view descriptor. The LISTOCC information is written to your SAS log.
The LISTOCC statement takes the following argument:
listocc 5;
If the DBMS column name contains special characters or national characters, enclose the name in quotes. The column-identifier must be a repeating field.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.