Allocate a new security file with a new ACID size by increasing the maximum size of ACIDs.
Note: This change can be implemented one security file at a time, does not affect the size of the security file, and does not affect system performance.
Follow these steps:
The TSSMAIND and TSSMAINS members are in the CAKOJCL0 data set. CAKOJCL0 is available in the yourHLQ.SAMPJCL data set that was installed during product installation (where yourHLQ specifies the data set prefix for the site).
A dummy run lets you calculate required blocks without allocating the real security file.
The number of blocks required is returned.
Note: Running TSSMAIND causes an SD37 ABEND or U1520. This result is normal.
The CAKOJCL0 data set is available in the yourHLQ.SAMPJCL data set that was installed during product installation (where yourHLQ specifies the data set prefix for the site).
The default in the JCL is to use block allocation (rather than cylinders). To use blocks, set the BLKSIZE and BLOCKS parameters properly on the PROC statement. To use cylinders, follow the instructions in the TSSMAINS comments.
ID supports a maximum of eight characters. The specified characters are placed in the primary security file and distinguish the primary security file from the backup file. We recommend ID=PRIMARY for the primary file and ID=BACKUP for the backup file.
After the VSAM file is created, to copy information from an existing security file, run the TSSXTEND utility. You can copy information from a BDAM-only security file or a security file that uses BDAM and VSAM files.
MAXACIDSIZE=nnnn
nnn
Specifies a value between 256 and 512 that lets all ACIDs reach a size of more than 256 KB. ACIDs that reach the original limit will adopt the new maximum size.
ORGACIDSIZE=nnnn
nnnn
Specifies a value between 513 and 1024 that lets organizational ACIDs (DEPT, DIV, and ZONE) reach a size of more than 512 KB. ACIDs that reach the original limit will adopt the new maximum size.
Important! Use this parameter only if you must support an department organizational ACID size that is greater than the MAXACIDSIZE value. CA Top Secret ignores any ORGACIDSIZE value that is less than the MAXACIDSIZE value.
The product allocates the file.
Note: If you are using more than one CPU, you can place the security file on a shared DASD volume that is accessible to all systems. In this situation, you specify the control option SHRFILE(YES) on each CPU.
Important! The SECPARMS contents must remain unchanged from the values used in TSSMAINS. If the backup file has different attributes than the primary file, the product might not be able to copy the primary file into the backup file during a backup process.
ID can contain up to eight characters. The value should clearly indicate that this file is the backup security file.
Note: Specify the backup VSAM file on the VSAMFILE DD statement.
The product creates a separate backup VSAM file.
You now have a new security file with a new ACID size.
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|