Refreshing a Component from z/OS
This example refreshes a Universal Event Monitor Server (uems) component on a remote system.
//jobname JOB CLASS=A,MSGCLASS=X
//STEP1 EXEC UCTLPRC
//SYSIN DD *
-refresh uems -cmdid "ABC-dallas" -host dallas -userid joe -pwd akkSdiq
/*
This example refreshes a Universal Automation Center Agent (uag) component on a remote system.
//jobname JOB CLASS=A,MSGCLASS=X
//STEP1 EXEC UCTLPRC
//SYSIN DD *
-refresh uag -cmdid "ABC-dallas" -host dallas -userid joe -pwd akkSdiq
/*
SYSIN Options
The SYSIN options used in these examples are:
Option | Description |
|---|---|
Type of component to refresh on the remote system. | |
Assigns a command identifier of "ABC-dallas" to the started component. | |
Directs the command to a computer with a host name of dallas. | |
Remote user ID with which to execute the Universal Control Server process. | |
Password for the user ID. |