Skip to content

Commit bf06e46

Browse files
authored
Merge pull request #70 from binary-sequence-forks/fix_duplicate
Remove duplicate linkage section description
2 parents 9cf237c + c925ccc commit bf06e46

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

COBOL Programming with VSCode.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -932,8 +932,7 @@ The DATA DIVISION is where characteristics of data are defined in one of the fol
932932

933933
- LINKAGE SECTION:
934934

935-
Describe data from another program.
936-
When defining data developed for internal processing.
935+
Describes data from another program. When defining data developed for internal processing.
937936

938937
- WORKING-STORAGE SECTION:
939938

@@ -943,10 +942,6 @@ When defining data developed for internal processing.
943942

944943
Storage allocated each time a program is called and de-allocated when the program ends.
945944

946-
- LINKAGE SECTION:
947-
948-
Describes data from another program.
949-
950945
#### PROCEDURE DIVISION
951946

952947
The PROCEDURE DIVISION contains instructions related to the manipulation of data and interfaces with other procedures are specified.

0 commit comments

Comments
 (0)