RECCUR (DSEB only)
(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')
(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')