Previous Topic

Next Topic

Book Contents

Book Index

Access to option 1 of the DO screen (Report Clique)

When the user attempts to enter to this option the entity checked is $$CTDOBJ.qname.ENTRY.REPCLQ. To permit USERA (the mainframe logon ID) to enter to this option, use the following command:

For RACF:

RDEFINE FACILITY $$CTDOBJ.qname.ENTRY.REPCLQ UACC(NONE)

PERMIT $$CTDOBJ.qname.ENTRY.REPCLQ ACCESS(READ) ID(USERA)

CLASS(FACILITY)

For TopSecret:

TSS PERMIT(USERA) IBMFAC($$CTDOBJ.qname.ENTRY.
 REPCLQ)  ACC(READ)

For ACF2/SAF:

SET RESOURCE(CMF)

COMP

$KEY($$CTDOBJ.qname.ENTRY.REPCLQ) TYPE(CMF)

 UID(USERA) ALLOW

Parent Topic

Module CTDSE28