Re: Microfocus Cobol "SLEEP" routine
- From: "Sergey Kashyrin" <ska@xxxxxxxxxxx>
- Date: Tue, 15 May 2007 13:48:12 -0400
Why just not to call it directly ?
CALL 'sleep' USING BY VALUE 300.
Regards,
Sergey
"C C" <someone@xxxxxxxxxxxxxxx> wrote in message
news:yAh2i.4627$UU.2661@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hello.
Is there a way in MF Cobol to pause program execution (sleep) for, let's
say, 5 minutes??? My workaround is to call the AIX command "sleep 300".
I need a routine in Cobol itself so I may vary the time to pause in some
programs.
Thanks in advance.
.
- References:
- Microfocus Cobol "SLEEP" routine
- From: C C
- Microfocus Cobol "SLEEP" routine
- Prev by Date: Re: Microfocus Cobol "SLEEP" routine
- Next by Date: Re: OT: Military Ranks/Computers : WAS Re: newbie question on cobol syntax
- Previous by thread: Re: Microfocus Cobol "SLEEP" routine
- Next by thread: Re: Microfocus Cobol "SLEEP" routine
- Index(es):
Relevant Pages
|