Redefine Agent Attributes
This command redefines selected attributes of an existing agent.
Scope—JES2 Node
Duration—Until next JBS REDEFINE.
| [? | HELP] agent-name attr agent-name attr NOTE(note) agent-name attr NONOTE agent-name attr PANEL(id) agent-name attr NOPANEL agent-name attr NOTE(note) PANEL(id) agent-name attr NONOTE PANEL(id) agent-name attr NOTE(note) NOPANEL agent-name attr NONOTE NOPANEL agent-name attr CATEGORY(n | cat-name) agent-name attr CATEGORY(n | cat-name) NOTE(note) agent-name attr CATEGORY(n | cat-name) NONOTE agent-name attr CATEGORY(n | cat-name) PANEL(id) agent-name attr CATEGORY(n | cat-name) NOPANEL agent-name attr CATEGORY(n | cat-name) NOTE(note) PANEL(id) agent-name attr CATEGORY(n | cat-name) NONOTE PANEL(id) agent-name attr CATEGORY(n | cat-name) NOTE(note) NOPANEL agent-name attr CATEGORY(n | cat-name) NONOTE NOPANEL |
| |
|---|
| Requests the command syntax from HELP. |
| |
| Can be one or more of the following attributes: - LOG | NOLOG—Controls status change logging.
- LOG—Requests that all activates and deactivates requested by a job for this agent be recorded in the system log.
- NOLOG—Indicates that change recording for this agent is to be terminated. This is the default.
|
| Controls the ability to activate and deactivate by using control statements in JCL. - OPER—Indicates that this agent can be activated or deactivated only by operator command. If a job includes a control statement that attempts to activate or deactivate this agent, it is failed with a JCL error.
- NOOPER—(Default) Indicates that this agent can be activated or deactivated by control statements as well as by operator commands.
|
| Controls warnings sent to the operator to warn that this agent is inactive. - WARN—Requests that the operator be warned if Job Analysis detects a job that binds to this agent, but the agent is currently inactive.
- NOWARN—(Default) Removes the requirement that the operator be warned if Job Analysis detects a job that binds to this agent, but the agent is currently inactive.
|
| Specifies an Incompatibility Category for the agent. - n—Is a single decimal digit from the range 1-9, indicating the Incompatibility Category for the agent.
- cat-name—Is a name consisting of 1-8 alphabetic, numeric, or national characters, identifying the Incompatibility Category for the agent.
|
| Allows you to add a note to the agent. The note is displayed with the DETAILS keyword of the JBS DISPLAY command. Any existing note is replaced. This keyword is mutually exclusive with the NOTE keyword. - note—Indicates 1 through 32 characters of notes. If the note is longer than 32 characters, it is truncated.
|
| Allows you to remove a note added by a previous JBS DEFINE or JBS REDEFINE command. This keyword is mutually exclusive with the NOTE keyword. |
| Allows you to add the identifier for an ISPF panel that can be invoked to display installation- defined information when using the UDF facility. This keyword is mutually exclusive with the NOPANEL keyword. - id—Is a valid ISPF panel identifier.
|
| Allows you to remove an ISPF panel identifier added by a previous JBS DEFINE or JBS REDEFINE command. This keyword is mutually exclusive with the PANEL keyword. |