On Thu, 6 Jun 2013 23:48:46 -0700, Ed Jaffe wrote:
>
>> ... the creation time is also stored in the new F9 DSCB ....
>
>    ...
>DS9TIME     DS XL6                 Number of microseconds since
>*                                  midnight, local time, that the data
>*                                  set described by its format 8 DSCB
>*                                  was created.  See creation date
>*                                  field, DS1CREDT, for the date @V2A
> 
Local time in microseconds!?  Get real!  Haven't the designers come
to appreciate the folly of storing timestamps in local time with an
annual Daylight Saving Time ambiguity during 3,600,000,000
microseconds?  That's a lot of microseconds.

Is it truly in hexadecimal display as the type 'X' would seem to imply?
Can't be.  6 isn't enough:

    gil@MVS:128$ rexx "numeric digits 20; X = d2x( 24*60*60*1000000 ); say 
length( X ) X"
    10 141DD76000

Would FL6 make more sense notionally?  (But is FL6 even legal?)

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to