Format of date and time subfields

Table 1 lists the format of the date and time subfields that the CICS PEM server can return to the PEM client, as referred to in Table 1. See Response to correct sign-on data for an example of date and time subfields in a GDS flow.

Table 1. Format of date and time subfields using 24-hour clock
Position Meaning
00 Two-byte year value; for example, 1994=X'07CB'.
02 One-byte month value; January=X'01', December=X'0C'.
03 One-byte day value; first day=X'01', thirty-first day=X'1F'.
04 One-byte hour value; midnight=X'00', 23rd hour=X'17'.
05 One-byte minute value; on the hour=X'00', 59th minute=X'3B'.
06 One-byte second value; on the minute=X'00', 59th second=X'3B'.
07 One-byte 100ths of a second value; on the second=X'00', maximum=X'63'.
Note: The maximum time value for a given day is 23 hours, 59 minutes, and 59.99 seconds (decimal). Midnight is 0 hours, 0 minutes, and 0 seconds on the following day.