What is the Top Secret equivalent command to RACF RLIST for a started task?
>>> The started task is CEA
>>>> The RACF command is: RLIST STARTED CEA.** STDATA
Release : 16.0
The TSS equivalent of the RACF command is:
TSS LIST(STC) PROCN(CEA) PREFIX
This will show all the started tasks that start with CEA that are in the STC table. If there aren’t any, the output will show:
ACCESSORID = *STC* NAME = STARTED-TASKS
TYPE = GLOBAL SIZE = nnnn BYTES
CREATED = mm/dd/yy 00:00 LAST MOD = mm/dd/yy hh:mm
TSS0300I LIST FUNCTION SUCCESSFUL