Re: Assembler - convrssion of Epoch (Unix) time to printable

2012-03-29 Thread Greg Price
Arye Shemer wrote: > Real good stuff, > although I hoped for some pure and natural Assembler macro or > calling routine solution. If you just want Assembler code to perform the basic arithmetic of converting a z/OS UNIX file timestamp to a displayable date and time, you can look at the source code

Re: Assembler - convrssion of Epoch (Unix) time to printable

2012-03-28 Thread Arye Shemer
t; -Original Message- > > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On > Behalf > > Of Paul Gilmartin > > Sent: Tuesday, March 27, 2012 6:30 AM > > To: IBM-MAIN@bama.ua.edu > > Subject: Re: Assembler - convrssion of Epoch (Unix) time to

Re: Assembler - convrssion of Epoch (Unix) time to printable

2012-03-27 Thread Mike Schwab
a.ua.edu] On Behalf > Of Paul Gilmartin > Sent: Tuesday, March 27, 2012 6:30 AM > To: IBM-MAIN@bama.ua.edu > Subject: Re: Assembler - convrssion of Epoch (Unix) time to printable > > On Tue, 27 Mar 2012 07:47:39 -0500, McKown, John wrote: > >> ..., the UNIX epoch is simp

Re: Assembler - convrssion of Epoch (Unix) time to printable

2012-03-27 Thread Charles Mills
Gilmartin Sent: Tuesday, March 27, 2012 6:30 AM To: IBM-MAIN@bama.ua.edu Subject: Re: Assembler - convrssion of Epoch (Unix) time to printable On Tue, 27 Mar 2012 07:47:39 -0500, McKown, John wrote: > ..., the UNIX epoch is simply a number. The number of seconds since 00:00:00 GMT 1 Jan 1970.

Re: Assembler - convrssion of Epoch (Unix) time to printable

2012-03-27 Thread Charles Mills
Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of McKown, John Sent: Tuesday, March 27, 2012 5:48 AM To: IBM-MAIN@bama.ua.edu Subject: Re: Assembler - convrssion of Epoch (Unix) time to printable Cheat? I'm a big fan of cheating. I often use LE enabled HLASM just so that I can us

Re: Assembler - convrssion of Epoch (Unix) time to printable

2012-03-27 Thread Charles Mills
Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Paul Gilmartin Sent: Tuesday, March 27, 2012 6:30 AM To: IBM-MAIN@bama.ua.edu Subject: Re: Assembler - convrssion of Epoch (Unix) time to printable On Tue, 27 Mar 2012 07:47:39 -0500, McKown, John wrote

Re: Assembler - convrssion of Epoch (Unix) time to printable

2012-03-27 Thread Paul Gilmartin
On Tue, 27 Mar 2012 07:47:39 -0500, McKown, John wrote: > ..., the UNIX epoch is simply a number. The number of seconds since 00:00:00 > GMT 1 Jan 1970. It would be rather easy to convert to -mm-ddThh:mm:ss if > it weren't for the "leap seconds". Which may or may not be of any interest to >

Re: Assembler - convrssion of Epoch (Unix) time to printable

2012-03-27 Thread McKown, John
day, March 27, 2012 4:19 AM > To: IBM-MAIN@bama.ua.edu > Subject: Assembler - convrssion of Epoch (Unix) time to printable > > Hello distinguished forummers, > I need help in finding a method of converssion Epoch (Unix) time to > printable format in an Assembler program, >

Re: Assembler - convrssion of Epoch (Unix) time to printable

2012-03-27 Thread Miklos Szigetvari
On 3/27/2012 11:19 AM, Arye Shemer wrote: Hello distinguished forummers, I need help in finding a method of converssion Epoch (Unix) time to printable format in an Assembler program, Any clue how to achieve this ? Thank you, Arye Shemer.

Re: Assembler - convrssion of Epoch (Unix) time to printable

2012-03-27 Thread Miklos Szigetvari
Hi I would look into the LE callable services http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/CEEA31B0/CCONTENTS?SHELF=CEE2BKB1&DN=SA22-7562-12&DT=20100625181724 On 3/27/2012 11:19 AM, Arye Shemer wrote: Hello distinguished forummers, I need help in finding a method of converssion Ep

Assembler - convrssion of Epoch (Unix) time to printable

2012-03-27 Thread Arye Shemer
Hello distinguished forummers, I need help in finding a method of converssion Epoch (Unix) time to printable format in an Assembler program, Any clue how to achieve this ? Thank you, Arye Shemer. -- For IBM-MAIN subscribe / sign