do_statements type XML parameters

The following table describes do statements type XML parameters:

Parameter

Description

do

Refers to a sequence of do_statements.

do_variable

Assigns a variable when the On criteria is met. The parameter includes the following:

  • name: Name of the item in question (for example, when specified for request, name is the name of the request; when specified for pipe, name is the name of the pipe)
  • value: Value of the variable's expression.

do_cond

Assigns an In or Out condition when the On criteria are met. See do_cond XML parameters

do_ctbrule

Invokes a Control‑M/Analyzer rule that executes during the processing of a specific program step when an On condition is met. The do_ctbrule XML parameters are as follows:

  • name: Name of the Control-M/Analyzer rule
  • parameter: Contains arguments that are passed to the Control‑M/Analyzer rule

do_forcejob

Forces a specified job when the current job is performed. The parameter includes the following:

  • Control_m: Defines the name of the target Control-M. Optional (string)
  • dsn: Defines the name of the directory/library containing Table file. [z/OS only]
  • job: Specifies the job name of the job that is forced
  • folder: Defines the name of the folder with which the job specified in do_forcejob is associated
  • order_date: Defines the original scheduling date of a job
  • variable_assignments: Defines a sequence of variable_assignment XML parameters. Only relevant if Control_m has a value. Optional

do_ifrerun

Specifies job steps to be executed during rerun of a job. Only for networks using Control‑M/Restart. Seedo_ifrerun XML parameters

do_mail

Sends e-mail. See do_mail XML parameters

do_remedy

Creates a remedy ticket. See do_remedy XML parameters

do_shout

Sends a shout message when the On criteria are met. See do_shout XML parameters.

do_output

Determines what to do with the output documentation when On criteria are met. See do_output XML parameters

Parent Topic

active_job XML parameters