ILE COBOL Language Reference

+-------------------------------IBM Extension--------------------------------+


TYPE Clause

The TYPE clause indicates that the data description of the subject of the entry is specified by a user-defined data type. The user-defined data type is defined using the TYPEDEF clause, which is described in TYPEDEF Clause.

>>-TYPE--type-name-1-------------------------------------------><
 
 

The following general rules apply:

For more information about using the TYPE and TYPEDEF clauses, refer to the ILE COBOL for AS/400 Programmer's Guide.

+----------------------------End of IBM Extension----------------------------+


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]