Re: Microfocus Cobol "SLEEP" routine
- From: Thomas <tmanal@xxxxxx>
- Date: 15 May 2007 05:56:06 -0700
On 15 Mai, 14:20, "C C" <some...@xxxxxxxxxxxxxxx> wrote:
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.
Hello,
I don't know a commando for sleep.
Either you write a loop with perform varying... or you use a loop with
checking out the time while it is looping.
But in both solutions the program/machine is (very) busy and not
sleeping!
Thomas
.
- References:
- Microfocus Cobol "SLEEP" routine
- From: C C
- Microfocus Cobol "SLEEP" routine
- Prev by Date: Re: Microfocus Cobol "SLEEP" routine
- Next by Date: Re: Microfocus Cobol "SLEEP" routine
- Previous by thread: Re: Microfocus Cobol "SLEEP" routine
- Next by thread: Re: Microfocus Cobol "SLEEP" routine
- Index(es):
Relevant Pages
|