Previous Topic

Next Topic

Book Contents

Book Index

CTBDBCP Parameters

The following parameters must be specified in the EXEC statement that invokes the CTBDBCP JCL procedure:

Table 168 CTBDBCP Parameters

Parameter

Description

DBFILE

Name of the file to be enlarged. (Add the suffix .OLD to the name of the input file before the JCL procedure is executed.) The specified name becomes the name of the enlarged output file. Mandatory.

Valid names must contain one of the following suffixes:

FILE TYPE

SUFFIX

  • Group
  • Database Variable
  • Variable Generation
  • Report
  • Rule Activity
  • GRP
  • MOD
  • VAR
  • REP
  • JAF

OLDQNAME

QNAME of the input file (for validity checking only). Mandatory.

KEY

Type of index file to be generated. Mandatory. Valid values are:

FILE TYPE

VALUE

  • Group
  • Database Variable
  • Variable Generation
  • Report
  • Rule Activity
  • KEYGRP
  • KEYDBM
  • KEYDBV
  • KEYREP
  • KEYJAFJ

Note: The KEY value matches an existing descriptor member supplied in the Control-M/Analyzer PARM library.

DUAL

Indicates if a mirror image file is maintained. Mandatory. Valid values:

  • TRUE – Use this value if DUAL is set to Y (Yes) in the respective DEF* member in the INSTWORK library.
  • FALSE – Use this value if DUAL is set to N (No) (the default value) in the respective DEF* member in the INSTWORK library.

Parent Topic

CTBDBCP – Increase Size of a Database File