IDMS

Tech Tip: CA IDMS Secure One Task Code External and All Others Internal

  • 1.  Tech Tip: CA IDMS Secure One Task Code External and All Others Internal

    Broadcom Employee
    Posted May 15, 2018 08:56 AM

    Question:

    How can we define SRTT so that all Task codes are secured Internally, but one or a few Task code are secured externally?

     

    Answer:

    Here is an example of the two #SECRTT macro statements that can be used to secure all TASKS except task code DMLO internally, with task DMLO secured externally.

    NOTE: The EXTCLS and EXTNAME parms must be on the TYPE=ENTRY statement.


            #SECRTT TYPE=ENTRY,RESTYPE=TASK,SECBY=INT,EXTCLS='OTRAN',     X
             EXTNAME=(RESNAME)                                        
            #SECRTT TYPE=OCCUR,RESTYPE=TASK,SECBY=EXT,RESNAME='DMLO'       

     

    Additional Information:

    https://docops.ca.com/ca-idms/19/en/administrating/administrating-security-for-idms/syntax-for-assembler-macros/secrtt