Skip to content

Commit 0ebda5c

Browse files
authored
Delimiter at the end of in-stream data set
Signed-off-by: Janos Varga <113785741+vargajb@users.noreply.github.com>
1 parent e9ebbe0 commit 0ebda5c

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,5 @@
3333
USING STOGROUP DB2DISK PRIQTY 12 ERASE NO
3434
BUFFERPOOL BP0 CLOSE NO;
3535
--*******************************************************
36-
COMMIT;
36+
COMMIT;
37+
/*

0 commit comments

Comments
 (0)