Model Referencing of Library/Package
All packages must be compiled
Implicit Libraries
- Work
- STD
- Note: Items in these packages do not need to be referenced, they are implied.
LIBRARY Clause
- Defines the library name that can be referenced.
- Is a symbolic name to path/directory.
- Defined by the Compiler Tool.
USE Clause
- Specifies the package and object in the library that you have specified in the Library clause.