Previous Topic

Next Topic

Book Contents

Book Index

Report Allocation Parameters

The following parameters indicate the location to which reports produced by utility CTOFANCI are written. For more information about these reports, see CTOFANCI Reports.

Table 13 Report Allocation Parameters

Parameter

Description

SYSOUT

A one-letter SYSOUT class for reports that are sent directly to a print file and not to a permanent dataset. Optional. Default: X

RPTSRCDSN

Location to which the rule source report (RPTSRC) must be written. Optional. Valid values are:

  • dsname—Dataset name of a cataloged sequential file to which the report must be written.
  • DUMMY—No report is created. Specifying this value may enhance the performance time of utility CTOFANCI.

If no value is specified for parameter RPTSRCDSN, the report is written to a print file.

RPTRULESDSN

Dataset name of a cataloged sequential file to which the rule report (RPTRULES) must be written. If no dataset name is specified, the report is written to a print file.

RPTRULESMOD

 

Indicates whether to replace the data in the existing dataset specified in RPTRULESDSN, or to append the new information to the existing data. This parameter indicates how the RPTRULES report must be written if the specified output dataset contains data from a previous run of utility CTOFANCI. Valid values are:

  • Y (Yes)—Append new information to the existing report.
  • N (No)—Start writing at the beginning of the dataset. If the dataset already contained information, this information is overwritten. Default.

Note: Report RPTRULES is always allocated with an attribute of DISP=SHR (even if RPTRULESMOD=Y was specified). Therefore, you can browse this report while the utility is still running, regardless of the value specified for parameter RPTRULESMOD.

This parameter can be used together with the Execution and Restart parameters (described elsewhere in this table) to manage accumulation of the results of multiple runs of utility CTOFANCI.

RPTSRCMOD

Indicates whether to replace the data in the existing dataset specified in RPTSRCDSN, or to append the new information to the existing data. This parameter indicates how the RPTSRC report must be written if the specified output dataset contains data from a previous run of utility CTOFANCI. Valid values are:

  • Y (Yes)—Append new information to the existing report.
    Utility CTOFANCI allocates the report file with DISP=MOD specified. This report can be browsed only after the current run of utility CTOFANCI.
  • N (No)—Start writing at the beginning of the dataset. If the dataset already contained information, this information is overwritten. Default.
    Utility CTOFANCI allocates the file with DISP=SHR.

This parameter can be used together with the Execution and Restart parameters (described elsewhere in this table) to manage accumulation of the results of multiple runs of utility CTOFANCI.

Parent Topic

Parameters