Previous Topic

Next Topic

Book Contents

Book Index

Analyze job definitions for loops based on multiple criteria XML file example

In the loopdetecttool XML file analyze all job processing definitions from either Data1 or Data2 data center that has a job name that does not begin with the letter R.

<?xml version=’1.0’ encoding=’UTF-8’?>

<!DOCTYPE TERMS SYSTEM "terms.dtd">

<TERMS>

<TERM>

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

<PARAM NAME="JOBNAME" OP="NEQ" VALUE="R*"/>

</TERM>

<TERM>

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

<PARAM NAME="JOBNAME" OP="NEQ" VALUE="R*"/>

</TERM>

</TERMS>

Parent Topic

loopdetecttool