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

1.4.2 Local development flow

This section explains the flow of COBOL program development on a local personal computer.

  1. Create a project

    NetCOBOL Studio manages each COBOL program under development as a "project." The resources (e.g., source files, libraries) required for COBOL program development are managed in blocks in units of projects. A single target (executable program or dynamic link library) is managed with each project. Using a wizard, projects can be defined easily and efficiently. Precompiler settings (e.g. command, parameter) can be specified for COBOL programs including input sources for the precompiler.

  2. Code a source program

    NetCOBOL Studio provides a wizard for creating source program templates. Various Assist functions of the COBOL editor can be used to edit COBOL source programs.

  3. Build

    Compiling and linking are performed according to the information defined in the project (e.g., compile options, link options).

  4. Debug

    The interactive debugger provides various functions, such as setting program breakpoints and referencing and setting data item values. These functions enable the programmer to efficiently debug the COBOL program.

  5. Execute

    The program can be executed after the runtime environment information required for COBOL program execution is set.