Previous Topic

Next Topic

Book Contents

Book Index

Extended Definition Mode
  1. Initial Access to Screen 3

    Check if the user is authorized to enter screen 3. Check the CLASS, FACILITY and the entity, $$CTMPNL3.qname.

  2. Refresh commands in the Job Dependency Network screen (Screen 3.N).

    The following entities are checked to verify user authorization for the various REFRESH command options in the Control‑M Job Dependency Network screen.

    Table 38 Refresh Commands

    Command

    Entity

    REFRESH NET

    $$REFNET.qname

    REFRESH PROPAGATE

    $$REFPROP.qname

    REFRESH DEADLINE

    $$REFDEAD.qname

    REFRESH ALL

    $$REFALL.qname

    AUTO

    $$CTMAUTO.qname

    For more information about command REFRESH, see the online facilities chapter in the Control‑M for z/OS User Guide.

  3. Subsequent operations in Screen 3

    Actions (hold, delete, rerun, and so on) in the Active Environment screen (Screen 3) are separated into different categories of access authority.

    The CLASS checked is FACILITY. The entity checked is:

    $$JOBxrrr.qname.owner

    where

    Table 39 Active Environment Actions

    Action Indentifier

    Action

    Description

    1

    ACT

    LOG

    SYS

    STA

    ZOO

    Activate

    Log

    Viewsys

    Veiwstat

    Zoom

    2

    CNF

    FOK

    FRE

    HLD

    RRN

    RRN

    Confirm

    Force OK

    Free

    Hold

    Return

    Restore

    3

    CHA

    PRI

    DEL

    EDI

    KIL

    Change

    Change priority

    Delete, Undelete

    Edit JCL

    Cancel an executing job

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

For RACF:

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

For TopSecret:

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

For ACF2/SAF:

SET RESOURCE(CMF)

COMP

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

UID(USERA) ALLOW

Parent Topic

Module CTMSE08