ccSAVDD statements

The ccSAVDD statements are applicable to Accounting (cc=AC) and Statistics (cc=ST) report sets.

Usage

Reduced data processed by the SAVE subcommand is, by default, written as a VSAM data set to ccSAVDD. Batch Accounting and Statistics offer a CONVERT option of the SAVE subcommand that requires to specify a ddname that is assigned to a sequential data set. A valid DD statement is required if your job stream contains a SAVE subcommand.

Usage notes

  • You can specify another ddname by using the DDNAME option of the SAVE subcommand. If you specify a different ddname, your JCL must contain a valid DD statement for the specified ddname. If you do not specify a different ddname, your JCL must contain a valid DD statement for the default ddname.
  • The VSAM data set (that is the default in Batch Accounting and Statistics) defined by ccSAVDD must exist before you run OMEGAMON for Db2 PE. Either specify an existing data set from a previous OMEGAMON for Db2 PE run (when restoring data), or specify a new data set allocated by using the IDCAMS DEFINE CLUSTER function. Note that the existing contents of the data set are lost unless the DDNAME options of both SAVE and RESTORE subcommands specify the same ddname or data set.
  • Do not specify DUMMY for ccSAVDD.

For information on the allocation of the save data set or sequential data set, see Report Reference.