Previous Topic: APPLICATION Resource Class—Secure IMS Application Group NamesNext Topic: AREA Resource Class—Secure AllFusion CA-IDMS Database Areas


Examples: APPLICATION resource class

This example protects the IMS application 'PAYP' (production payroll), by assigning ownership to the Corporate IMS Department (CORPIMS):

TSS ADDTO(CORPIMS) APPLICATION(PAYP)

This example removed ownership:

TSS REMOVE(CORIMS) APPLICATION(PAYP)

This example permits access to the production payroll application on weekdays from 8:00 a.m. to 5:00 p.m.:

TSS PERMIT(IP3AA) APPLICATION(PAYP) DAYS(WEEKDAYS) TIMES(08,17)

This example revokes access to PAYP:

TSS REVOKE(IP3AA) APPLICATION(PAYP)