Responding to the "other possibilities" portion, you might find http://www.cbttape.org/ftp/updates/CBT775.zip interesting. It's the code to go with SHARE presentation 8247 User Experience: Writing a web-enabled CICS/COBOL program.
This is _not_ a method to generate a GUI or HTML from your BMS source or a 3270 datastream. It is a demonstration of an alternative way to respond to user requests via HTTP(S). We use something similar to this code to communicate with a hand-coded Java front end, passing XML back and forth. This is sometimes called POX (Plain Old XML). -----Original Message----- "Graham Hobbs" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > Hello, > Big technical challenge for me so here I am again. Is CICS but that > group seems dormant. > > I have a small system that generates Cobol/CICS programs but > particularly generates several BMS Assembler macros (old green > screens). After compiles and assembles the CICS transaction works > fine. This is stuff I know well. > > Very briefly, the BMS I generate looks like: > > . . DFHMSD . . etc > . . DFHMDI . . etc > . . DFHMDF's > etc > END > > But I'd like to also generate a GUI frontend be it/they Java or HTML > or what other possibilities are there. > Might anybody have any pointers as to where I might begin? Articles, > references, code samples (especially), etc? > Thanks. > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

