Previous Topic

Next Topic

Book Contents

Book Index

Delete definitions that satisfy one or both of two criteria XML file example

In the deldefjob XML file, delete job processing definitions that satisfy either the data center name is Data1 and the jobname begins with the letter J, or the jobname is Job5 and the job is not cyclic.

<TERMS>

<TERM>

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

<PARAM NAME="JOBNAME" OP="LIKE" VALUE="J*"/>

</TERM>

<TERM>

<PARAM NAME="JOBNAME" OP="EQ" VALUE="Job5"/>

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

</TERM>

</TERMS>

Parent Topic

deldefjob XML file example