What is the best way to get CGI input using isCOBOL?
Estimated Reading Time: < 1 Minute
Question:
I have a program that uses ACCEPT external-form. Is it supported by isCOBOL?
All details are explained in the latest isCOBOL Documentation at the book 'isCOBOL EIS-> COBOL Servlet option (OOP)-> COBOL Servlet Programming to replace CGI COBOL programming.
Answer:
Yes, of course. It is possible to migrate an older CGI COBOL program to isCOBOL Servlet taking advantage of useful features of HTTPHandler class. Usually few changes are required and most of the sources will be unchanged.
All details are explained in the latest isCOBOL Documentation at the book 'isCOBOL EIS-> COBOL Servlet option (OOP)-> COBOL Servlet Programming to replace CGI COBOL programming.