Previous Topic: DB01920ENext Topic: DB02001E


DB01921E

PARAMETER IN CONFLICT WITH command OPTION n - VALID RANGE n-n

Reason:

A conflict exists between two parameters on a single statement. Parameters are accepted left to right and after being accepted become a rule for options that follow. The command for the statement and the previously accepted parameters on the statement by positional number is provided. Also provided is the range of acceptable number values.

In the following example, the TASKS statement provides 18 tasks at 37k size for each. However, the latter parameter of 22 is in conflict because it is larger than the 18. The range values that are provided are those values that would be accepted.

Example:

DB01900I - TASKS  18,37K,,,22                                            
DB01909E -                   * - ASTERISK POINTS NEAR ERROR              
DB01922E - PARAMETER IN CONFLICT WITH TASKS OPTION 1 - VALID RANGE 0-18

Action:

Correct this option to be in the valid range. Or, change the previous option on the statement that participates in the conflict to a value that would allow this value to be accepted.