Parameter *ALLTHREAD required with STATIC keyword for variable definitions in the main source section.
20
Cause . . . . . : When the STATIC keyword is specified for a global variable in a module with THREAD(*CONCURRENT) specified, the STATIC keyword must be specified as STATIC(*ALLTHREAD). The keyword is ignored.
Recovery . . . : Remove the keyword, or specify the *ALLTHREAD parameter. Compile again.
Technical description . . . . . . . . : The STATIC keyword is not normally allowed for global variables because they are implicitly static.