Refreshing Universal Broker from zOS

Refreshing Universal Broker from z/OS

This example refreshes Universal Broker on z/OS.

//jobname  JOB CLASS=A,MSGCLASS=X,NOTIFY=&SYSUID
//*****************************************************************
//* (c) Copyright 2001-2008, Stonebranch, Inc.  All rights reserved.
//*
//* Stonebranch, Inc.
//* Universal Control
//*
//* Description
//* -----------
//* This sample demonstrates the use of the UCTL program to refresh
//* a running component on host dallas.
//*
//* Make the following modifications as required by your local
//* environment:
//*
//* - Modify the JOB statement as appropriate.
//* - Change all '#HLQ' to the high-level qualifier of the
//*   Universal Command data sets.
//* - If not already done, modify the JCL procedure UCTLPRC
//*   as required by your local environment.
//*****************************************************************
//*
//         JCLLIB ORDER=#HLQ.UNV.SUNVSAMP
//*
//STEP1    EXEC UCTLPRC
//SYSIN    DD  *
 -refresh -host dallas
/* 

This example refreshes the Universal Broker configuration on host dallas.

SYSIN Options

The SYSIN options used in this example are:

Option

Description

-refresh

Instruction to refresh Universal Broker on the remote system.

-host

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

Universal Broker Actions

The refresh request directs the Broker to take the following actions:

Step 1

Read its configuration file. The Broker refreshes configuration options.

Step 2

Read all component definitions found in ddname UNVCONF. The Broker replaces all component definitions with the newly read component definitions. New component definitions are added and deleted component definitions are removed.

Step 3

Read the Universal Access Control List configuration file allocated to ddname UNVACL. The Broker replaces its UACL entries with the newly read entries.

Components

Universal Control