Building a Project
> COBOL Compiler |
|
To build a COBOL source program containing the COPY statement specifying a library name, use the [Library Name] option to specify the library name and the storage folder of the library file.
Select a COBOL project from the Dependency view.
Select [Project] > [Property] from the menu bar, or select [Property] from the context menu. The [Property] dialog box appears.
Select [Build] from the left pane. The [Build] page appears.
Click the [Library Names] tab to display the [Library Name] page.

A library option can be added. Click [Add]. The [Add Library Name] dialog box
appears.
Specify the library name in [Library Name]. Specify the folder
containing the library file in [Select Folder]. Alternatively, you can click
[Browse] to select the target folder.

The selected library option can be changed. Click [Change]. The [Modify
Library Name] dialog box appears.
No library name can be changed directly
from the [Modify Library Name] dialog box. You can change the folder.

The selected library option can be deleted.

Lowercase letters in a library name specified in the source program are treated as uppercase letters during program compilation if the ALPHAL(ALL) or ALPHAL(WORD) compile option is specified. If ALPHAL is not specified, the specified library file may not be read.
|