Previous Topic: When to UseNext Topic: Example JCL


How to Use

Use the following syntax to write this command:

►►─ AUTOCOLL ─ OPTION=DELTADEL ─┬────────────────────┬────────────────────────►
                                └─ ,MUFNAME=mufname ─┘

 ►─┬───────────────────────┬─┬────────────────────────────┬───────────────────►
   └─ ,DBID= ─┬─ 1020 ◄ ─┬─┘ └─ ,DATERG=ccyymmddccyymmdd ─┘
              └─ nnnn ───┘

 ►─┬────────────────────────┬─┬─────────────────────────┬─────────────────────►
   └─ ,TIMERG=hhmmsshhmmss ─┘ └─ ,TYPE= ─┬─ AVGPERF ──┬─┘
                                         ├─ BASELINE ─┤
                                         ├─ INTERVAL ─┤
                                         ├─ LAST ─────┤
                                         └─ SUMMARY ──┘

 ►─┬────────────────────┬─────────────────────────────────────────────────────►◄
   └─ ,USERTAG=usertag ─┘

Command

AUTOCOLL

Invokes the AUTOCOLL function.

Required Keywords

OPTION=DELTADEL

Specifies to select Delta rowsets to be deleted.

Valid Entries:

DELTADEL

Default Value:

(No default)

Optional Keywords

MUFNAME=

Specifies the name of the MUF (1 - 8 bytes).

Valid Entries:

A valid mufname contained on one or more Delta rowsets.

Default Value:

(No default) If this keyword is not specified, all mufnames will be selected for processing.

DATERG=

Specifies the range of dates (D_MUF_END_DATETIME) for the selected rowsets to qualify for processing. Format ccyymmddccyymmdd

Valid Entries:

The entry must be one or more of the following:

  • Starting date value is between 19000101 and 39991231
  • Ending date value is between 19000101 and 39991231
  • Ending date must be equal or greater than the starting date
Default Value:

Process all dates

DBID=

Specifies the database ID of the Delta database from which the Delta rowsets are to be deleted.

Valid Entries:

1 to 5000

Default Value:

1020

TIMERG=

Specifies the range of times (D_MUF_END_DATETIME) on which to base the selection. Format hhmmsshhmmss

Valid Entries:

The entry must be one or more of the following:

  • Starting time value is between 000000 and 240000
  • Ending time value is between 000000 and 240000
  • Ending time must be equal or greater than the starting time
Default Value:

Process all

TYPE=

Specifies to select the rows with the following in the MUFTYPE column.

AVGPERF

Select only rows with a MUFTYPE of AVGPERF.

BASELINE

Select only rows with a MUFTYPE of BASELINE.

INTERVAL

Select only rows with a MUFTYPE of INTERVAL.

LAST

Select only rows with a MUFTYPE of LAST.

SUMMARY

Select only rows with a MUFTYPE of SUMMARY.

Valid Entries:

AVGPERF, BASELINE, INTERVAL, LAST, or SUMMARY

Default Value:

Process all

USERTAG=

Specifies to restrict processing to a Delta rowset that has the specified value in the USERTAG column.

Valid Entries:

1 to 16 characters

Default Value:

Process all