


filename-HOST* - If the application program is opening an existing file or creating a new file, you need to tell the runtime which file system to use. You accomplish this with one of two configuration variables: DEFAULT-HOST, or filename-HOST.
filename-HOST filesystem
assigns an individual data file to a file system. Any file so assigned will use the designated file system, and not the one specified by DEFAULT-HOST.
Substitute the base name of the file for filename. The name you substitute should not include any directory names and should not include a file extension.