After allocating a security file that provides a new ACID size limit, copy the old backup security file to the new security file.
To perform this task, you must be a Master Security Control ACID (MSCA) or a user with one of the following authorizations:
Follow these steps:
//jobname JOB USER=msca only //EXTEND EXEC PGM=TSSXTEND //MAINTOUT DD SYSOUT=A //SECFOLD DD DSN=name.of.backup.security.file,DISP=SHR //SECFNEW DD DSN=name.of.new.security.file,DISP=SHR //SECNVSM DD DSN=name.of.vsamfile,DISP=SHR for the output (new) VSAM dataset //SECOVSM DD DSN=name.of.vsamfile,DISP=SHR for the incoming (old) VSAM dataset //MAINTIN DD * COPY SECURITY OLDKEY=encryption_key_of_old_file NEWKEY=encryption_key_of_new_file /*
The OLDKEY and NEWKEY fields must be a 16-character hexadecimal number. You cannot add comments to these fields.
Important! Safeguard your key.
Increased ACID size is now available. ACIDs that reach the original limit will adopt the new maximum size. Having an increased size avoids the need to redesign the security implementation and prevents situations in which administrators cannot add attributes and properties to records that have run out of space.
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|