Previous Topic

Next Topic

Book Contents

Book Index

Export job definitions based on one or more criteria XML file example

In the exportdefjob XML file, export job processing definitions that either have data center name Data1 and a jobname that begins with the letter J, or have jobname Job5 and are not cyclic jobs.

<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

exportdefjob arguments file examples