Example 13 – ADD and UPDATE Control Statements with CLRDES and CLRAES Key Type

This example shows a control statement that adds a CLRDES key to the CKDS with a random 16 byte key. The ALGORITHM keyword is not allowed.
ADD TYPE(CLRDES) LENGTH(16) LAB(CLRDES.KEYLN8)                                              
This example shows a control statement for updates a CLRAES key in the CKDS with a random 24 byte key. The ALGORITHM keyword is not allowed.
UPDATE TYPE(CLRAES) LENGTH(24) LAB(CLRAES.NOV11)