I am trying to write a COBOL program to create an HTML page send it to the browser(I have got this far) and then receive (or retrieve) info back ...process it and then pass back an answer to the browser. Can anyone help with examples. I have done EXEC CICS DOCUMENT CREATE....and EXEC CICS WEB SEND ..this works fine. I then tried to do a EXEC CICS RETRIEVE and the re-send and this seems to work as well (I get a variable changed on the web page) however I am not sure how I can conduct a coversation or how to get data from forms on the web page
Cath
Cath