Previous Topic: LOADAGDF Command: Load the Agent DefinitionNext Topic: LOADUPDT Command: Load the User-Profile Definition Table


LOADJTDT Command: Load the Job-Tracking Definition Table

To load a job-tracking definition table into the system, use the LOADJTDT command. z/OS Agent uses this table to determine what it must track.

Type: OPER command

Authority: To issue the LOADJTDT command, you require OPER authority.

This command has the following format:

LOADJTDT 'dsname[(member)]'
dsname

Specifies the name of a sequential data set or PDS member that contains the job-tracking definition table.

Notes:

Related Information

For information on job-tracking definition tables, see the Installation and Configuration Guide.

Example: Load the Job-Tracking Definition Table

The following example shows how to load the job-tracking definition table JOBDEF1 from CYBER.PARMLIB.

OPER LOADJTDT 'CYBER.PARMLIB(JOBDEF1)'