file. The format of the DELETE control statement is:
r --------------------------------,
i ./ D seqnol ( seqno2] [$]
segno2
record to be deleted.
is the sequence number of the last record to be
deleted.
is an optional delimiter indicating the end of the
control fields.
All records of the input file, beginning at seqnol, up to and
including the seqno2 record, are deleted from the output file. If the
seqno2 field is omitted, only a single record is
updated records from the update file. The format of the
statement is:
$
seqstrt
seqincr
is the
is the sequence number of the last record to be
replaced.
is an optional delimiter key indicating that the
substituted records are to be sequenced incrementally.
is a one-to eight-digit numeric field specifying the
first decimal number to be
substituted records.
is a one-to eight-digit numeric field specifying the
decimal increment for sequencing the substituted
records.
to and including the seqno2 record, are replaced in the output file by
the records following the
next control statement. As with the
segno2 field is omitted, only a single record is replaced, but it may be
replaced
function is performed as a delete followed by an insert: thus, the
number of statements inserted need not match the number deleted. The
dollar sign ($), segstrt, and seqincr processing is identical to that
for the insert function.
Section 2.