Avatar of tapdev72
tapdev72

asked on 

COBOL to .NET converter (C# / VB.NET)

Are there any COBOL to .NET converter programs, that convert to C# or VB.NET.  The COBOL version, that I have is IBM CICS, so if anyone knows or has done such a conversion or any other methods.  If there are any shareware or open source projects, that also would be helpful.
Mainframe LanguagesC#COBOL

Avatar of undefined
Last Comment
Cyrus Montakab
Avatar of garypfirstech
garypfirstech

C# and VB.NET are object oriented languages whereas COBOL is a procedural language.  Any automated conversion is doomed to produce procedure-like C# or VB.NET which is not what you want going forward.

I don't know of any automated tool that can figure out the concepts behind the design of your COBOL system so that those concepts can be translated into objects and you can have a properly designed object-oriented system.  The best tool for that is the human brain which needs to analyze the reasons behind the COBOL code, come up with a decent OO design and than convert the COBOL into the newly designed C# or VB.NET system.
ASKER CERTIFIED SOLUTION
Avatar of wdosanjos
wdosanjos
Flag of United States of America image

Blurred text
THIS SOLUTION IS ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
Avatar of wdosanjos
wdosanjos
Flag of United States of America image

More here:

Migrating CICS COBOL to ASP.NET
http://www.alchemysolutions.com/solutions/CICS-to-ASP.NET/overview
Avatar of systan
systan
Flag of Philippines image

There is no cobol to .net converter.
but there is a cobol for .net <Micro Focus COBOL>
and native/old cobol codes are no longer useful for .net or maybe some are used but differently.
SOLUTION
THIS SOLUTION IS ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
Avatar of Tom Knowlton
Tom Knowlton
Flag of United States of America image

I've requested that this question be deleted for the following reason:

This question has been classified as abandoned and is closed as part of the Cleanup Program. See the recommendation for more details.
Avatar of tapdev72
tapdev72

ASKER

Am trying to award points to the people who answered, am unable to do that. please remove the block on this question. thanks.
Avatar of tapdev72
tapdev72

ASKER

was expecting to see actual tool converters. There are cobol to java converters, similar ones.
Try the COBOL to C# / Java translator from www.softwaremining.com . The system supports translation of COBOL, CICS, EXEC SQL statements as well as some IMS to C#/.NET (and Java). The VSAM (KSDS) Files as well as the structures involved in CICS READ/WRITE/REWRITE are converted to  Object Relational classes  accessing SQL Databases. Ie data is migrated to SQL. SoftwareMining will also provide the tools for this data migration,
C#
C#

C# is an object-oriented programming language created in conjunction with Microsoft’s .NET framework. Compilation is usually done into the Microsoft Intermediate Language (MSIL), which is then JIT-compiled to native code (and cached) during execution in the Common Language Runtime (CLR).

98K
Questions
--
Followers
--
Top Experts
Get a personalized solution from industry experts
Ask the experts
Read over 600 more reviews

TRUSTED BY

IBM logoIntel logoMicrosoft logoUbisoft logoSAP logo
Qualcomm logoCitrix Systems logoWorkday logoErnst & Young logo
High performer badgeUsers love us badge
LinkedIn logoFacebook logoX logoInstagram logoTikTok logoYouTube logo