Interactive RECORD Command

The interactive RECORD command repositions a file that is being listed to the specified record in that file. A record number beyond the end of the file causes termination of the list routine. Records are 1-relative—that is, the first record is record 1. The values specified for the record range list and skip specification parameters in the LIST command override the interactive SKIP and RECORD commands. Therefore, after you enter an interactive SKIP command, the specifications in the LIST command can cause subsequent repositioning of the file or termination of the list routine.

Syntax

── RECORD ──<number>───────────────────────────────────────────────────┤

Example

The following example repositions the file to the fourth record:

 RECORD 4