My CICS-Application should permanent send information to the screen (map send).
At any time the user should be able to press a button.
Then I should react to this pressing.
If the user doesn't press a button, the program should continue sending information to the screen.
How can I realize that.
A map receive command always means a wait. How can I notice the pressing of the button, without any waiting?
At any time the user should be able to press a button.
Then I should react to this pressing.
If the user doesn't press a button, the program should continue sending information to the screen.
How can I realize that.
A map receive command always means a wait. How can I notice the pressing of the button, without any waiting?