Hello!!!
A mid aged man developed software for the company he works before about 25 years ago... He has written everything in COBOL...It took me hours to understand how the system works! Well the company's server is too old (8 mb hard disk ) i think ... He doesnt use a database but stores the data in files... He told me that he wants to upgrade the system to something new... The old system uses AIX operating system.... He was wondering whether aix or linux is better ,i think that a distribution of linux might be better because there is much free software for linux... i dont know what is compatible for AIX... The company is some type of warehouse... He has developed a website for the clients to login and see some info ..The website is at remote server and he manualy copies and pastes the database at the remote server...
He wants to add the functionality to the web site of placing orders... However he isnt willing to update the old COBOL code and use a database at least...
The people in the company use the server's programms via telneting the server using somekind of telnet client....
My question for educational purposes... Is there any way to reuse the COBOL code and creating a web interface? Or if it is posible to create GUI program for the users while using the same code from cobol... Because i know that writing code to do same things in diferent places isnt good idea.. i mean the bussiness logic to exist in more than one places...