Using the COBOL Editor

The COBOL templates support standard Eclipse behavior when variables are specified in the template, as follows:

Using the Content Assistant

Use the auto-completion feature in Eclipse to help write code faster and more efficiently. This feature provides a list of accessible keywords according to COBOL language specification. The program can propose a word, phrase, or a division that you want to type without actually typing the complete word, phrase, or a division.

To trigger this feature while writing code in COBOL editor, perform the following steps:

  1. Place the cursor, where you need assistance with the content.

  2. Click Ctrl+Space.

The standard statements are parsed and displayed in a list contains both language-based keywords and DMS or RDMS commands. There is no option to display only the DMS or RDMS commands.

Notes:

Using the Code Navigation

Use the code navigation feature in Eclipse to quickly navigate to the paragraph and section of your code.

To trigger this feature while writing code in COBOL editor, perform the following steps:

  1. Place the cursor on the section name or paragraph name you need to refer.

  2. Do one of the following:

The control navigates to the declaration of the selected attribute.

  1. To return to the last edit location, click in the menu bar.