The ADD request returns condition code 0 when successfully executed and the condition code does not exist. If the condition_name already exists, the condition code is 8.
The DELETE request returns condition code 0 when successfully executed and the condition name exists, unless there was no condition_name, in which case the condition code is 8.
Details of all the COND return codes appear in the following table:
Table 60 IOAAPI COND Return Codes
Return Code  | 
Explanation  | 
|---|---|
0  | 
OK  | 
4 through 56  | 
CTMURS error code  | 
The CHECK request returns condition code 8 when the condition_name does not exist. If it does exist, the code returned is 0.  | 
|
100  | 
PARM string parsing error  | 
104  | 
Unable to get storage  | 
108  | 
Unable to load module  | 
112  | 
Unable to build MCT  | 
116  | 
Failed to open a file  | 
120  | 
Error in calling sequence for command processor  | 
124  | 
Unrecognized service type  | 
128  | 
IEANTXX error  | 
132  | 
Error in IF statement  | 
Examples
COND ADD A_LONG_CONDITION_NAME 0822
COND DELETE CONDITION_ALPHA 1231
COND CHECK ANY-CONDITION 0407
Parent Topic |