RNF3839

Initial value must also be a STATIC(*ALLTHREAD) address; parameter is ignored.

20

Cause . . . . . : The parameter for keyword INZ is not valid. The initial value for a pointer which is STATIC(*ALLTHREAD) must be an address of a variable which is also STATIC(*ALLTHREAD). Directly initializing to addresses scoped to the thread is not supported.

Recovery . . . : Correct the initial value or remove the parameter from the INZ keyword. Compile again.