RECCUR (DSEB only)

Figure 1. Syntax

1 RECCUR()

(Can be used in FASTREXX procedures.)

Returns the current record number.

Example

If the current record is the hundredth record in the file, then print it.

If RECCUR() = 100 Then PRINT(inrec,'CHAR')