1 RESTORE The RESTORE statement resets the DATA pointer to the beginning of the DATA sequence or sets the record pointer to the first record in a file. RESET is a synonym for RESTORE. Example RESTORE #7%, KEY #4% 2 Syntax { RESET } { RESTORE } [ chnl-exp [, KEY # int-exp ] ]