Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

GUI interface

Status
Not open for further replies.

efrain

Programmer
May 17, 1999
35
US
I've read of GUI interfaces that can be created as a front-end for CICS, does anyone know anything about this? If so could you tell me what I need and point me in the right direction to making this happen. I am working on a university mainframe using MVS/JCL and working with COBOL85 and CICS. I think there's even a way to use Visual Basic. If anyone knows anything about this please let me know. Thank-you!
 
Not sure if this will help but...<br>
<br>
Your GUI options are limited because CICS is a text based interface. However, pop up windows / drop down boxes can be simulated. Software AG's Natural (4GL) supports this nicely. Natural runs under CICS so I assume you could code your own drop downs in native CICS - haven't tried it though.<br>
<br>
Let me know what you find out.
 
IBM also has developed Enterprise JAVA Beans that will call CICS. These allow teh GUI to be JAVA, execute the BEAN and pass the required parameters to the bean for the call.<br>
<br>
(I have use the word call for clearity, I have not used the beans yet so I am not exactly sure if it is a true call or not)<br>
<br>

 
If you were to use (OLE) ActiveX automation, such as that provided by IBM 3270 emulators (e.g. Eicon Aviva), you may exchange data both-ways between the emulator package and a Visual Basic application.<br>A) Get to see a copy of Eicon Aviva,<br>B) Check the Help file Index under "OLE"<br>C)Read On, McDuff!<br>
 
I just attended aN IBM roadshow for S390 and one of the topics covered was Web Enabling CICS.<br>The Transaction Gateway that is a current module with CICS allows you to reassemble BMS maps to generate HTML pages.<br>You need to do NO recoding of the CORE CICS application!<br>This was very cool. After reassembling th4e maps you can clean up the HTML form and generate a very effiecent GUI.<br><br>Do a search on <A HREF=" TARGET="_new"> for the gateway for more information. Also go to the s390 Roadshow pages and look for the speakers notes.<br><br>&nbsp;Very slick stuff <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Greg<br><br> <p>Greg Amos<br><a href=mailto:amosgreg@ix(dot)netcom(dot)com replace(dot)>amosgreg@ix(dot)netcom(dot)com replace(dot)</a><br><a href= > </a><br>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top