When creating a new project, choose a template based on the type of application you want to create.
To access the available project types, click either Micro Focus.
in the COBOL perspective, or by clicking and choosing one of the templates prefixed withVisual COBOL provides the following project types:
Project Type | Created Using Wizard | Project is used |
---|---|---|
COBOL | COBOL Project | To develop a COBOL application on the local machine that is compiled to native file formats (such as .int and .gnt). |
COBOL JVM | COBOL JVM Project | To develop a COBOL application compiled to Java byte code. |
COBOL Remote | Remote COBOL Project
Set COBOL compilation target to Native code. |
To develop a COBOL application on a remote UNIX or Linux machine that is compiled to native file formats (such as .int and .gnt). |
COBOL Remote JVM | Remote COBOL Project
Set COBOL compilation target to JVM byte code. |
To develop a COBOL application on a remote UNIX or Linux machine that is compiled to Java byte code. |
Copybook | COBOL Copybook Project | As a container for copybooks probably referenced by more than one project. This project type does not build any files itself. |
Remote Copybook project | Remote COBOL Copybook Project | As a container on a remote UNIX or Linux machine for copybooks probably referenced by more than one project. |