The input support candidate list displays key words of the COBOL language syntax, class names, method names (factory method names or object method names), program names, and subprogram names.
Input support candidates are displayed according to the following conditions:
When the Ctrl + Space keys are pressed in a file, the candidate list displays class names and template key words. Example: MOVE<Ctrl + Space>
If no space character has been entered after the last input characters when the Ctrl + Space keys are pressed, the list displays the class names and template key words that begin with the last input characters. In the following example, the list displays the class names and template key words that begin with "DA".
Example: MOVE DA<Ctrl + Space>.
When the Ctrl + Space keys are pressed with the cursor to the right of a space character following the key word INVOKE, the candidate list displays class names, method names, and template key words. Example: INVOKE <Ctrl + Space>
If no space character has been entered after the last input characters when the Ctrl + Space keys are pressed, the list displays the class names, Method names, and template key words that begin with the last input characters. In the following example, the list displays the class names, method names, and template key words that begin with "DA".
Example: INVOKE DA<Ctrl + Space>
When the Ctrl + Space keys are pressed with the cursor to the right of a space character that is entered two characters after the key word [CALL], the candidate list displays program names, subprogram names, and template key words.
Example: CALL <Ctrl + Space>
If no space character has been entered after the last input characters when the Ctrl + Space keys are pressed, the list displays the program names and template key words that begin with the last input characters. In the following example, the list displays the program names and template key words that begin with "DA".
Example: CALL DA<Ctrl + Space>
When a template key word is selected, an auxiliary window that displays template patterns is displayed.