Right, it's been too many years since I wrote my REXX exec to translate from TOD timestamp to 'normal' time. 1900 seems like it is correct.
-----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of George Kozakos Sent: Tuesday, November 09, 2010 4:11 PM To: [email protected] Subject: Re: ASCBINTS >>It looks just like the time stamp in a system trace. Number of milliseconds >>milliseconds since 1/1/1970 >Just for grins, I used IPCS to pull the field. It contains INTS..... >C6DB4E95 6693FE01 Which might be what Jon says it is. It's a TOD timestamp obtained via STCK (actually via the TIME macro specifying STCK). IP LTOD C6DB4E956693FE01 11/09/2010 20:31:36.823103 STCK X'C6DB4E95 6693FE01' 11/09/2010 20:31:36.823103 UTC X'C6DB4E95 6693FE01' 11/09/2010 15:31:36.823103 LOCAL X'C6DB0B87 4353FE01' I don't know what this has to do with milliseconds since 1/1/1970... A zero TOD is 1/1/1900 and bit 51 is a microsecond. Regards, George Kozakos z/OS Software Service, Level 2 Supervisor ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html This e-mail may contain confidential or privileged information. If you think you have received this e-mail in error, please advise the sender by reply e-mail and then delete this e-mail immediately. Thank you. Aetna ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

