View previous topic :: View next topic |
Author |
Message |
madan777in Beginner
Joined: 07 Dec 2005 Posts: 12 Topics: 6
|
Posted: Thu Mar 29, 2007 6:52 am Post subject: TimeStamp from CICS region |
|
|
Hi ,
Could some one let me know to get TIMESTAMP in CICS program without using DB2.
Thanks ... |
|
Back to top |
|
 |
madan777in Beginner
Joined: 07 Dec 2005 Posts: 12 Topics: 6
|
Posted: Thu Mar 29, 2007 7:37 am Post subject: |
|
|
Hi,
To add iam looking in the below way for the TimeStamp in CICS program without using Db2.
2003-03-18-07.03.42.884873
Thanks... |
|
Back to top |
|
 |
dbzTHEdinosauer Supermod
Joined: 20 Oct 2006 Posts: 1411 Topics: 26 Location: germany
|
Posted: Thu Mar 29, 2007 7:55 am Post subject: |
|
|
combination of eibdate and eibtime will give you time that your task started. the book says ASKTIME will update these EIB fields in the event that you need more than one timestamp per task. _________________ Dick Brenholtz
American living in Varel, Germany |
|
Back to top |
|
 |
bauer Intermediate
Joined: 10 Oct 2003 Posts: 317 Topics: 50 Location: Germany
|
Posted: Tue Apr 03, 2007 1:24 am Post subject: |
|
|
dbzTHEdinosauer, madan777in,
eibdate / eibtime is ok, but you can NOT get the last 3 digits .... |
|
Back to top |
|
 |
dbzTHEdinosauer Supermod
Joined: 20 Oct 2006 Posts: 1411 Topics: 26 Location: germany
|
Posted: Tue Apr 03, 2007 4:43 am Post subject: |
|
|
bauer,
you are correct. If madan777in requires that much precision, he needs to connect to db2 to get a timestamp. but, is that much precision required? _________________ Dick Brenholtz
American living in Varel, Germany |
|
Back to top |
|
 |
|
|