Previous Topic: SCOPE Keyword—Allow AuthorityNext Topic: SDNFILTR Keyword—Portion of DN for Filter


SCTYKEY Keyword—Specify CICS Security Keys Use

Valid on z/OS and z/ VSE.

Use the SCTYKEY keyword to specify which CICS security keys an ACID may or may not use.

This keyword has the following format:

TSS ADDTO(acid) SCTYKEY(n,n,...)
Capacity of list

Up to 256 CICS security keys per command. (CICS only recognizes up to 64 security keys per TSS command.)

This keyword is used with:

Security keys are available in all modes except FAIL.

Examples: SCTYKEY keyword

This example specifies security keys for user VCA14:

TSS ADDTO(VCA14) SCTYKEY(1,5,7,11)

This example removes security keys:

TSS REMOVE(VCA14) SCTYKEY(1,5,7)