Skip to content

Commit 04780c4

Browse files
authored
Fix: missing file definition REPORT
In the documentation, I did not find that this file definition was intentionally missing from the job. Signed-off-by: Janos Varga <113785741+vargajb@users.noreply.github.com>
1 parent b4779c0 commit 04780c4

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//***************************************************/
88
//RUN EXEC PGM=IKJEFT01
99
//STEPLIB DD DSN=DSNC10.SDSNLOAD,DISP=SHR
10+
//REPORT DD SYSOUT=*
1011
//RECIN DD *
1112
LINCOLN
1213
/*

0 commit comments

Comments
 (0)