Can one task code be secured externally and all others internally
search cancel

Can one task code be secured externally and all others internally

book

Article ID: 95229

calendar_today

Updated On:

Products

IDMS IDMS - Database IDMS - ADS

Issue/Introduction



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

Environment

IDMS - All supported Releases

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

Doc for #SECRTT