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,...)
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.
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)
|
Copyright © 2009 CA Technologies.
All rights reserved.
|
|