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 »

Stopping a zOS Component via Universal Control

This example - located in the Universal Control SUNVSAMP library - stops a component on a remote system.

It assumes that Universal Control Server is installed on a remote system named dallas. The user ID and password used in the example must be changed to a valid user ID and password for the remote system.

//jobname  JOB CLASS=A,MSGCLASS=X
//STEP1    EXEC UCTLPRC
//SYSIN    DD  *  
-stop 999234133 -host dallas -userid joe -pwd akkSdiq
/*


The sample JCL is located in member UCTSAM1.

The JCL procedure UCTLPRC is used to execute the stop request.

The stop request is sent to a remote system named dallas for execution.

SYSIN Options

The SYSIN options used in this example are:

Option

Description

-stop

Component to stop.

-host

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

-userid

Remote user ID with which to execute the stop request.

-pwd

Password for the user ID.

Components

Universal Control

  • No labels