This NER will Concatenate Name. It receives first name, Middle Initials, and Last name. It will
Concatenate it in two different formats. First one will be returned as Mailing Name, i.e. First MN. Last
name. It will be sent to F0111 for Mailing Name. Second one will be the Alpha name, i.e. Last, MN.
First. It will be sent to F0101 for Alpha Name.
Also will return both Mailing Name and Alpha Name in Compressed formats.
D0500101 - Concatenate Name
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
szNameMailing | MLNM | char | OPT | OUTPUT |
The company or person to whom billing or correspondence is addressed. | ||||
szDescripCompressed | DC | char | OPT | OUTPUT |
The compressed description contains the alpha name without slashes, dashes, commas, and other special characters. The compressed
| ||||
szNameAlpha | ALPH | char | OPT | INPUT |
The text that names or describes an address. This 40-character alphabetic field appears on a number of forms and reports. You can enter
| ||||
szNameAlpha_2 | ALPH | char | OPT | INPUT |
The text that names or describes an address. This 40-character alphabetic field appears on a number of forms and reports. You can enter
| ||||
cMiddleInitial | IMN | char | OPT | INPUT |
The first letter of the individual's middle name. This is primarily used to facilitate certain statutory reporting requirements. | ||||
szNameAlpha_3 | ALPH | char | OPT | OUTPUT |
The text that names or describes an address. This 40-character alphabetic field appears on a number of forms and reports. You can enter
| ||||
szDescripCompressed_2 | DC | char | OPT | OUTPUT |
The compressed description contains the alpha name without slashes, dashes, commas, and other special characters. The compressed
|
None |
None |