SET ODOMETER Command

Specifies the reporting interval of the record counter for commands that process records.

SET ODOMETER TO [nRecords]

Parameters

  • TO [nRecords]
    Specifies the reporting interval in number of records. The value of nRecords can range from 1 to 32,767 records. The default value is 100 records.

Remarks

Use SET ODOMETER to change the interval at which commands display information about the number of records processed.

For example, COPY TO displays the number of records that are copied to a new file while the command is executing. The record counter can be turned off by issuing SET TALK OFF.

See Also

SET TALK | _TALLY | COPY TO