Data Definition Language (DDL) Reference Manual

Syntax Summary
Data Definition Language (DDL) Reference Manual529431-004
F-8
SHOW USE OF Statement
record-structure
line-item specification ...
[ 66 RENAMES clause . ] ...
line-item specification
level-number { field-name | group-name | FILLER }
{ PICTURE-clause | TYPE-clause }
[ AS-clause ]
[ DISPLAY-clause ]
[ EDIT-PIC-clause ]
[ HEADING-clause ]
[ HELP-clause ]
[ JUSTIFIED-clause ]
[ LN-clause ]
[ MUST-BE-clause ]
[ NULL-clause ]
{ OCCURS-clause | OCCURS-DEPENDING-ON-clause }
[ REDEFINES-clause ]
[ SPI-NULL-clause ]
[ SQLNULLABLE-clause]
[ TACL-clause ]
[ USAGE-clause ]
[ VALUE-clause ] .
[ 88-condition-name- clause . ] ...
[ 89-enumeration-clause . ] ...
record-reference
DEF[INITION] IS def-name
key-assignment
KEY key-specifier IS { group-name | field-name }
[ FILE IS ["]file-name["] ]
[ DUPLICATES [ NOT ] ALLOWED ] . ] ...
[ UPDATE [ NOT ] ALLOWED ]
[ SEQUENCE IS [ ASCENDING ] { group-name } ]
[ [ DESCENDING ] { field-name } .]
SHOW USE OF Statement
SHOW USE OF { CONSTANT constant-name [, constant-name ]... }
{ [ DEF[INITION] ] def-name [, def-name ]... }
{ TOKEN-TYPE type-name [, type-name ]... }