Opened files

When you want an application to use a file, you do so by referring to that file by name. The file description for that file then controls how the program and the system interact.

You have two options regarding how your application program uses the file description:
  • You can use the file description as it currently exists. In this case, the system uses the file description as is, without any change.
  • You can change some or all of the parameters that are associated with the file description. A change made to a file description can be permanent or temporary. See the appropriate book for the device that you are using for information about permanent changes.