TIMSEP (Time Separator) Keyword for Display Files--Example

Figure 283 shows how to specify the TIMSEP keyword.

Figure 283. 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 that is defined by the Definition Attribute is:, the following values are displayed when RECORD1 appears.

TIMFLD1    14 00 00
TIMFLD2    14.00.00
TIMFLD3    14:00:00