Skip to content

Commit f8be352

Browse files
authored
Insert missing comma
We get this warning without this comma: IGW01585W MEMBER R WILL NOT BE COPIED AND RENAMED FROM DBRMLIB DUE TO NO-REPLACE Signed-off-by: Janos Varga <113785741+vargajb@users.noreply.github.com>
1 parent c1b218f commit f8be352

File tree

1 file changed

+1
-1
lines changed
  • COBOL Programming Course #3 - Advanced Topics/Labs/jcl

1 file changed

+1
-1
lines changed

COBOL Programming Course #3 - Advanced Topics/Labs/jcl/DB2SETUP.jcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ COPYOPER COPY OUTDD=JCL,INDD=DB2JCL
2020
(CBLDB23C,,R), X
2121
(CBLDB23R,,R), X
2222
(CRETBL,,R), X
23-
(DBRMLIB,R), X
23+
(DBRMLIB,,R), X
2424
(LOADTBL,,R), X
2525
(SELTBL,,R), X
2626
($README,,R))

0 commit comments

Comments
 (0)