Issue:
After upgrading to CA Endevor v17, Processor executions are failing with a C1X0020E error but cannot find any information about the error.
Environment:
CA Endevor V17 and V18
Cause:
A V17 PTF tightened up the validation checks of values used in processor symbolics for condition codes of MAXRC, COND and IF-THEN-ELSE parameters.
- Maximal length (maximum is 5 chars)- No preceding blanks- No embedded blanks- All entered characters are numbers- Maximum value of condition code is 65535
Resolution:
C1X0020E
IN PROCESSOR PARAMETER COND/MAXRC/IF-THEN-ELSE - NUMERIC VALUE IN RANGE 0-65535 EXPECTED
Reason:
The COND, MAXRC or IF-THEN-ELSE parameter is specified incorrectly in the processor definition.
Action:
Check and correct the COND, MAXRC or IF-THEN-ELSE parameter specification.