Specifications
Chapter 14. Statement Reference
220
Syntax errors:
Run-time errors:
Example:
GET #filNo,RecordNo
GET #4
GET #3,100
Reference:
Error code and message Meaning
error 71: Syntax error filenumber is missing.
Error code Meaning
34h
Bad file name or number
(You specified
filenumber of an unopened file.)
36h
Improper file type
(You specified
filenumber of a file other than data files.)
3Ah
File number out of the range
3Eh A PUT or GET statement executed without a FIELD statement.
3Fh
Bad record number
(No record to be read in a data file.)
Statements:
FIELD, OPEN, and PUT