Program Control for IBM Problem Determination Tools Common Component
search cancel

Program Control for IBM Problem Determination Tools Common Component

book

Article ID: 13335

calendar_today

Updated On:

Products

Top Secret Top Secret - LDAP

Issue/Introduction



The setup for IBM Problem Determination Tools 
Common Component lists the following step: 
Add programs in SIPVMODA to program control 

It gives the following example of how to do this in RACF:
RDEFINE PROGRAM IPV* ADDMEM(’IPV.SIPVMODA’//NOPADCHK) UACC(READ)

How would this be done in Top Secret?

Environment

Release: TOPSEC00200-15-Top Secret-Security
Component:

Resolution

First we need to define IPV.SIPVMODA to TSS:
TSS ADD(dept) DSN(IPV) 

Then there should be an acid in the doc that you will be permitting: 
TSS PERMIT(acid) DSN(IPV.SIPVMODA) ACCESS(READ) 


You may need FETCH access as well if this is a library where programs reside.