Operating Condition
Syntax: SET FILES value
Range: 1 to 255 files
Default: 25
The FILES setting establishes the maximum number of files that can be opened where you return to the next statement of the calling file.
If the values of FILES was 10, then you would only be able to go "10" files deep with one file calling another where you plan to return to the calling file. If you call an 11th file, then you would no longer be able to return to number 1. Any RETURN from the 2nd file would go back to the keyboard since file 1 was dropped off the return list.
The maximum, depending on available memory, is 255.