ILE COBOL Language Reference
- STDINZ indicates that for those items with no VALUE clause, the
compiler initializes data items to system defaults. STDINZ is the
default value.
- NOSTDINZ indicates that for those items with no VALUE clause,
the compiler does not initialize data items to system defaults.
- STDINZHEX00 indicates that for those items with no VALUE
clause, the compiler initializes data items to hexadecimal zero.
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.