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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Getting access to CICS current screen data from an external program

Status
Not open for further replies.

bmalxx

Programmer
Dec 29, 2011
2
0
0
US
I have the exact same issue as Jshankjr post of 23 March, 2010. Does anyone knows if Jshankjr got a solution to the problem; and what the solution was?
 
What we need to do:
Press a Function Key that'll trap the system and run a cobol (or other) program external to CICS.
This program then needs to get access to various information about the current screen, I.E. which field is highlighted, which map is being displayed, etc.

The reason we're trying to do this is because we need to implement the function of this program globally in the program, but we're trying to avoid making changes to every program in a large application.

We know that this or something similar can be done because we're using another product which gets the information for its purposes, but it's a third party product so we don't know how it does it.

Anyone have any ideas?

 
Describe 'external to CICS' in a little more detail. Do you want CICS to wait whilst this program executes or is it a background async task? Is it on the web or is it a batch job?

Whatever the external program, if it is properly external, you are going to need to pass the information regards maps, fields highlighted etc. to that program. This could be done by passing the info in a commarea, or by writing it to a file or DB2-type table.

Please give a little more info. Thanks.
 
You said "we're using another product which gets the information for its purposes". If we know what product you've used up to now, somebody might be able to explain the concept behind that tool.

By the way: In the post you are referring to, stevexff explained the technique to use GLUEs. What's wrong with this? Have you tried it already?

There are 10 types of people in the world: Those who understand binary, and those who don't.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top