View previous topic :: View next topic |
Author |
Message |
rsantosh Beginner
Joined: 20 Dec 2014 Posts: 38 Topics: 9
|
Posted: Wed Nov 18, 2020 8:39 am Post subject: EIBCALEN ON SIZE ERROR with COBOL V6 |
|
|
Hello,
COBOl V6 has introduced a new compiler option NUMCHECK(BIN) which is giving ON SIZE ERROR for EIBCALEN because it is defined as PIC S9(4) COMP.
Code: | IF EIBCALEN NOT = LENGTH DFHCOMMAREA |
Where DFHCOMMAREA is 32120 bytes.
EIBCALEN is CICS reserved word definition so we cant change the length.
Any suggestion other than overriding the default NUMCHECK option during compilation?
Regards,
Santosh |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
|
Back to top |
|
|
rsantosh Beginner
Joined: 20 Dec 2014 Posts: 38 Topics: 9
|
Posted: Wed Nov 18, 2020 11:39 pm Post subject: |
|
|
Hi Kolusu,
Thank you. In our shop default is TRUNC(OPT). So the only option we are left with is overriding the NUMCHECK.
Regards,
Santosh |
|
Back to top |
|
|
|
|