IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Screen Scraping


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sheiksulaiman

New User


Joined: 26 Jul 2007
Posts: 6
Location: chennai

PostPosted: Mon Mar 26, 2012 4:25 pm
Reply with quote

Hi,

Can some one help me on this please ? Where I can get more details about Screen scraping, various type of screen scraping and the tools available in the market.
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Mon Mar 26, 2012 4:42 pm
Reply with quote

always used HILAPI (HIL API) for screen scaping.
you can google,

or, golly I just had a crazy thought! Maybe your emulator software?
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Mon Mar 26, 2012 6:59 pm
Reply with quote

ibmmainframes.com/about22370.html
searchdatacenter.techtarget.com/definition/screen-scraping
publib.boulder.ibm.com/infocenter/pcomhelp/v5r9/index.jsp?topic=/com.ibm.pcomm.doc/books/html/host_access08.htm
www.ibmmainframes.com/viewtopic.php?t=29417
Back to top
View user's profile Send private message
Ed Goodman

Active Member


Joined: 08 Jun 2011
Posts: 556
Location: USA

PostPosted: Mon Mar 26, 2012 7:12 pm
Reply with quote

If I could offer the one piece of advice that will save you the most trouble...

There is NO WAY to know when a 3270 screen is finished loading. There are a lot of ways that SAY they tell you when it's done, but they are all wishful thinking.

With so many variations in the way the data stream gets from the mainframe to your emulator, there are just too many ways to trip up any detection method. Every five years or so, someone produces a new product that works around EHLLAPI, and they all end up with the exact same problem: premature emulation.

So, always plan to do some real tricks to make certain you are where you think you are when write your scripts. You have to watch that "busy" light for sure, but it may be flashing so quickly you can't see it (but the EHLLAPI can). So you have to back that up with checking for strings to be presented in the presentation space. (but if compression is turned on, that may not happen).
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Mon Mar 26, 2012 10:08 pm
Reply with quote

I used to use a product called OSPI (Open Systems Protocol Interface) from BMC to access 3270 screens from the BMC Mainview Automation environment. CA has a similar tool that I believe is more batch-oriented, although I don't recall the name off-hand.
Back to top
View user's profile Send private message
sheiksulaiman

New User


Joined: 26 Jul 2007
Posts: 6
Location: chennai

PostPosted: Tue Mar 27, 2012 1:33 pm
Reply with quote

Many Thanks to all.. Your response is really helpful icon_biggrin.gif . I am now able to understand few methods but wondering are there more techniques/methods !!!.. I am currently doing google, but finding difficult to relate information scattered on the websites icon_sad.gif .
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Tue Mar 27, 2012 3:04 pm
Reply with quote

/Philosophy On

Suggest you start with - what is necessary, then what is possible - hopefully, soon you'll get what you need.

/Philosophy Off
Back to top
View user's profile Send private message
Ed Goodman

Active Member


Joined: 08 Jun 2011
Posts: 556
Location: USA

PostPosted: Tue Mar 27, 2012 9:26 pm
Reply with quote

Anuj,
That would be a great start to a different thread!!! I'd rather sit in pub/bar/huka and talk about it face-to-face, but alas, we're too far flung.
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


Joined: 27 Oct 2009
Posts: 2481
Location: Netherlands, Amstelveen

PostPosted: Wed Mar 28, 2012 5:40 pm
Reply with quote

Another solution could be this :

en.wikipedia.org/wiki/Scraper_(archaeology)
Back to top
View user's profile Send private message
Bill O'Boyle

CICS Moderator


Joined: 14 Jan 2008
Posts: 2501
Location: Atlanta, Georgia, USA

PostPosted: Thu Mar 29, 2012 4:16 am
Reply with quote

Mackinney Systems sells a product named "SPY" -

www.mackinney.com/products/mainframe-security/spy.html

Look at the bottom of the above link for a product named "Show and Tell".

Over 25+ years ago, I wrote a prehistoric preemptive CICS screen-stealing facility, with the main transid named "ICU2" (I SEE YOU TOO), but there are better products available in the market today.

It was fun.... icon_smile.gif
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> All Other Mainframe Topics

 


Similar Topics
Topic Forum Replies
No new posts Data for newly added fields not displ... IMS DB/DC 6
No new posts DATA SET LIST UTILITY screen TSO/ISPF 6
No new posts Am Getting a vertical line in ISPF SC... TSO/ISPF 3
No new posts Naming a newly opened screen using REXX CLIST & REXX 2
No new posts How to launch a webpage from CICS scr... CICS 2
Search our Forums:

Back to Top