Previous Topic

Next Topic

Book Contents

Book Index

CTDDELRP Parameters

Table 218 CTDDELRP Parameters

Parameter

Description

MODE

This optional parameter in the EXEC statement determines if the CTDDELRP utility is run in Production mode or Simulation mode. If the parameter is not specified, the default is Production mode. You should run this utility in Simulation mode before running it in Production mode. Valid values are:

  • PROD – The utility runs in Production mode, changing and deleting report entries and CDAM files that satisfy the requirements specified by other parameters. Default.
  • TEST – The utility runs in Simulation mode, performing analysis and reporting but not changing or deleting any files.

     

    Note: When running the CTDDELRP or CTDDELRD utiliies in Simulation mode, a return code of 0011 is generated and the following messages are issued:

    +CTD930I DELETE OF UNNEEDED REPORTS STARTED

    +CTDA3EI PARM=TEST SPECIFIED - SIMULATION MODE

    +CTD931I DELETE OF UNNEEDED REPORTS ENDED OK

     

REPLIST

This optional parameter specifies if the list of deleted report keys should be produced. Valid values are:

  • NO - List of deleted reports keys is not produced. Default.
  • YES - List of deleted report keys is produced. If this value is applied, the following DD statement should be added to the step DELACT:

//DAREPLA DD DISP=MOD,DSN=&OLPREFD..REPLA, SPACE=

The deleted report key is added to this file if this report was added to the Global Index database and is not migrated. The record for this file is 25 bytes long and is made up of a 24-byte VSA key of the report and one blank space.

Parent Topic

CTDDELRP – Delete Reports that are not needed