Previous Topic

Next Topic

Book Contents

Book Index

Access to option 2 of the DO screen (Resource Set)

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

For RACF:

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

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

CLASS(FACILITY)

For TopSecret:

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

For ACF2/SAF:

SET RESOURCE(CMF)

COMP

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

UID(USERA) ALLOW

To save a new report clique or a modified report clique

When the user attempts to create or to save a report clique the entity checked is $$CTDOBJ.qname.SAVE.report-clique-name.

To permit USERA (the mainframe logon ID) to perform this option use the following command:

For RACF:

RDEFINE FACILITY $$CTDOBJ.qname.SAVE.report-clique-name UACC(NONE)

PERMIT $$CTDOBJ.qname.SAVE.report-clique-name ACCESS(READ) ID(USERA)

CLASS(FACILITY)

For TopSecret:

TSS PERMIT(USERA) IBMFAC($$CTDOBJ.qname.SAVE.report-clique-name) ACC(READ)

For ACF2/SAF:

SET RESOURCE(CMF)

COMP

$KEY($$CTDOBJ.qname.SAVE.report-clique-name) TYPE(CMF)

UID(USERA) ALLOW

To delete a report clique

When the user attempts to delete a report clique the entity checked is $$CTDOBJ.qname.DELETE.report-clique-name. To permit USERA (the mainframe logon ID) to perform this option use the following command:

For RACF:

RDEFINE FACILITY $$CTDOBJ.qname.DELETE.report-clique-name UACC(NONE)

PERMIT $$CTDOBJ.qname.DELETE.report-clique-name ACCESS(READ) ID(USERA)

CLASS(FACILITY)

For TopSecret:

TSS PERMIT(USERA) IBMFAC($$CTDOBJ.qname.DELETE.report-clique-name) ACC(READ)

For ACF2/SAF:

SET RESOURCE(CMF)

COMP

$KEY($$CTDOBJ.qname.DELETE.report-clique-name) TYPE(CMF)

UID(USERA) ALLOW

To delete a resource set

When the user attempts to delete a resource set the entity checked is $$CTDOBJ.qname.DELETE.resource-set-name. To permit USERA (the mainframe logon ID) to perform this option use the following command:

For RACF:

RDEFINE FACILITY $$CTDOBJ.qname.DELETE.resource-set-name UACC(NONE)

PERMIT $$CTDOBJ.qname.DELETE.resource-set-name ACCESS(READ) ID(USERA)

CLASS(FACILITY)

For TopSecret:

TSS PERMIT(USERA) IBMFAC($$CTDOBJ.qname.DELETE.resource-set-name) ACC(READ)

For ACF2/SAF:

SET RESOURCE(CMF)

COMP

$KEY($$CTDOBJ.qname.DELETE.resource-set-name) TYPE(CMF)

UID(USERA) ALLOW

Parent Topic

Module CTDSE28