Re: accept ... from time
- From: Vaclav Snajdr <snajdr.vaclav@xxxxxxxxxxx>
- Date: Tue, 23 Jan 2007 14:38:04 +0100
My experience with MF says that it is different from operationg system
and MF-Cobol-Version if the time is 6 or 8 digits. The newest versions
are 8 digits. I use numeric fields for time, f.e. START-ZEIT PIC 9(8) COMP.
and receive f.e. 13250135 now. (35 hunderstel der Sekunde, der Sprung ist 0
und 5 hunderstell)
michael.bierenfeld@xxxxxx wrote:
Hello,
I want to measure the execution time of a sql statement. Can I get the
time in milliseconds to be displayed.
I have
accept START-TIME from time
EXEC SQL SELECT ... something
accept END-TIME from time
DISPLAY "EXECUTION lasted from" START-TIME
DISPLAY " till " END-TIME
START-TIME and END-TIME is pic x(8) this is hh24:mm:ss. But I need
fractions of seconds. How can I do this. Target System is Microfocus
and AIX.
Kind Regards
Michael
--
Vaclav Snajdr
.
- Follow-Ups:
- Re: accept ... from time
- From: michael.bierenfeld@xxxxxx
- Re: accept ... from time
- References:
- accept ... from time
- From: michael.bierenfeld@xxxxxx
- accept ... from time
- Prev by Date: Re: accept ... from time
- Next by Date: Re: accept ... from time
- Previous by thread: accept ... from time
- Next by thread: Re: accept ... from time
- Index(es):
Relevant Pages
|