HP 3000 Manuals

OCCURS Clause [ HP SYSTEM DICTIONARY XL COBOL DEFINITION EXTRACTOR Reference Manual ] MPE/iX 5.0 Documentation


HP SYSTEM DICTIONARY XL COBOL DEFINITION EXTRACTOR Reference Manual

OCCURS Clause 

SDCDE generates the OCCURS clause when the count attribute value exceeds
1.  SDCDE assigns the integer the value of count.

Syntax 

     OCCURS  integer

Parameters 

integer          The value of the count attribute.

Description 

You cannot use the OCCURS clause at the 01 level.  SDCDE must generate an
01 FILLER.

The OCCURS clause cannot define a table of more than 3 dimensions.  You
cannot use the OCCURS clause with the REDEFINES clause or the VALUE
clause.  The OCCURS clause cannot have any sub-elements specifying the
VALUE clause.


MPE/iX 5.0 Documentation