Previous Topic

Next Topic

Book Contents

Book Index

Extended Definition Mode

Initial access to Screen 3

IOASECUR is called to issue a security check for authorization. The CLASS checked is FACILITY; the entity checked is $$CTMPNL3.qname.

Subsequent Operations in Screen 3

The actions (for example, hold, delete, rerun, and so on) are separated into different categories of access authority to the Active Environment screen (Screen 3).

The CLASS checked is FACILITY. The entity checked is $$JOBxrrr.qname.owner

where

To permit USERA to hold jobs with an owner of USERB, use the following command:

RACF Security

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

TopSecret Security

TSS PERMIT(USERA) ISMFAC($$JOB2HLD.qname.UDERB) ACC(READ)

ACF2/SAF Security

SET RESOURCE(CMF)

COMP

$KEY($$JOB2HLD.qname.USERB) TYPE(CMF)

UID(USERA) ALLOW

Parent Topic

Module CTMSE08