McIDAS-X User's Guide
Version 2023.1
[Search Manual] [Table of Contents] [Go to Previous] [Go to Next]
Logically equates a unit number with the name of a text file for INPUT and OUTPUT.
OPEN filename, unit, reclength
When an OPEN statement is executed, the record pointers for input and output are set to point to the first record of the file (record zero). If these options are omitted from the INPUT or PRINT statements, the next record is used.
OPEN "YYEXPLE",10
[Search Manual] [Table of Contents] [Go to Previous] [Go to Next]