Top
NetCOBOL V11.0 NetCOBOL Studio User's Guide
FUJITSU Software

1.2 Functional Overview

NetCOBOL Studio supports the following COBOL program development functions:

NetCOBOL Studio users must understand the following main basic concepts:

Projects

NetCOBOL Studio manages the resources and information necessary for program development in individual units called "projects". NetCOBOL Studio creates and manages the following projects.

  • COBOL projects

    A "COBOL project" is used for COBOL program development. One COBOL project manages the resources of one target (executable program or library). To develop a COBOL program, a COBOL project must first be created.

  • COBOL resource projects

    A "COBOL resource project" is used for management of the library file and the descriptor file.

  • COBOL solution projects

    A "COBOL solution project" is used for management of multiple projects. Specify the common compiler option for multiples projects.

  • CORBA server projects

    A "CORBA server project" is used to create a COBOL project that operates as a CORBA server. Install the "COBOL plug-in for Interstage Studio" (sold separately) into Interstage Studio.

You can easily create these projects interactively with the help of a wizard.

See

Project Import

A project in another workspace can be used by importing it. For details, refer to "C.3 Importing Project".

Workspaces

A workspace is a folder for storing one or more projects, and for storing setting information for a development environment shared by the projects.

For workspace setting and switching, refer to "Setting and Switching of Workspace". For the default workspace, refer to "Default Workspace".

Note

  • Projects for 32-bit and 64-bit COBOL applications cannot be created in the same workspace. Separate workspace folders must be specified for 32-bit and 64-bit COBOL projects.

  • Workspaces cannot be shared between NetCOBOL Studio and Interstage Studio.

  • The workspace created with NetCOBOL Studio cannot be opened with Interstage Studio. Also, the workspace created with Interstage Studio cannot be opened with NetCOBOL Studio.

Perspectives

The operation windows of NetCOBOL Studio consist of editor windows and multiple information display windows (each of these is called a "view"). The type and layout of a displayed view are managed under a concept called "perspectives" each of which is appropriate for the target work.

The COBOL perspective and Debug perspective, which has been prepared for debugging, are used in COBOL program development.