DAL TRACE | DAL T
This command activates or deactivates DAL tracing facilities.
Scope—System
Duration—Until next TMSS restart.
The DAL TRACE | DAL T syntax is as follows:
DAL TRACE | [? | HELP] |
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.
|