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?
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.