Skip to content

Commit b249159

Browse files
authored
Add CODEPAGE parameter to avoid waring
Signed-off-by: Janos Varga <113785741+vargajb@users.noreply.github.com>
1 parent 0bbf32d commit b249159

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//* Copyright Contributors to the COBOL Programming Course
44
//* SPDX-License-Identifier: CC-BY-4.0
55
//***************************************************/
6-
//COMPILE EXEC DB2CBL,MBR=CBLDB23
6+
//COMPILE EXEC DB2CBL,MBR=CBLDB23,PARM=('SQL,CODEPAGE(1047)')
77
//BIND.SYSTSIN DD *,SYMBOLS=CNVTSYS
88
DSN SYSTEM(DBCG)
99
BIND PLAN(&SYSUID) PKLIST(&SYSUID..CBLDB23) MEMBER(CBLDB23) -

0 commit comments

Comments
 (0)