Ed Finnell wrote:

> TITLE('SMF Type-14 Records') DATE TIME PAGE -
> HEADER('Time') ON(7,4,TM1,E'99:99:99') -
> C'hh:mm:ss' HEADER('Date') ON(11,4,DT3,E'9999-999') -

DT3? yuck! That's Julian format and so ancient ... ;-)

I prefer this, but then it is just me! From my sample ICETOOL job for SMF type 
89 which I posted in Oct 2013 on IBM-MAIN:

...
     HEADER('DATE')        ON(11,4,DT1,E'9999/99/99') -      
     HEADER('TIME')        ON(7,4,TM1,E'99:99:99') -  
...

I prefer this DT1 format because you can later sort, re-sort and sort again (if 
using Date as sort argument) in subsequent reporting, forwarding and subsetting 
the results.

Groete / Greetings
Elardus Engelbrecht

PS: Credits to Frank Yaeger (DFSORT guru, now retired) for those amazing SMF 
field handling in DFSORT!

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to