Micro FocusĀ Visual COBOLĀ 2.3 for Visual Studio 2015
>
General Reference
>
COBOL Language Reference
>
Part 3. Additional Topics
>
Additional Dialect Support
>
ACUCOBOL-GT Syntax Extensions
>
Program Structure
>
Identifiers
Identifiers
Identifiers can be up to 62 characters long.
Underscore "_" is treated as a dash "-" in identifiers.
Data names can have the same name as procedure names.
Index-name identifiers can be used on different tables in SEARCH statements.
Parent topic:
Program Structure