Previous Topic: C56ENext Topic: C58E


C57E

<num> characters following LIST= expression are ignored

Reason

CA ACF2 for z/VM found characters following the parenthetical expression on an operand statement with a LIST= operand. One common cause is to code a complex list expression without enclosing the complete expression in parentheses. For example, the following code is invalid:

OPERAND LIST=(ABCD,1),(GROUP=XYZ).

You should code it as:

OPERAND LIST=((ABCD,1),(GROUP=XYZ)).

The variable <num> is the number of the record in error.

Action

Correct the statement and recompile.