Previous Topic

Next Topic

Book Contents

Book Index

CTDDIP Input Stream Data Parameters

Place the input stream data in a special data set. This data set should be created with following parameters:

DCB=(RECFM=F or FB, LRECL=190)

The special data set should be specified in the DAINP DD statement. Each record of the input data set contains one input or comment statement. Comment statements begin with an asterisk (*). Input statements contain positional parameters separated by a single blank.

The input stream data should be created using a text editor, according to the structure described in Table 225 below. You can create input stream data with a user program according to the structure described in the CTDDIP (for Assembler) or CTDDIPC (for Cobol) members of the IOA MAC library.

Use the CTDDIP utility under either of the following circumstances to create the template of the input stream data set that contains comment statements that describe the input stream data structure:

To select needed report entries, set the following parameters to the same values as those set for them in Screen U, or in Control-D/Web Access Server:

Note: You can optionally use the prefix for all parameters except ORIGINAL SCHEDULING DATE.

To select a unique report entry you can use the STAMP EXEC parameter to specify the decollation time stamp or record time stamp (Record ID) in the TIME STAMP parameter. You can see the record time stamp (Record ID) in the RECORD ID field of Screen U, displayed in A-mode, and described in CTDDIP Example 3. You can see the decollation time stamp in offset 000164 of the DATA RECORD field of the DATRACE output of the CTDUFDPT utility, as described in CTDDIP Example 4.

The CTDDIP utility Input Stream Data statement includes the parameters shown in Table 225.

Table 225 CTDDIP Input Stream Data Parameters

Parameter

Offset

Length

Description

FMODE

1

1

Determines which files are processed.Valid values are:

  • blank – Process indexes data sets, CDAMs, and DB2 tables. Default.
  • I – Process indexes data sets and DB2 tables only.
  • * (asterisk) – Denotes a comment statement.

RMODE

2

1

Determines if a value can be deleted from one or more than one report where the value appears.Valid values are:

  • blank – Delete can be from one report only. Default.
  • M – Delete from multiple reports.

USER NAME

4

8

User name or its prefix. Optional.

JOB NAME

13

8

Job name or its prefix. Optional.

REPORT NAME

22

50

Report name or its prefix. Optional.

CATEGORY

73

20

Category name or its prefix. Optional.

ODATE

94

6

Original scheduling date. Optional.

TIME STAMP

101

17

Time stamp from the VSA user entry based on the STAMP EXEC parameter. Optional. The value should be entered in the following format:

  • First half, 8 hexadecimal characters
  • blank
  • Second half, 8 hexadecimal characters.

INDEX NAME

119

20

Index name. Optional.

The page level main index name should be specified.

INDEX VALUE

140

50

Index value. Mandatory if index name is specified.

The value length is based on the COL parameter of the INDEX statement of the decollation mission definition.

Note: If an INDEX NAME parameter is not specified, all the pages belonging to the selected reports will be deleted from the active and migrated CDAM files (see Example 4).

Parent Topic

CTDDIP Parameters