Skip to content

Commit deef25c

Browse files
committed
COBOL updates and fixes
1 parent dc26b26 commit deef25c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

base/src/lgacdb01.cbl

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173

174174
EXEC CICS LINK Program(LGACVS01)
175175
Commarea(DFHCOMMAREA)
176-
LENGTH(233)
176+
LENGTH(225)
177177
END-EXEC.
178178

179179
MOVE DB2-CUSTOMERNUM-INT TO D2-CUSTOMER-NUM.

base/src/lgucdb01.cbl

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135

136136
EXEC CICS LINK Program(LGUCVS01)
137137
Commarea(DFHCOMMAREA)
138-
LENGTH(233)
138+
LENGTH(225)
139139
END-EXEC.
140140

141141
* Return to caller

0 commit comments

Comments
 (0)