ADDRESS |
set up recipient array, FBXMFEE( for FEE router,
FBXMNVP( for NVP router
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
VATNAME |
Input |
"FEE" OR "NVP" VATNAME=name (.01 field) as in File
407.7
|
VATERR |
Output |
null if no error
|
VAT |
Output |
VAT(1),VAT(2),...=Receiving User(s),format:
'receiving user"@"domain mail router'
VAT("F")=MailMan Message Length - Fixed record
VAT("V")=MailMan Message Length - Variable record
|
|
NEWMSG |
get new message number, reset line counter
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
FBLN |
Both |
line counter
|
FBFEE |
Both |
FEE message counter
|
FBNVP |
Both |
NVP message counter
|
|
STORE |
set message string
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
FBLN |
Both |
Line number counter
|
FBXMZ |
Both |
MailMan message number (IEN)
|
FBSTR |
Both |
Message string
|
|
XMIT |
send message, increment message counter
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
FBLN |
Both |
Line counter
|
FBFEE |
Both |
Fee message counter
|
FBNVP |
Both |
NVP Message counter
|
FBXMFEE |
Both |
Fee recipient array
|
FBXMNVP |
Both |
NVP recipient array
|
|
$$PADZ(X,Y) |
call to pad 'X' with leading zeros' to a field length
of 'Y'
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
X |
Input |
Variable to be padded with leading zeros
|
Y |
Input |
Field length to pad
|
|
STRING |
This call expects all variables necessary to build a
'B3' payment record. It calls the STORE component.
|
|