CAPREF keyword
The CAPREF keyword identifies the data set name prefix of the change accumulation output data set if you use dynamic allocation.
The prefix name is combined with the change accumulation group name to create the new change accumulation output data set name. The basic format of the generated data set name is as follows:
'prefix.CAn .group.GnnnnV nn'
Uses | Global options module. Optional on these control statements:
|
|---|---|
Related keywords | If you use CAALLOC(Y) to 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 | CAPREF(value) |
Value | dsnprefix 1-33 alphanumeric characters that identify the high-level qualifier of the data set name. The prefix can include periods and must conform to normal data set naming standards; it cannot end with a period. If generation data groups (GDGs) are used, the generation number (GnnnnVnn) is concatenated to the end of the name. If stacking is used, the date and time (DyydddThhmmm) are concatenated to the end of the name. |
Default | None |
Related topic