Skip to content

Commit 79a0620

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 c86e1ac commit 79a0620

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
DSN SYSTEM(DBCG)
1111
RUN PROGRAM(DSNTEP2) PLAN(DSNTEP12) +
1212
LIB('DSNC10.DBCG.RUNLIB.LOAD') PARMS('/ALIGN(MID)')
13-
END
13+
END
14+
/*
1415
//SYSPRINT DD SYSOUT=*
1516
//SYSUDUMP DD DUMMY
1617
// PEND

0 commit comments

Comments
 (0)