I am looking for a method by which I can capture the mainframe screens as screen prints. I want the results to be captured in a flat file which can be accessed later for other activities.
Is there any approach by which mainframe screen scraping is possible? Any rexx/clist or any other emulator macro would help.
Capturing mainframe screens
7 March 2012
#1
Capturing mainframe screens
You can use the following command.
Print;list keep
This will capture the screen print in the following dataset.
USERID.SPF1.LIST
Each time you issue this command a new dataset will be created with the nomenclature
USERID.SPF(n).LIST
Where n=1,2,3,4....