STDINZ / NOSTDINZ / STDINZHEX00 / STDINZEXT

  • 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.
  • STDINZEXT indicates that for those items with no VALUE clause, the compiler initializes data items to the default value according to their type.