STDINZ / NOSTDINZ / STDINZHEX00
- 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.