yesilkalem
IS-IT--Management
hello
I have a terminal screen te3270 and I have to capture some screens which contains a word .
I wrote a script but it didnt work .. how can I do ? the part is below.. thanks .
bir:
waitfor "Enter-PF1"
if SUCCESS
goto devam
else
transmit "^M"
goto bir
endif
devam:
endwhile
endproc
#include "PW5MENU.INC"
proc screentofile
capture on ; Open up the capture file.
menuselect PWMENU _5SCREEN_TO_CAP ; Menu item to send screen to capture file
capture off ; Close the capture file.
endproc
I have a terminal screen te3270 and I have to capture some screens which contains a word .
I wrote a script but it didnt work .. how can I do ? the part is below.. thanks .
bir:
waitfor "Enter-PF1"
if SUCCESS
goto devam
else
transmit "^M"
goto bir
endif
devam:
endwhile
endproc
#include "PW5MENU.INC"
proc screentofile
capture on ; Open up the capture file.
menuselect PWMENU _5SCREEN_TO_CAP ; Menu item to send screen to capture file
capture off ; Close the capture file.
endproc