The EVINIT command has optional PARM values that can be used to take certain actions:
|
Examples:
To clear the agent’s internal data queues before starting the EVSBS agent subsystem:
CALL EVIEW/EVINIT PARM(CLEARQ)
To start only the EVSHSTPROC, EVSTCPPROC, and EVTCTLPROC jobs:
CALL EVIEW/EVINIT PARM('EVSHSTPROC EVSTCPPROC EVTCTLPROC')
(Specify individual job names only when the EVSBS subsystem is already running.)