Previous Topic: LMOD Command: Display Module LevelNext Topic: LOADJTDT Command: Load the Job-Tracking Definition Table


LOADAGDF Command: Load the Agent Definition

To load the agent definition data set (AGENTDEF), use the LOADAGDF command.

Type: OPER command

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

This command has the following format:

LOADAGDF 'dsname[(member)]' [TEST]
dsname

Specifies the name of a sequential data set or a member of a partitioned data set; must have an LRECL=80.

TEST

Indicates that all syntax and logical checks are performed, but the table is not loaded.

The LOADAGDF command is coded in the initialization parameters to load the agent definition each time z/OS Agent initializes.

You can issue the LOADAGDF command from line mode to pick up changes that are made to the agent definition data set.

Example: Load the Agent Definition Data Set from Line Mode

The following example shows how to load the agent definition data set from line mode.

OPER LOADAGDF 'CYBER.ESPPARM(AGENTDEF)'