5-19
5.2 Program Message Functional Elements
5.2.10 <PROGRAM HEADER SEPARATOR>
<PROGRAM HEADER SEPARATOR> is defined as follows.
<white space>
Refer to 5.2.3
<PROGRAM HEADER SEPARATOR> is used as the separator between <COMMAND PROGRAM HEADER>
(or <QUERY PROGRAM HEADER>) and <PROGRAM DATA>.
When there are two or more <white space character> elements between the program header and the program data,
the first <white space character> is interpreted as a separator and the remaining <white space character> is ignored.
It should be noted that <white space character> improves program readability.
That is, at least one header separator must exist between the header and the data. It indicates both the end of the
program header and the beginning of the program data.
5.2.11 <PROGRAM DATA SEPARATOR>
<PROGRAM DATA SEPARATOR> is defined as follows.
,
<white space>
Refer to 5.2.3
<white space>
Refer to 5.2.3
When <COMMAND PROGRAM HEADER> or <QUERY PROGRAM HEADER> has many parameters, <PRO-
GRAM DATA SEPARATOR> is used to separate them.
When this data separator is used, a comma is mandatory but <white space character> is omissible. The <white space
character> before a comma and the <white space character> after a comma are ignored. It should be noted that
<white space character> improves program readability.
XXX Ø, –1ØØØ
<PROGRAMDATA>
<COMMANDPROGRAMHEADER> <PROGRAMDATASEPARATOR><PROGRAMHEADERSEPARATOR>