Can one task code be secured external and all others internal
search cancel

Can one task code be secured external and all others internal

book

Article ID: 95229

calendar_today

Updated On:

Products

IDMS IDMS - Database IDMS - ADS

Issue/Introduction



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

Environment

Release: IDADSO00100-18.5-ADS-for CA-IDMS
Component:

Resolution

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