Top
PowerCOBOL V11.0 User's Guide
FUJITSU Software

2.1.3 The Project Manager Project Menu

The Project Menu provides access to project oriented tools and appears as follows:

Figure 2.7 The Project menu

The options available from the Project menu include:

Build All

Builds (compiles and links) all modules in the project. It first examines the date and time stamp of each file to determine if it has changed since the last build process and only re-compiles and re-links programs that have changed.

Rebuild All

Rebuilds all modules in the project, re-compiling and re-linking them regardless as to whether they have changed or not since the last build operation.

Build [module name]

Builds only the default module, re-compiling only those programs that have changed and re-linking the module only if a program or resource has changed.

Rebuild [module name]

Rebuilds the default module, re-compiling all programs contained therein and re-linking it regardless as to whether anything has changed since the last build operation.

Cancel Build

Stops a current build or rebuild in process.

Debug [module name]

Starts the PowerCOBOL debugger on the default module.

Execute [module name]

Executes the default module.

Set Default Module

Allows you to select which module will be executed first when you execute a project containing multiple modules.

Set Run-time Environment

Brings up the Runtime Environment setup tool.

Find All

Brings up a dialog window that allows you to search a project for occurrences of strings in your COBOL event procedures (scriptlets).

Replace All

Brings up the dialog window shown in Figure 2.8 below that allows you to search an entire project for and to replace strings in your COBOL event procedures:

Figure 2.8 The project Find All dialog window.