Information
Space announcement We are no longer updating this space, and you cannot comment on this space. The CHANGE ACCUMULATION PLUS component is now documented in BMC AMI Backup and Recovery for IMS.

CA keyword


The CA keyword specifies the ddname of the output change accumulation data set.

You must use CA or the DFSUCUMN DD statement to identify the change accumulation output data set or dynamically allocate it with CAALLOC(Y).

You can create duplicate output data sets by specifying multiple ddnames. When you create duplicates and DBRC is active, only the first change accumulation data set name is recorded in the RECON data set.

Use

Optional on the GROUP control statement

Related keywords

If you use CA, do not use the STKCA keyword. If you dynamically allocate the change accumulation output, you must also use either the CAPREF keyword or the Data Set Name user exit. Refer to Data-Set-Name-user-exit and to the following keywords:

Syntax

CA(value)

Values

Select one of the following:

ddName

1-8 alphanumeric characters. Use this format to create a single change accumulation output data set without dynamic allocation.

ddName, ddName, . . .

1-8 alphanumeric characters per ddname. Use this format to create duplicate change accumulation output data sets without dynamic allocation. You can include a maximum of 10 copies.

*

Use dynamic allocation to create a single change accumulation data set.

*,*, . . .

Use dynamic allocation to create duplicate change accumulation data sets. You can include a maximum of 10 copies.

Default

CA(DFSUCUMN)

Warning

Important

If the DFSUCUMN DD statement is omitted and you specify CAALLOC(Y), the default is CA(*).


Related topic


 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

CHANGE ACCUMULATION PLUS 5.1