LOAD¶
Syntax¶
Versions: Disk
Purpose¶
To load a file from disk into memory.
Remarks¶
File handling: - LOAD (without ,R): Closes all open files and deletes all variables and program lines currently in memory before loading - LOAD with ,R option: Program is RUN after loading, and all open data files are kept open for program chaining - Compare with MERGE: Never closes files (see MERGE)
The ,R option allows chaining several programs (or segments of the same program) while passing information between them using disk data files.