DAL TRACE | DAL T


This command activates or deactivates DAL tracing facilities.

ScopeSystem

DurationUntil next TMSS restart.

The DAL TRACE | DAL T syntax is as follows:



DAL TRACE
DAL T

[? | HELP]
DISPLAY
ON

ON type
ON JOBNAME(jobname1[,jobname2,...])
ON JOBNAME(jobname1[,jobname2,...]) STEP#(step)
OFF
OFF JOBNAME(jobname1,jobname2,...)
OFF JOBNAME(jobname1[,jobname2,...]) STEP#(step)
ONERROR(ON | OFF)


Syntax

Description

? | HELP

Requests the command syntax from HELP.

DISPLAY

Requests that the status of DAL tracing be displayed. The short form for this keyword is D. If no other keyword is specified, this is the default.

ON

Requests that DAL tracing be activated.

type

Represents the type of DAL to be traced, and can be one of DCS, SOS, TM, STEPTERM, or JOBTERM.

OFF

Requests that DAL tracing be deactivated.

JOBNAME(jobname1[,jobname2,...])

This keyword restricts the actions of the command to particular job names. If this keyword is not specified, all jobs are affected. The short form for this keyword is J.

(jobname1[,jobname2,...])

A list of job names. Note that a name pattern such as 'DC*' is allowed.

STEP#(step)

This keyword restricts the actions of the command to a particular step within the jobs being traced. If this keyword is not specified, all steps are affected. This keyword is not valid unless accompanied by the JOBNAME keyword. The short form for this keyword is S.

(step)

A step number. Step numbers are relative to the beginning of the job and start at 1. Note that the specified step is traced for all jobs being traced.

ONERROR(ON | OFF)

Turns DAL tracing ON or OFF for any job that encounters an error. Note that only the first error is traced.

  • (ON | OFF)— Self-explanatory.
Information
Example

To activate DAL tracing for all jobs.

/DAL TRACE ON

To activate DAL tracing when job DC100PAY is processed by Job Analyzer.

/DAL TRACE ON JOBNAME(DC100PAY)

To activate DAL tracing for any job that has a job name starting with 'DC'.

/DAL TRACE ON JOBNAME(DC*)

To activate DAL tracing for only steps 3 and 4 of jobs with a job name starting with 'DC'.

/DAL TRACE ON JOBNAME(DC*) STEP#(3,4)

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC AMI Ops Automation for Batch ThruPut 22.4