(Contents)(Previous)(Next)

RUN with Range Option

With the following RUN command options, the user can specify that the run should begin with the nth input/result record and should be interrupted after m processed records:

Call:

Examples:

run from 100

run from 100 for 200

Annotations:

DATALOAD or DATAUPDATE only begins with the nth record of the source file; DATAEXTRACT begins with the nth result row.

With m, you can specify the number of read input row after which LOAD is to interrupt the load run. (Default: all rows up to the end of the input file, can also be specified explicitly with *). Counting starts with 1 if the record denoted by n has been read.

The source file and the command file, if any, are closed when a run is aborted.

If 0 is specified for one or both of the parameters, only the syntax of the statement is checked for errors.


(Contents)(Previous)(Next)