Use the following syntax to write this command:
►►─ AUTOCOLL ─ OPTION=DSVOUT ─┬────────────────────┬──────────────────────────► └─ ,MUFNAME=mufname ─┘ ►─┬───────────────────────┬─┬────────────────────────────┬───────────────────► └─ ,DBID= ─┬─ 1020 ◄ ─┬─┘ └─ ,DATERG=ccyymmddccyymmdd ─┘ └─ nnnn ───┘ ►─┬─────────────────────────────┬─┬─────────────────────────────┬────────────► └─ ,DECIMAL= ─┬─ . ◄ ───────┬─┘ └─ ,DELIMIT= ─┬─ ; ◄ ───────┬─┘ └─ character ─┘ └─ character ─┘ ►─┬────────────────────────┬─┬────────────────────────┬──────────────────────► └─ ,HEADER= ─┬─ YES ◄ ─┬─┘ └─ ,TIMERG=hhmmsshhmmss ─┘ └─ NO ────┘ ►─┬─────────────────────────┬─┬────────────────────┬─────────────────────────►◄ └─ ,TYPE= ─┬─ AVGPERF ──┬─┘ └─ ,USERTAG=usertag ─┘ ├─ BASELINE ─┤ ├─ INTERVAL ─┤ ├─ LAST ─────┤ └─ SUMMARY ──┘
Command
Invokes the AUTOCOLL function.
Required Keywords
Specifies to create a DSV output dataset.
DSVOUT
(No default)
Optional Keywords
Specifies the mufname of the row on the Delta tables that is to be selected to process (1 - 8 bytes).
A valid mufname contained on one or more Delta rowsets.
(No default) If this keyword is not specified, all mufnames will be selected for processing.
Specifies the range of dates (D_MUF_END_DATETIME) for the selected Delta rowsets to qualify for processing. Format ccyymmddccyymmdd
The entry must be one or more of the following:
(No default) All dates will be selected for processing.
Specifies the character to use for the decimal point, such as a period (.) or a comma (,).
One character enclosed in single quotes
period ('.')
Specifies the character to use as the delimiter between values in the DSV output. Do not use a period (.) or a comma (,) as these special characters occur normally throughout the AutoCollect data and would cause the DSV output to be unusable.
One character
semicolon (;)
Specifies the database ID of the Delta database from which the Delta rowsets are both read and written.
1 to 5000
1020
Specifies whether to produce a header row (using column names) as the first row of the DSV output.
NO or YES
YES
Specifies the range of times (D_MUF_END_DATETIME) on which to base the selection. Format hhmmsshhmmss
The entry must be one or more of the following:
(No default) All times will be selected for processing.
Specifies to select the rows with the following in the MUFTYPE column.
Select only Delta rows with a MUFTYPE of AVGPERF.
Select only Delta rows with a MUFTYPE of BASELINE.
Select only Delta rows with a MUFTYPE of INTERVAL.
Select only Delta rows with a MUFTYPE of LAST.
Select only Delta rows with a MUFTYPE of SUMMARY.
AVGPERF, BASELINE, INTERVAL, LAST, or SUMMARY
(No default) All TYPEs will be selected for processing.
Specifies to restrict processing to a Delta rowset that has the specified value in the USERTAG column.
1 to 16 characters
(No default) All USERTAGs will be selected for processing.
|
Copyright © 2014 CA.
All rights reserved.
|
|