| IBM MAINFRAME HELP FORUMS for COBOL, JCL, CICS, DB2, IMS etc... Help & Support Forums for IBM Mainframe computers Applications like COBOL, JCL, CICS, DB2, FileAid, DFSORT, Endevor, Xpediter, CoolGen, CA-7, CA-11, AbendAid, IMS, IDMS, PL/I, MqSeries, SyncSort, Assembler, VSAM, ISPF, ChangeMan, Easytrieve, InterTest, REXX, CLIST etc...
|
| View previous topic :: View next topic |
| Author |
Message |
nikyojin
Joined: 05 Oct 2005
Posts: 88
|
| Posted: Mon Jun 30, 2008 6:46 pm Post subject: Difference in mainframe cobol and MF Cobol/ Fujitsu Cobol |
|
|
Please let me know the differences between mainframe, microfocus
and fujitsu cobol |
|
| Back to top |
|
dick scherrer
Joined: 23 Nov 2006
Posts: 7471
Location: 221 B Baker St
|
| Posted: Mon Jun 30, 2008 9:45 pm Post subject: |
|
|
Hello,
You probably have a clear idea of what you really want to know . . . We don't.
What kind of differences are you looking for? What is the reason for the question? How would the answers be used?
From my experience with more than a dozen cobol compilers, cobol is pretty much cobol. If you are really good with one, you can be really good with others. . . |
|
| Back to top |
|
nikyojin
Joined: 05 Oct 2005
Posts: 88
|
| Posted: Tue Jul 01, 2008 10:08 am Post subject: Reply to: Difference in mainframe cobol and MF Cobol/ Fujits |
|
|
Hi dick.. Thx for the reply. I'm a mainframes guy and now I'm working on MFE using Micro Focus cobol.
I have seen some pieces of code in cobol which I haven't come across while working in mainframes whcih sort of prompted me to ask this question.
I'm also told by my seniors that mainframes cobol do not support pointers while Micro Focus cobol does.
Code: IF ADDRESS OF CSCPPARE NOT =
papare-addr IN CSCPRAG-addr IN CSCDADDR
SET ADDRESS OF CSCPPARE
TO papare-addr IN CSCPRAG-addr IN CSCDADDR
END-IF
I have also attached the exact piece of code.
Please let me know your suggestions. |
|
| Back to top |
|
UmeySan
Joined: 22 Aug 2006
Posts: 624
Location: Germany
|
| Posted: Tue Jul 01, 2008 12:50 pm Post subject: |
|
|
Hi nikyojin !
Mainframe-Cobol , COBOL-II, does support pointers. |
|
| Back to top |
|
dick scherrer
Joined: 23 Nov 2006
Posts: 7471
Location: 221 B Baker St
|
| Posted: Tue Jul 01, 2008 7:47 pm Post subject: |
|
|
Hello,
Quote: I'm also told by my seniors that mainframes cobol do not support pointers while Micro Focus cobol does. Yes, there are vendor/platform specifics in various cobol compilers. They are not always interchangable.
It is wise to have separate sets of sample code for each platform/compiler version you need to work with. The best way to get your samples is from code that is already working on the system you are interested in. |
|
| Back to top |
|
| |
THIS IS AN ARCIVE FORUM IN READ ONLY MODE. IF YOU WANT TO ASK YOUR DOUBTS USE THE ACTUAL FORUM
|