LIB
If your program uses COPY,
BASIS, or REPLACE statements, the LIB compiler option
must be in effect.
| LIB option syntax |
 .-NOLIB-.
>>-+-------+---------------------------------------------------><
'-LIB---'
|
Default is: NOLIB
Abbreviations are: None
For
COPY and BASIS statements, you need additionally to define the
library or libraries from which the compiler can take the copied code:
- If the library-name is specified with a user-defined word (not a literal),
you must set the corresponding environment variable to point to the desired
directory and path for the copybook.
- If the library-name is omitted for a COPY statement, you can
specify the path to be searched by using the -Ixxx
option of the cob2 command.
- If the library-name is specified with a literal, the literal value is
treated as the actual path name.
related references
Compiler-directing statements
Conflicting compiler options
|