Capture mainframe terminal screen
5 pts.
0
Q:
Capture mainframe terminal screen
How do I screen scrape or capture a mainframe terminal screen preferably in c-sharp
ASKED: Oct 12 2008  12:41 AM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
390 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
Most M/F terminal screens use ISPF (clist, REXX) to format, display and capture screen input. The input data is defined by variable names (beginning with an ampersand '&').

After all the data has been entered on the screen (usually when the ENTER key is pressed), you can then concatenate the variable data element fields and write a flat file using ISPF screen language. You can then invoke your c-sharp applic;ation to process this file.

Regards
Last Answered: Oct 13 2008  9:06 PM GMT by Sunsetrider   390 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



0