File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff 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
952947The PROCEDURE DIVISION contains instructions related to the manipulation of data and interfaces with other procedures are specified.
You can’t perform that action at this time.
0 commit comments