IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Difference in mainframe cobol and MF Cobol/ Fujitsu Cobol


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
nikyojin

New User


Joined: 05 Oct 2005
Posts: 94

PostPosted: Mon Jun 30, 2008 6:46 pm
Reply with quote

Please let me know the differences between mainframe, microfocus
and fujitsu cobol
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Mon Jun 30, 2008 9:45 pm
Reply with quote

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
View user's profile Send private message
nikyojin

New User


Joined: 05 Oct 2005
Posts: 94

PostPosted: Tue Jul 01, 2008 10:08 am
Reply with quote

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
View user's profile Send private message
UmeySan

Active Member


Joined: 22 Aug 2006
Posts: 771
Location: Germany

PostPosted: Tue Jul 01, 2008 12:50 pm
Reply with quote

Hi nikyojin !

Mainframe-Cobol , COBOL-II, does support pointers.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Tue Jul 01, 2008 7:47 pm
Reply with quote

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
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 8
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts Mainframe openings in Techmahnidra fo... Mainframe Jobs 0
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
Search our Forums:

Back to Top