Previous Topic: Terminal Definitions for PCsNext Topic: TIMS Resource Class—Secure IMS TIMS


Examples: TERMINAL resource class

This example gives the Finance Department, (FINDEPT), ownership of a local terminal in the personnel office (address K61L1234):

TSS ADDTO(FINDEPT)TERMINAL(K61L1234)

This example removes ownership:

TSS REMOVE(FINDEPT)TERMINAL(K61L1234)

This example permits all users connected to the PAYROLL profile (PAYPROF1) access to a local terminal in the personnel office (address K61L1234), from 7:00 to 11:00 am:

TSS PERMIT(PAYPROF1)TERMINAL(K61L1234)TIMES(07,11)

This example revokes access:

TSS REVOKE(PAYPROF1)TERMINAL(K61L1234)