Combining multiple option specifications

Only the last specification of the PermitLangx option is used. That is, multiple specifications are not cumulative. For example, if the following options are specified in the IDICNFxx parmlib member
PermitLangx(IBM-E)
PermitLangx(IGYDS0017,IBM1352I)
PermitLangx(IGY-E)
then only the option
PermitLangx(IGY-E)
remains in effect.
To retain all three options that are specified, combine all suboptions into a single option specification, for example:
PermitLangx(IBM-E,
            IGYDS0017,IBM1352I,
            IGY-E)