Previous Topic

Next Topic

Book Contents

Book Index

Delete definitions that meet multiple criteria XML file example

In the deldefjob XML file, delete definitions for cyclic jobs in the EM5NY data center that are scheduled to run in January, February, and March.

<TERMS>

<TERM>

<PARAM NAME="DATACENTER" OP="EQ"
VALUE="EM5NY"/>

<PARAM NAME="CYCLIC" OP="EQ"
VALUE="1"/>

<PARAM NAME="JAN" OP="EQ" VALUE="1"/>

<PARAM NAME="FEB" OP="EQ" VALUE="1"/>

<PARAM NAME="MAR" OP="EQ" VALUE="1"/>

</TERM>

</TERMS>

Parent Topic

deldefjob XML file example