ALT array or table must specify STATIC(*ALLTHREAD) the same as the main array or table.
30
Cause . . . . . : An alternate array or table and the corresponding main array or table must be defined with the same storage type. Both most be defined with STATIC(*ALLTHREAD), or neither. (The storage type for a data-structure subfield is defined on the DS specification for the data structure.)