Previous Topic: DB01916WNext Topic: DB01918E


DB01917E

INVALID MIX OF OPTIONS - CONFLICT WITH name OPTION n

Reason:

Two MUF startup options had a conflict. After an option is accepted, other options must be consistent with. The physical order of the options does not always determine which option is accepted or in conflict. The specific parameter on the ‘current’ statement is pointed out with the next line positioned starting with an asterisk after the parameter. The message provides the command on the accepted statement and the parameter on that statement that causes this current statement to be in conflict.

Example:

In the following example, the TASKS statement was accepted with 18 tasks. The DATAPOOL second parameter of 4 is less than the 18 and in conflict. At least one DATAPOOL buffer must exist for each task. In this case, the message clearly provides the command of TASKS and the parameter number 1. This message occurs for the common conflicting parameters. However, it may not occur for every conflict.

TASKS  18,37K                                        
DATAPOOL 4096,4                                      
               * - ASTERISK POINTS NEAR ERROR         
INVALID MIX OF OPTIONS - CONFLICT WITH TASKS OPTION 1

Action:

To make this a valid statement, correct this statement or the other statement.