The PDE created for reserved word operands described by IKJRSVWD

The parse service routine builds a two-word PDE to describe a RESERVED WORD operand. The PDE has the following format:

Offset decimal Meaning
0 Reserved
2 Reserved-word number
4 Reserved
6 Flags
7 Reserved
Note: This PDE is not used when the IKJRSVWD macro instruction is chained from an IKJTERM macro instruction. In this case, the reserved-word number is returned in the CONSTANT parameter PDE built by the IKJTERM macro instruction.
Reserved-word number:
The reserved-word number contains the number of the IKJNAME macro instruction that corresponds to the entered name.
Note: You indicate the possible names of reserved words by coding a list of IKJNAME macros following an IKJRSVWD macro. One IKJNAME macro is needed for each possible name. If the name entered does not correspond to one of the names in the IKJNAME macro list, parse sets this field to zero.
Flags:
Byte1:
Setting Meaning
0... .... The operand is missing.
1... .... The operand is present.
.xxx xxxx Reserved.