Previous Topic

Next Topic

Book Contents

Book Index

CTMDSR Input Parameters

The CTMDSR utility receives input through the PARM of the EXEC statement or through the DD statement SYSIN.

To define the start time and end time of the report, you can choose between the following parameters:

Table 113b CTMDSR Parameters

Context

Parameters

Description and guidelines

SYSIN DD statement

REPSTART yyMMddHHmm

REPEND yyMMddHHmm

The REPSTART parameter represents the start time of the report, and the REPEND parameter represents the end time.

Ensure that both parameters appear on consecutive lines, with no lines in between.

No spaces are allowed within the parameter values, and empty values are not allowed.

Defaults for these keywords (when not specified):

  • REPSTART 0001010000 (beginning of the year 2000)
  • REPEND current date and time

EXEC statement

PARM='yyMMddHHmm,yyMMddHHmm'

The first parameter represents the start time of the report, and the second parameter represents the end time.

Use a comma or single space to separate between the start time and end time. Do not include spaces within these parameters.

Default:

  • Start time: 0001010000 (beginning of the year 2000)
  • End time: current date and time

Note: If both SYSIN and PARM are specified, the PARM parameters take precedence.

Parent Topic

CTMDSR - Recovery report for SYSOUT actions