I want to define security for an APPC application/transaction using surrogate authority for an ACID. I know how to do this for RACF, but can't work out the Top Secret equivalent. For comparison the RACF commands are:
RDEFINE SURROGAT ATBALLC.userid UACC(NONE)
PERMIT ATBALLC.userid CLASS(SURROGAT) ID(userid-of-the-APPC-TP) ACCESS(READ)