The KSET control statement allows you to combine the key codes of an application, which were defined for data access control, to form a logical key set. You can specify several control statements for a single key set.
KDCDEF implicitly generates the KDCAPLKS key set, which by default contains all key codes.
|
|
keysetname | Name of the defined key set up to eight characters in length. You can assign this key set
After the connection has been established, the key set of the LTERM or (OSI-)LPAP partner assigned to the connection is available to the client or partner application. After signing on to the application, the key set of the user ID is available to the client or partner application. |
KEYS = (key1,..., keyn) | |
Key or access codes of the key set keysetname List of numbers between 1 and the maximum value permitted by the application (MAX ...,KEYVALUE=number). These numbers correspond to the key codes contained in this key set. A key or access code grants access to a resource secured with a lock code or an access list, provided the key code and lock code match or the access code is contained in the access list. You can specify up to 60 key codes/access codes in each KSET statement. If a key set contains more than 60 key codes, you must issue another KSET statement with the same keysetname. If you only specify one key code, you can omit the parentheses. If you enter the value 0 for key, this is ignored by openUTM. No message is output. | |
MASTER | The MASTER key set contains all the key codes/access codes of the application. |