IGZ0169W   External data data-record was allocated within the 31-bit address range. The called program program-name contained a definition for this external data, and it was compiled with the DATA(24) option.

Explanation

External data was allocated ANYWHERE within the 31-bit addressing range by a program. But a subsequently called program containing a definition for that same external data was compiled with the DATA(24) option. This was discovered while processing external data records during program initialization.

System action

No system action was taken.

Programmer response

Re-compile program with the DATA(31) option if appropriate. If the external data needs to be allocated below 16M, then the FIRST program in the rununit that contains a definition of the external data must be compiled with the DATA(24) option.

Symbolic Feedback Code

IGZ059