ICT1016
INSUFFICIENT SPACE ON CKDS

Explanation

The key generator utility program could not complete a request to update the cryptographic key data set (CKDS) because there is insufficient space on the target data set. The target data set is defined by the SYSNCKDS DD statement if the CHGK function was requested.

If the problem occurred while the utility program was processing a change to the host master key, the contents of the PARM field of the EXEC statement precede this message. If the problem occurred while the utility program was processing a SYSIN control statement, the control statement precedes this message.

System action

Key generator utility processing ends.

Programmer response

If the SETM or CHGM function was requested and the host system master key was not set (the contents of the PARM field precede this message), define a larger target data set for the CKDS and rerun the job. Otherwise, the key generator utility program failed while processing a SYSIN control statement and one of the following must be done:
  • Reorganize the target CKDS to force more efficient space utilization.
  • Define a larger data set for use as the new target CKDS and copy the contents of the original target CKDS to the larger data set.

Then, use this listing to determine which control statements were processed successfully and rerun the key generator utility program using the CHGK option to process the remaining control statements.

For information on defining and reorganizing the CKDS, see "Defining Storage for the CKDS and MKDS" in OS/VS1 and OS/VS2 MVS™ Programmed Cryptographic Facility: Installation Reference Manual. The commands needed to define, reorganize and copy the data set are described in your VSAM catalog administration books.

Notify the security administrator.

To ensure that you have all the messages issued for this problem, specify MSGLEVEL=(1,1) for the job.

Source

Programmed Cryptographic Facility (PCF)

Module

ICTMKG00, ICTMKG01