Previous Topic: Example: ONAME2 KeywordNext Topic: OPIDENT Keyword—Maintain CICS Operator Identification


OPCLASS Keyword—Maintain CICS Operator Classes

Valid on z/OS and z/VSE.

Use the OPCLASS keyword to assign or remove a set of CICS operator classes. These values replace those normally found in an ACID's SNT (Signon Table) entry. The OPCLASS values are placed into an ACID's TCT (Terminal Control Table) entry at signon.

This keyword has the following format:

TSS ADDTO(acid) OPCLASS(nn,nn..)

This keyword is used with:

Examples: OPCLASS keyword

This example adds OPCLASS values to user CLRK55:

TSS ADDTO(CLRK55) OPCLASS(1,4,7)

This example removes a user's OPCLASS values:

TSS REMOVE(CLRK55) OPCLASS(1,4,7)