clwyddavis
Programmer
I support an application that uses EXTRA 6.5 to connect to our mainframe and send keys and text emulating a CICS update transaction. This is installed on a single machine. The scheduler launches the application every 15 minutes from 6:30am to 6:15pm. The app (VB6) grabs an EXTRA session named HOST1 which is launched at Startup so it is running all day. Then the app instantiates a System, Session and Screen object using the existing HOST1 session. When it concludes all objects are set to Nothing. This works fine until about 9:30 pm when the CICS partition is closed for batch processing. When CICS comes back up the HOST1 Session Window is open but there is nothing in it. The scheduled application fails until the HOST1 session is started manually. How do I script for the HOST1 session being real or empty? I would like for the VB app to be able to respond either way.
ClwydDavis
Cease the Day
ClwydDavis
Cease the Day