MT 547 Field Specifications
7. Field 22F: Indicator: Linkage Type Indicator
FORMAT
Option F |
:4!c/[8c]/4!c |
(Qualifier) (Data Source Scheme) (Indicator) |
PRESENCE
Optional
QUALIFIER
(Error code(s): T89)
Order |
M/O |
Qualifier |
R/N |
CR |
Options |
Qualifier Description |
1 |
O |
LINK |
N |
|
F |
Linkage Type Indicator |
DEFINITION
This qualified generic field specifies:
LINK |
Linkage Type Indicator |
When the message was executed relative to the transaction referenced in the sequence. |
CODES
If Qualifier is LINK and Data Source Scheme is not present, Indicator must contain one of the following codes (Error code(s): K22):
AFTE |
After |
Indicates that the message is to be processed after the linked message. |
BEFO |
Before |
Indicates that the message is to be processed before the linked message. |
INFO |
Information |
Linked for information purposes only. |
WITH |
With |
Indicates that the message is to be processed with the linked message. |
AFTE |
After |
The instruction was executed after the linked transaction. |
BEFO |
Before |
The instruction was executed before the linked transaction. |
INFO |
Information |
Linked for information purposes only. |
WITH |
With |
The instruction was executed with the linked transaction. |
USAGE RULES
If code WITH is used, it links together one or more instructions which become bound and which should be executed together. Even if one single instruction can not be executed, then all the other instructions should also be kept pending. Therefore the use of code WITH should be limited to combine up to 2 or 3 instructions.