Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
SUBROUTINE MY_MFS(CODE, BFS, HANDLE, NAME, FMC, RECORD, STATUS)
Info

MY_MFS is the name of the MFS.

...

You can create as many MFSes as you want simply by creating new subroutines (called CUSTOM_MFS, NEW_MFS, etc.) in SYSPROCS.

The value of the arguments is dependent on what function (open, read, write, etc.) has been called. Details about the values passed and the return values expected appear in the section "MFS Operations Reference" later in this chapter.

...