Display ESP Agents via JCL
search cancel

Display ESP Agents via JCL

book

Article ID: 241051

calendar_today

Updated On:

Products

ESP Workload Automation

Issue/Introduction

Would like to display all Agents defined to ESP using JCL.

Environment

Release : 12.0

Component : ESP WORKLOAD AUTOMATION

Cause

Keep track of agents for auditing purposes.

Resolution

Use the OPER AGENT command or the OPER ESPCOM command to list all agents.

//STEP1    EXEC PGM=ESP,REGION=3000K,PARM='SUB(????)'     ===> Your ESP Subsystem    
//STEPLIB  DD DISP=SHR,DSN=ESP.CD7YLOAD
//SYSPRINT DD SYSOUT=*                                    
//SYSIN    DD  *                                          
OPER AGENT     

Additional Information

OPER AGENT:

https://techdocs.broadcom.com/us/en/ca-mainframe-software/automation/ca-workload-automation-esp-edition/12-0/reference/commands/agent-command-manage-an-agent-definition.html

OPER ESPCOM:

https://techdocs.broadcom.com/us/en/ca-mainframe-software/automation/ca-workload-automation-esp-edition/12-0/reference/commands/espcom-command-control-esp-communications.html