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

What is the difference between COBOL-74 and COBOl-85


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

New User


Joined: 19 Sep 2005
Posts: 13

PostPosted: Tue Sep 20, 2005 2:44 pm
Reply with quote

Hello friends


What is the difference between COBOL-74 and COBOl-85?



Bye
vani

Title changed from "VS COBOL-II" to "difference between COBOL-74 and COBOl-85?" : Priyesh.
Back to top
View user's profile Send private message
Umesh Kumar

New User


Joined: 06 Jul 2005
Posts: 2
Location: NOIDA (INDIA)

PostPosted: Tue Sep 20, 2005 4:33 pm
Reply with quote

Hi Vani,

COBOL-85 is a later version of COBOL language. COBOL-85 also known as VS COBOL-II provides more features than COBOL-74. Some of the features of COBOL-85 are:
1. In COBOL-85 we can use following delimiters such as END-IF, END-PERFORM,END-STRING,etc.
2. We can use EVALUATE verb in place of complex IF structures.
3. CALL statement can pass variables by CONTENT and BY reference. In COBOL-74 we can only use pass by reference.
4. A new verb CONTINUE is introduced in order to over come the limitations of NEXT SENTENCE verb.
5. COBOL - 85 supports 32 bit addressing mode.

There are many more differences, that you can find from any COBOL-85 book. You can refer the book 'COBOL PROGRAMMING - By M K Roy and Ghosh Dastidar'.

I hope now you are somewhat clear about the difference.

Regards,
Umesh
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 Replace each space in cobol string wi... COBOL Programming 3
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
No new posts Generate random number from range of ... COBOL Programming 3
Search our Forums:

Back to Top