Re: "WAIT" command?!
- From: "JJ" <jj@xxxxxxxxxx>
- Date: Sun, 25 Feb 2007 15:07:44 -0500
That sounds like Acucobol - is it?
Generally you have your grid in a screen section entry and you use a PERFORM
UNTIL loop to continually accept the screen until some event occurs where
you want to exit the program. After your event handler code ends, the
screen gets accepted again so the program doesn't end. It's a way of
simulating event driven code within Cobol.
You'd have to post an example of your code for anything more specific or
look at the sample grid program(s) that come with the compiler.
"Dennis Dahn" <DDahn@xxxxxx> wrote in message
news:45e1ce76$0$20293$9b4e6d93@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
"Andreas Hentschel" <andr2001@xxxxxx> schrieb im Newsbeitrag
news:81d1$45e1cb99$d9bca24b$2331@xxxxxxxxxxxxxxxxxxxxxxxx
....
Maybe ACCEPT?
http://www.csis.ul.ie/COBOL/examples/Accept/ACCEPT.htm
Well, maybe I have to be more specific. I have a GRID, and I want to
evaluate the inputs. So after some code lines the evaluation is over and
the program should wait until the next insertion in the GRID. but if I use
ACCEPT the event-handler for the cell does not start anymore, the program
stops because it is the end of the code. how can i make it that the
event-handler is called again?
.
- Follow-Ups:
- Re: "WAIT" command?!
- From: Dennis Dahn
- Re: "WAIT" command?!
- From: Dennis Dahn
- Re: "WAIT" command?!
- References:
- "WAIT" command?!
- From: Dennis Dahn
- Re: "WAIT" command?!
- From: Andreas Hentschel
- Re: "WAIT" command?!
- From: Dennis Dahn
- "WAIT" command?!
- Prev by Date: COBOL compiler
- Next by Date: Re: Help! GO TO and PERFORM THRU!
- Previous by thread: Re: "WAIT" command?!
- Next by thread: Re: "WAIT" command?!
- Index(es):
Relevant Pages
|