Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

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

-refresh

Type of component to refresh on the remote system.

-cmdid

Assigns a command identifier of "ABC-dallas" to the started component.

-host

Directs the command to a computer with a host name of dallas.

-userid

Remote user ID with which to execute the Universal Control Server process.

-pwd

Password for the user ID.

Components

Universal Control

  • No labels