I want to add a step(On-Do) to delete a condition in Control-M V7 when a job ends (no matter which result: either OK, NOTOK, exception from OS, etc..). I've accomplished the same in Control-M V9 with the next syntax:
<ON STMT="*" CODE="COMPSTAT EQ ANY">
<DOCOND NAME="MY_CONDITION" ODATE="ODAT" SIGN="DEL" />
</ON>
However, if I implement it in Ctrl-M V7, the code COMPSTAT EQ ANY
is not recognized throwing the next validation error:
The On/Statement value 'COMPSTAT EQ ANY' is not valid. Please correct the definitions to COMPSTAT .
Does anybody know, how to accomplish such an easy task?