Previous Topic Next topic Print topic


Overview

Library enables you to group individual files into one file. You also can use Library to group together static source code to create copy libraries. Using Library gives you the following advantages:

CAUTION:
  • Files in libraries are read-only; you cannot access them via WRITE or REWRITE. Trying to open such a file using OPEN OUTPUT or OPEN I-O will open a file outside the library, then WRITE or REWRITE will update this file leaving the file in the library unchanged.
  • Once a library file has been created, files within it can only be updated. It is not possible to extract files from a library file.
  • As files packaged in library files cannot be extracted, you cannot use the debugging features of Server Express with them.

You invoke Library from the operating system command line; it runs in batch mode. The following sections describe how to invoke Library, how to create a Library batch file and how to access files in libraries.

Previous Topic Next topic Print topic