Previous Topic

Next Topic

Book Contents

Book Index

CTBVXRF Parameters

This utility receives parameters using DD statement DACMD.

Note: All parameters are mandatory. The order of the parameters must be as specified under "Activating the CTBVXRF Utility".

Table 196 CTBVXRF Parameters

Parameter

Description

LIB

Specifies the library that contains the rules that are cross-referenced

RULE

Specifies the rule members to be cross-references. Mask characters * and? are supported.

For example:

  • RULE=RUL* – Process all rules (in the library specified in parameter LIB) whose names start with characters RUL.
  • RULE=RUL?BC – Process all rules in the library specified in parameter LIB whose names start with characters RUL followed by any single character, and then followed by characters BC.

SORT

Determines the format and order of the output report. Valid values are:

  • RULE – Output is formatted in chapters, one rule per chapter, sorted by rule name. Variables in the rule are sorted by variable name.
  • VAR – Output is formatted as a list of variables. Each entry is a Database variable that is accessed by one of the specified rules. The list is sorted by Database variable name.

BLOCKS

Specifies the level of detail in the output report. Valid values are:

  • YES – The cross-reference report relates to individual blocks within each rule (meaning, if a Database variable is referenced by two or more blocks of the same rule, the report contains one line for each block).
  • NO – The report contains one reference per Database variable name per rule.

Parent Topic

CTBVXRF – Cross-Reference Utility