Previous Topic: SYSCONS Resource Class—Secure IBM ConsolesNext Topic: SYSMVIEW Resource Class—Secure SystemView Segments


Examples: SYSCONS Resource Class

This example adds consoles 01 through 04 to the PERSDP department:

TSS ADDTO(PERSDP) SYSCONS(01,02,03,04)

This example removes ownership:

TSS REMOVE(PERSDP) SYSCONS(01,02,03,04)

This example allows USER01 access to the 01 console:

TSS PERMIT(USER01) SYSCONS(01)

This example revokes access:

TSS REVOKE(USER01) SYSCONS(01)