This program reads the data for an agent. The key is the Job manager ID of the agent.
Parameters
Parameter |
Type |
Description |
ID |
NUM_BIN_4 |
I - Internal ID.
|
Name |
ALPHA(50) |
O - Name of the agent.
|
Description |
ALPHA(250) |
O - Description of the agent.
|
StartMode |
ALPHA(1) |
O - Start mode.
|
StartDate |
TIMESTAMP |
O - Last start date.
|
StopDate |
TIMESTAMP |
O - Last stop date.
|
State |
ALPHA(1) |
O - State of the agent.
|
TargetServer |
ALPHA(250) |
O - Requested execution server (Job manager name or blank (*ANY)).
|
ExecServer |
ALPHA(250) |
O - Actual execution server if started.
|
RestartCount |
NUM_BIN_2 |
O - Number of authorised failures.
|
FailCount |
NUM_BIN_2 |
O - Number of failures.
|
Pgm |
ALPHA(250) |
O - Service program.
|
Parameter1 |
ALPHA(1024) |
O - Parameter 1 of the program.
|
Parameter2 |
ALPHA(1024) |
O - Parameter 2 of the program.
|
StatusText |
ALPHA(250) |
O - Free text.
|
PID |
NUM_BIN_4 |
O - PID of GSAGENT process.
|
ReturnCode |
NUM_BIN_4 |
O - Return code of the program.
|