Previous Topic: CALC270ENext Topic: CALC273E


CALC271E

More than 128 decode pairs

Reason:

The DECODE statement contains more than 128 translation pairs.

Action:

Split the large DECODE into two or more small DECODEs, each with 128 or fewer pairs. Use IF logic to simplify translation.