STATIC(*ALLTHREAD) only valid with Control specification THREAD(*CONCURRENT); keyword is ignored.
20
Cause . . . . . : The *ALLTHREAD parameter is only valid with the STATIC keyword when the module has THREAD(*CONCURRENT) specified on a Control specification.
Recovery . . . : Remove the parameter from the STATIC keyword for a variable defined in a procedure, but for a global variable remove STATIC(*ALLTHREAD) entirely. Compile again.