|
|
| Author |
Message |
mightyscorpashwin
New User
Joined: 04 Apr 2007 Posts: 6 Location: tn
|
|
|
|
| Is there any possibility of reading a screen? I have to read all details on the screen and write it onto a file. For example, I need to read the initial mainframe screen itself, then how do I do it? |
|
| Back to top |
|
 |
References
|
Posted: Thu Mar 27, 2008 4:10 pm Post subject: Re: Is there any possibility of reading a screen |
 |
|
|
 |
enrico-sorichetti
Global Moderator
Joined: 14 Mar 2007 Posts: 2443 Location: italy
|
|
|
|
| Quote: |
| Please do reply ASAP |
the asap depends on how clearly You will be able to define Your requirement |
|
| Back to top |
|
 |
Gnanas SNG
Senior Member
Joined: 06 Sep 2007 Posts: 414 Location: India
|
|
|
|
Yes,
You refer Panel as screen here, Right? |
|
| Back to top |
|
 |
Moved: Thu Mar 27, 2008 4:31 pm by superk From CLIST & REXX to Other Mainframe Topics |
superk
Moderator Team Head
Joined: 26 Apr 2004 Posts: 3014 Location: Charlotte,NC USA
|
|
|
|
| We use a product from BMC called OSPI (Open Systems Protocol Interface) that lets us do exactly what you're asking. Do you have a similar product available? |
|
| Back to top |
|
 |
Devzee
Senior Member
Joined: 20 Jan 2007 Posts: 714 Location: Hollywood
|
|
|
|
| Is it screen scraping? |
|
| Back to top |
|
 |
ofer71
Global Moderator
Joined: 27 Dec 2005 Posts: 1812 Location: Israel
|
|
|
|
We use emulator's "print screen to file" command from an emulator macro.
O. |
|
| Back to top |
|
 |
dick scherrer
Global Moderator
Joined: 23 Nov 2006 Posts: 6944 Location: 221 B Baker St
|
|
|
|
Hello,
| Quote: |
| I need to read the initial mainframe screen itself |
Do you need to do this on the mainframe in some mainframe application code or do you need to do this on the desktop? |
|
| Back to top |
|
 |
XOpen
New User
Joined: 19 Mar 2008 Posts: 24 Location: Russia
|
|
|
|
I have probably the same questions. There is an application with many ISPF panels. To test them you should manually pass all posible paths. Is it possible to automate it from mainframe side? Something which will enter options to get next panel and all path then...
ps: I already saw programs which do that from PC side. Interested in mainframe solution... |
|
| Back to top |
|
 |
dick scherrer
Global Moderator
Joined: 23 Nov 2006 Posts: 6944 Location: 221 B Baker St
|
|
|
|
Hello,
There are products that provide this for cics, but i'm not aware of the same for tso/ispf.
What i have seen done is to "record" a session using the built-in recording feature of your 3270-emulator (i believe most have this - everything i've used has) and then play the recording back to do what you want. |
|
| Back to top |
|
 |
superk
Moderator Team Head
Joined: 26 Apr 2004 Posts: 3014 Location: Charlotte,NC USA
|
|
|
|
| The BMC OSPI tool works for ANY 3270 terminal session (TSO, ISPF, CICS, Netview). |
|
| Back to top |
|
 |
dick scherrer
Global Moderator
Joined: 23 Nov 2006 Posts: 6944 Location: 221 B Baker St
|
|
|
|
Hello,
| Quote: |
| BMC OSPI tool works for ANY 3270 terminal session |
Cool
d |
|
| Back to top |
|
 |
|
|