racf to top secret in racdef
search cancel

racf to top secret in racdef

book

Article ID: 100328

calendar_today

Updated On:

Products

Top Secret Top Secret - LDAP

Issue/Introduction



Can you help us with the translation from RACF to Top Secret for the following commands found in RACDEF?
 

SETROPTS GENERIC(CICSTTRN)
 SETROPTS GENERIC(CICSBPSB)
 SETROPTS GENERIC(CICSAPCT)
 SETROPTS GENERIC(CICSDDCT)
 SETROPTS GENERIC(CICSFFCT)
 SETROPTS GENERIC(CICSJJCT)
 SETROPTS GENERIC(CICSMPPT)
 SETROPTS GENERIC(CICSSTST)
 SETROPTS GENERIC(CICSCCMD)
 RDEFINE CICSTTRN * UACC(UPDATE)
 RDEFINE CICSPPSB * UACC(UPDATE)
 RDEFINE CICSAPCT * UACC(UPDATE)
 RDEFINE CICSDDCT * UACC(UPDATE)
 RDEFINE CICSFFCT * UACC(UPDATE)
 RDEFINE CICSJJCT * UACC(UPDATE)
 RDEFINE CICSMPPT * UACC(UPDATE)
 RDEFINE CICSSTST * UACC(UPDATE)
 RDEFINE CICSCCMD * UACC(UPDATE)
 SETROPTS CLASSACT(CICSTTRN)
 SETROPTS CLASSACT(CICSPPSB)
 SETROPTS CLASSACT(CICSAPCT)
 SETROPTS CLASSACT(CICSDDCT)
 SETROPTS CLASSACT(CICSFFCT)
 SETROPTS CLASSACT(CICSJJCT)
 SETROPTS CLASSACT(CICSMPPT)
 SETROPTS CLASSACT(CICSSTST)

Environment

Release:
Component: TSSLDP

Resolution

There is no equivelant or necessary Top Secret Command for SETROPTS.
For the RDEFINE commands you need to create an RDT entry.  However, I think that you probably have some of these alreaday created so I would first list each entry to see if it is defined.  
For example:
TSS LIST(RDT) RESCLASS(CICSTTRN)
If the above returns information then you can see that it is already defined.
If you get a message saying the resource is not found then you will have to define it.
For example:
TSS ADD(RDT) RESCLASS(CICSTTRN) MASK ACLST(ALL,UPDATE,WRITE,READ,NONE) 
You need to do this for each RDEFINE above.
Usually RDEFINE commands are followed by PER commands which permit a resource in the resclass that you defined.