Micro Focus Visual COBOL 2.3 Update 1 for Eclipse (UNIX)
>
General Reference
>
Error Messages
>
Syntax Checking Error Messages
>
COBCH0601 - COBCH0700
>
COBCH0621 - COBCH0640
>
COBCH0624 Belongs to Linkage record not specified in PROCEDURE DIVISION...
COBCH0624 Belongs to Linkage record not specified in PROCEDURE DIVISION header
A linkage item referenced in your source code does not have addressability.
You must give the item addressability, using one of the following methods:
Specify the item in the USING phrase of the PROCEDURE DIVISION:
Procedure division USING
itema
.
Specify a valid address for the item using the SET statement:
SET address of
itema
to address of
itemb
.
Note:
This option is not available for all dialects.
Parent topic:
COBCH0621 - COBCH0640