Accessing Files Programmer's Guide (32650-90885)

71
3 Specifying a File Designation
The name by which a program recognizes your file is its formal file designator. This is
the file name that is coded into the program, along with the program's specifications for
the file.
The formal file designator is the name by which your program recognizes the file, but there
must also be a means by which the file system can recognize it, allowing it to be referenced
by various commands and programs. This chapter discusses the various ways MPE/iX
allows you to designate a name for your file.
As you read this chapter, keep these considerations in mind:
How will the file be referenced?
How will the file be used?
How does MPE/iX associate formal and actual file designators?