PDA

Click to See Complete Forum and Search --> : Cobol key trapping


Ruku
Feb 2nd, 2006, 07:37 PM
Is there a way to apply some kind of timeout to the "ACCEPT" function in cobol...

the use I'm looking for is keytrapping... I've been able to handle timed events... the next step is keytrapping... I hope somebody finds a way for it... my guess is that ACCEPT function... :confused:

:wave:

Ruku
Feb 4th, 2006, 12:02 PM
*bump?*

To clarify

I'm looking for some way to apply a timeout on the accept function... or some way to proccess simultaneously, parallely or with timed events in parallel an input...

either similar to inkey$ in QB, or an input that is timed...

:ehh: