deldefjob XML file parameters

The following table lists the XML file parameters for the deldefjob 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.

TERMS

These tags indicate the start and end of the TERM tags. Only criteria that are located between these tags are considered to be part of the argument.

TERM

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

REL

Optional. Relationship between terms.

Valid values:

  • AND
  • OR (default)

PARAM

The selection criteria parameter used to determine job definitions to be deleted. More than one PARAM can be specified. Mandatory.

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

NAME

String. Mandatory.

Name of any job processing parameter.

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

  • DATACENTER
  • FOLDER_NAME
  • FOLDER_DSN

OP

Mandatory. Valid values:

  • EQ – Equal
  • NEQ – Not equal
  • NOTIN – Does not contain
  • LIKE – Mask or pattern using wildcards

VALUE

String. Mandatory.

Valid value for the specified job processing parameter.

Parent Topic

deldefjob