Can i 'merge' COBOL with my application ?
I run Classic ASP with JS,Jquery,VBScript and IE 9+ with SQL Server 2000.
With not so big database updates( about 500+ inserts in a day). Its a company.

If yes, what the best or bests applications that can use COBOL and why's that ?

Can i create a application with just pure COBOL ?

Best Regards

有帮助吗?

解决方案

Your question is incredibly general, however I will try to answer it as best as possible.

yes, you most likely can integrate COBOL with your application. It depends on what programming language you want to integrate it with. Just google "Integrate COBOL with (whatever programming language you're using".

Yes, you can create an application in pure COBOL. Many legacy applications use pure COBOL.

I recommend you take a look at this: http://www.netcobol.com/product/netcobol-for-net/

Which can let you compile COBOL on the .net framework.

However, a word of advice: I don't recommend integrating COBOL at all, COBOL is a notoriously bad language to use because it is incredibly verbose. Unless it is for legacy code, I recommend using a more modern language such as a scripting language.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top