On page 5-3 the manual nouns the EXOS variable "SPRITE".
It is added at the EXOS 2.1, for the BASIC just add it for the name list for use SET SPRITE... instead SET 38...
On 5-56 It describes a RECORD statement to read data base files.
On page 6-3 an EOF() function is described.
I don't remember a POINTER() function(6-7).
The same with REC() on page 6-7.
As I see the main focus on handle random access files, make the database handling easy.
FETCH, RECORD, RESET, WRITE, EOF, POINTER, REC looks new for me, all about the files.