Previous Topic

Next Topic

Book Contents

Book Index

Extended Definition Mode

Initial Access to the Active Balancing Environment Screen

IOA verifies authorization for the option in which the CLASS checked is FACILITY and the entity checked is $$CTBPNLB.qname

Subsequent Operations in the Active Balancing Environment Screen

For every action that is performed on this screen, IOA verifies authorization for the action. The entity checked is:

$$BRULxxx.qname.owner

where owner is the user ID assigned as the owner of the balancing mission, and xxx contains 3 letters that define the request:

Table 72 CTBSE08 Request Parameters

Action

Description

ZOO

Zoom

HLD

Hold

FRE

Free

DEL

Delete

LOG

Log

SAV

Save

WHY

Why

To permit USERA to hold balancing missions that are owned by USERB, use the following command:

For RACF:

PERMIT $$BRULHLD.qname.USERB ACCESS(READ) ID(USERA) CLASS(FACILITY)

For TopSecret:

TSS PERMIT(USERA) IBMFAC($$BRULHLD.qname.USERB) ACC(READ)

For ACF2/SAF:

SET RESOURCE(CMF)
COMP
$KEY($$BRULHLD.qname.USERB)
UID(USERA) ALLOW

When Control‑M/Analyzer attempts to display a line on the Active Balancing Environment screen, it calls the CTBSE08 security module. This module can be modified to check if the line must be displayed or not. For performance reasons, the CTBSE08 sample security module performs no security checks.

Parent Topic

Module CTBSE08