View previous topic :: View next topic |
Author |
Message |
abracadabra Beginner
Joined: 02 Sep 2003 Posts: 101 Topics: 55 Location: India
|
Posted: Mon Jul 04, 2005 4:17 pm Post subject: COBOL Compiler |
|
|
Hi,
The COBOL compiler which my application uses in COBOL2. I am planning to recompile all programs in Enterprise COBOL but need to convince the client of its advantages. I read somewhere that Enterprise COBOL provides set of intrinsic functions including string handling, financial capabilities, statistical functions, and mathematical formulas. Are these not possible in COBOL2?
Moreover Enterprise COBOL supports Java _________________ Cheers! |
|
Back to top |
|
 |
dneufarth Beginner
Joined: 05 Apr 2005 Posts: 11 Topics: 0
|
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Mon Jul 04, 2005 9:18 pm Post subject: |
|
|
Abracadbra,
Yes Enterprise COBOL offers all the features you mentioned and much more like supporting XML.
However you cannot really compare Java and CICS. In terms of performance a typical instruction pathlength for a typical COBOL-CICS transaction, which we think of as around 1M instructions, to be increased by a factor of 2 or 3 by rewriting it in Java. Java, or indeed any object oriented language, will always carry a significant overhead compared with COBOL.
Quote: |
also believe a time will come when IBM will stop supporting all prior compiler versions of COBOL.Is that true?
|
Fyi... VS COBOL II Version 4 was withdrawan from service since March 2001.
Check this link for history of cobol compilers.
http://www-1.ibm.com/servers/eserver/zseries/zos/le/history/cobmvs.html
Check this link which explains about the compiler limits
http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IGY3LR10/APPENDIX1.2?DT=20020920180651
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
abracadabra Beginner
Joined: 02 Sep 2003 Posts: 101 Topics: 55 Location: India
|
Posted: Tue Jul 05, 2005 1:28 pm Post subject: |
|
|
Thanks a lot for the replies and links.
Kolusu, I agree that CICS and JAVA cannot really be compared. However, we can have a business user interface on CICS and a web based interface written in JAVA for the customers. This I believe is possible. _________________ Cheers! |
|
Back to top |
|
 |
|
|