Tagged Questions

The 3270 protocol was designed in the 1970s to communicate between "green screen" terminals and IBM mainframes. 3270 terminals are no longer manufactured; the protocol lives on in emulator software used to access IBM mainframe services that do not yet have web (or other) interfaces. It is possible ...

learn more… | top users | synonyms

6
votes
7answers
1k views

Is there some way to access Sql server from z/OS mainframe and have the result in IBM 3270 terminal emulation?

Is there any way (possibly cheap) to access Microsoft Sql Server from z/OS mainframe (COBOL programs) and have the result in 3270 terminal emulation? I'm aware that 3270 is a pretty old system, but in ...
6
votes
4answers
3k views

How to 3270 screen-scrape from a Linux-based web app

I have a LAMP (PHP) web app which need to interface with programs on an IBM 3270 mainframe (via Microsoft SNA Server). One solution I'm looking at is screen-scraping via 3270. (I'm integrating the ...
5
votes
4answers
1k views

Implement 3270 protocol in Java

I've got a big problem with IBM HACL for accessing a server which speaks 3270 protocol. The library keeps crashing, and our JNI wrapper is actually a bug-fixing layer for the poorly-implemented and ...
2
votes
1answer
124 views

Connecting to CICS from Windows Desktop Application

Now there is a new requirement. I have got some adhoc work at hand. The requirement is to connect a desktop based Java application to read data from Mainframe generated by some CICS Transaction. ...
2
votes
1answer
212 views

Good 3270 Emulator (.NET)

Can anyone advice me a good 3270 emulator(which can login, scrape screen, find text, send keys etc. in background) for .NET(win n web). Something very similar to ...
1
vote
3answers
838 views

Parsing IBM 3270 data in java

I was wondering if anyone had experience retrieving data with the 3270 protocol. My understanding so far is: Connection I need to connect to an SNA server using telnet, issue a command and then some ...
0
votes
2answers
142 views

Check if 3270 connection to mainframe is available from C#?

My company has an outsourcing partner that hosts data on a z series mainframe. Data is not in db2 but in some older structures. I guess vsam tables, if I haven't misunderstood those mainframe guys. We ...
0
votes
1answer
165 views

3270 Screen Scrapers

Looking through 2 screen scraping frameworks and thought I'd ask here for any experience. I need to recommend a framework for screen scraping an old 7032 IBM mainframe system and I'm currently looking ...
0
votes
1answer
219 views

How to send F1 key to 3270 terminal emulator using Microsoft HIS

I'm using Microsoft Host Integration Server (HIS 2006) to connect to 3270 IBM Mainframe terminal to send keys and get responses programmatically. But I am unable to send the F1 key. If I am using the ...
0
votes
2answers
175 views

Capture virtual printer output on linux

I'm writing a Java screen-scraping application for a 3270 mainframe and rather than scroll through page after page of 80x24 chars I'd like to output all pages to a printer and then capture and parse ...