MODIFY CPCOND

Modify a condition in the current plan.
ACTION=MODIFY,RESOURCE=CPCOND,ADID=application_description,
                          IA=input_arrival_datetime,
                          OPNO=operation_number,
                          CONDID=condition_ID,
                          COUNT=condition_counter,
                          DESC=descriptive_text;
application_description
Character (char(16)) can be generic (%*)
input_arrival_datetime
Date and time: YYMMDDHHMM
operation_number
Integer (integer(4))
condition_ID
Integer (integer(3))
condition_counter
Integer (integer(3)). Use it to define the rule type:
0
All the condition dependencies in this condition must be true
n>0
At least n out of the condition dependencies in this condition must be true
The default is the current value.
descriptive_text
Character (char(16))

Specify the complete condition key that is the following operands: ADID, IA, OPNO, and CONDID.