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

vs cobol to cscobol II conversion


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

New User


Joined: 24 Mar 2008
Posts: 29
Location: mumbai

PostPosted: Tue Aug 05, 2008 11:53 am
Reply with quote

Hi everybody,
Iam currently working on cobol to cobolII conversion. Iam not sure that, which areas i need to concentrate. can anybody guide me for the same.
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Tue Aug 05, 2008 12:57 pm
Reply with quote

since IBM is discontinuing support for COBOL II, I would suggest migrating straight to e-cobol.

regardless, I would refer to the release documents for COBOL II, which will guide you.
Back to top
View user's profile Send private message
acrajesh

New User


Joined: 31 May 2007
Posts: 15
Location: Bangalore

PostPosted: Tue Aug 05, 2008 2:51 pm
Reply with quote

Dear Rajesh,

If am right, there are more than 150+ differences between COBOL and COBOL II. But for the usage purpose, the impact would be on maximum 10 commands. I had worked on a similar project a year back though I forgot the basic differences that needs to be streamlined.

For example,
1.EXAMINE should be replaced with INSPECT
2. CURRENT-DAY, TIME-OF-DAY replaced by DATE, TIME which are dynamic calls made by the COBOL II compiler
3. removal of REMARKS

You can find many websites which can guide you through.

Regards,

AC
Back to top
View user's profile Send private message
rajeshwarch

New User


Joined: 24 Mar 2008
Posts: 29
Location: mumbai

PostPosted: Tue Aug 05, 2008 6:33 pm
Reply with quote

Thanks Rajesh, can u suggest me some good websites for the same.
Back to top
View user's profile Send private message
cchidhu

New User


Joined: 18 Aug 2007
Posts: 4
Location: India

PostPosted: Wed Aug 06, 2008 4:26 pm
Reply with quote

Same job we did!!! We have compiled the VS-COBOl program with new e-cobol compiler and we tested the same! If you want to reference what are all the impact will come during conversion just refer IBM Migration guide!!!!!!
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