Appendix D.3 IJ record format

ItemPosition (byte)AttributeDescription
Reserved0char[8]Reserved area
Input logical terminal name8char[16]Name of the input logical terminal that received the input message.
Reserved24char[16]Reserved area
Application name40char[10]Name of the application that processes the input message.
Reserved50char[2]Reserved area
Message input serial number52char[12]The input serial number of the received message.
This information is not a character string, and must be handled as 12-byte area.
Reserved64char[4]Reserved area
Journal collection time68ulongTime the journal was written to the MCF journal buffer.
(Seconds counted from 0: 00: 00 at January 1, 1970)
Journal collection time72ulongTime the journal was written to the MCF journal buffer.
(Fewer than a second, counted from 0: 00: 00 at January 1, 1970)
Reserved76char[4]Reserved area
Map name80char[9]Map name of the NEXT map, if any.
Input message type89charInput message type indicated by the character:
i: Query message
n: Unidirectional receive message
Order identifier90charThe identifier indicates the order of the message when the input message is divided.
s: Input message is not divided.
f: First message after which message (m, l) is received.
m: Middle message after which message (m, l) is received.
l: Last message, followed by no message.
Reserved91char[13]Reserved area
Input message size104ulongSize of the message in bytes received by the input logical terminal.
Input message108char[ ]The message received by the input logical terminal is set. The size of this variable-length information is as large as indicated by the input message size.