Figure 376 shows how to specify the TIMSEP keyword.
Figure 376. Specifying the TIMSEP Keyword
|...+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....8 00010A 00020A R RECORD 00030A TIMFLD1 T TIMFMT(*HMS) TIMSEP(' ') 00040A TIMFLD2 T TIMFMT(*HMS) TIMSEP('.') 00050A TIMFLD3 T TIMFMT(*HMS) TIMSEP(*JOB)
If you want to display 2 o'clock p.m. and the time separator defined by the Job Definition Attribute is a colon (:), the following values will be displayed when RECORD1 is written.
TIMFLD1 14 00 00 TIMFLD2 14.00.00 TIMFLD3 14:00:00
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.