The parameter for keyword OPTION is not valid; parameter is
ignored.
20
Cause . . . . . : The parameter
for the keyword OPTION must follow these rules:
- The parameter must be one of *XREF, *NOXREF, *GEN, *NOGEN, *SECLVL,
*NOSECLVL, *SHOWCOPY, *NOSHOWCOPY, *EXPDDS, *NOEXPDDS, *EXT, *NOEXT, *SHOWSKP,
*NOSHOWSKP, *SRCSTMT, *NOSRCSTMT, *DEBUGIO, *NODEBUGIO, *UNREF or
*NOUNREF.
- The same parameter cannot be repeated.
- If a compile option is specified, the *NOxxxx parameter for the same
compile option cannot also be used, and vice versa. For example, if you
specify *XREF you cannot also specify *NOXREF, and vice versa.
The parameter is ignored.
Recovery . . . : Correct the parameter for
keyword OPTION. Compile again.