Macro statements to define a finance communication system
Examples of macro statements that can be used to define a finance communication system are provided.
Figure 1 illustrates macro statements for a finance communication system.

Sample macro statements to define a finance communication system shows the macro statements to define a finance communication system.
Sample macro statements to define a finance communication system
Macro statement set Column
72
TYPE UNITYPE=FINANCE,OUTBUF=256
TERMINAL NAME=WS12,OPTIONS=MFS
COMPT=(36DS3,36JP,36FP,36MS),FEAT=(DUAL,132)
NAME WS12DS,COMPT=1
NAME WS12JP,COMPT=2
NAME WS12FP,COMPT=3
NAME WS12MS,COMPT=4
TERMINAL NAME=WS13,OPTIONS=(MFS,NOPNDST,OPTACK), X
COMPT=(36DS4,36JP,36PB)
NAME WS13DS,COMPT=1
NAME WS13JP,COMPT=2
NAME WS13PB,COMPT=3
TERMINAL NAME=WS15,COMPT=(36FP,36DS,36JP,36PB), X
OPTIONS=MFS
NAME WS15FP,COMPT=1
NAME WS15DS,COMPT=2
NAME WS15JP,COMPT=3
NAME WS15PB,COMPT=4
TERMINAL NAME=WS16,COMPT=(36FP,36DS4), X
OPTIONS=(FORCRESP,MFS,OPTACK,BID,OPNDST)
NAME WS16FP,COMPT=1
NAME WS16DS,COMPT=2
TERMINAL NAME=WS17,COMPT=(36FP,36DS), X
OPTIONS=(ACK,NOBID,TRANRESP,NOPNDST)
NAME WS17FP,COMPT=1
NAME WS17DS,COMPT=2