Previous Topic

Next Topic

Book Contents

Book Index

Analyze job definitions for loops based on one or more criteria XML file example

In the loopdetecttool XML file, analyzes job processing definitions that either the data center name is Data1, and a job name begins with the letter J or the job name is Job5, and the job is not cyclic.

<?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="LIKE" VALUE="J*"/>

</TERM>

<TERM>

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

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

</TERM>

</TERMS>

Parent Topic

loopdetecttool