COBOL Time of Day in micro-seconds or nano-seconds
- From: "don@xxxxxxxxxxx" <don@xxxxxxxxxxx>
- Date: Thu, 29 May 2008 11:46:43 -0700 (PDT)
All
Does anyone know of a "standard" or widely accepted way to get COBOL
time of day in micro-seconds or nano-seconds for use in generating
more accurate transaction time-stamp and for use in measuring
transaction turn-around time.
The current-date function only returns hundredth of a second.
Using mainframe assembler the micro-second clock counter can be
accessed but that's not standard COBOL and not portable across
platforms. In J2SE Java, there is the method System.nanotime() to get
the more accurate time of day in nano-secounds available from the host
system but that's not standard COBOL either.
Don Higgins
don@xxxxxxxxxxx
.
- Follow-Ups:
- Re: COBOL Time of Day in micro-seconds or nano-seconds
- From: William M. Klein
- Re: COBOL Time of Day in micro-seconds or nano-seconds
- From: SkippyPB
- Re: COBOL Time of Day in micro-seconds or nano-seconds
- From: HeyBub
- Re: COBOL Time of Day in micro-seconds or nano-seconds
- From: Robert
- Re: COBOL Time of Day in micro-seconds or nano-seconds
- From: Gerry Palmer
- Re: COBOL Time of Day in micro-seconds or nano-seconds
- Prev by Date: Re: mySQL
- Next by Date: COBOL's 'COPY ABC.' = what in REXX
- Previous by thread: pattern for an error
- Next by thread: Re: COBOL Time of Day in micro-seconds or nano-seconds
- Index(es):
Relevant Pages
|