Skip to content

Commit ae7ba63

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 ecbad78 commit ae7ba63

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/SELTBL.jcl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
//SQLEXEC EXEC DB2JCL
77
//SYSIN DD *,SYMBOLS=CNVTSYS
88
--******* SQL FOLLOWS
9-
SELECT * FROM &SYSUID.T;
9+
SELECT * FROM &SYSUID.T;
10+
/*

0 commit comments

Comments
 (0)