loopdetecttool arguments file parameters

The following table describes arguments file parameters for the loopdetecttool utility:

Parameter

Description

The first two lines of the arguments file specify the XML version, the text encoding format being used, and the location of the .dtd file. These lines must appear exactly as follows:

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

!DOCTYPE TERMS SYSTEM "terms.dtd"

TERMS

These tags indicate the start and end of the TERMS file. Only criteria that are located between the tags are considered part of the argument.

TERM

The TERM tags indicate the start and the end of a group of selection criteria used to specify a job or jobs that are to be analyzed. Only PARAM tags that are located between the TERM tags are considered part of the TERM argument.

REL

The relationship between the terms (optional). Valid values are:

  • AND
  • OR

PARAM

Selection criteria parameter used to determine the job definitions that are to be analyzed. You can specify more than one PARAM. This parameter is required.

PARAM NAME="DATACENTER" OP="EQ" VALUE="Center1"

NAME

The parameter name of any job processing definition parameter. This parameter is required.

NOTE: At least one of the following SMART Folder parameters must be included in the arguments file: DATACENTER, FOLDER_NAME, FOLDER_DSN

OP

The relationship between the NAME and VALUE parameters of the TERM. This relationship is required. Valid values are:

  • EQ – equal
  • NEQ – not equal
  • NOTIN – does not contain
  • LIKE – mask or pattern

VALUE

The value of the parameter specified in the NAME field. This value is required.

Parent Topic

loopdetecttool