Libraries

Programs having the Library program type are not compiled when you select All or Changed programs in the Program Compiler. They are simply collections of procedures and are not executable. The arrangement of the procedures within a library program has no significance.

A Library program is useful if you want to do any of the following:

It is helpful to decide on some naming conventions before writing any programs, especially if the application could eventually be a large one. It is very difficult to locate a particular procedure or body in the list unless you know approximately where it must appear.

A 2 or 3 letter prefix can act as a reference to a particular library, so that you can quickly find where to view or edit a procedure.