TRANSFER Reference Manual
Commonly Used Fields
TISERV UOW Descriptions
2–16 069139, Update 1 to 40969 Tandem Computers Incorporated
X400-NAME Field The X400-NAME field provides all of the possible attributes that make up an
originator/recipient (O/R) name. Its DDL definition is:
DEF x400-name.
02 country PIC X(4).
02 admd PIC X(16).
02 prmd PIC X(16).
02 org-name PIC X(64).
02 personal-name.
03 surname PIC X(40).
03 given-name PIC X(16).
03 initials PIC X(6).
03 gen-qual PIC X(4).
02 org-unit-1 PIC X(32).
02 org-unit-2 PIC X(32).
02 org-unit-3 PIC X(32).
02 org-unit-4 PIC X(32).
02 dom-def-1.
03 attr-type PIC X(8).
03 attr-value PIC X(128).
02 dom-def-2.
03 attr-type PIC X(8).
03 attr-value PIC X(128).
02 dom-def-3.
03 attr-type PIC X(8).
03 attr-value PIC X(128).
02 dom-def-4.
03 attr-type PIC X(8).
03 attr-value PIC X(128).
02 x121-name PIC X(16).
02 x400-name-flags.
03 country-is-x121 TYPE BOOLEAN.
03 admd-is-numeric TYPE BOOLEAN.
03 prmd-is-numeric TYPE BOOLEAN.
03 reserved-3 TYPE BOOLEAN VALUE "N".
03 reserved-4 TYPE BOOLEAN VALUE "N".
03 reserved-5 TYPE BOOLEAN VALUE "N".
03 reserved-6 TYPE BOOLEAN VALUE "N".
03 reserved-7 TYPE BOOLEAN VALUE "N".
02 reserved-1 PIC X(48).
02 free-form-name PIC X(128).
02 telephone-num PIC X(32).
02 reserved-2 PIC X(100).
END.
If a field contains all blanks, that attribute is not included in the O/R name. The last
two fields, FREE-FORM-NAME and TELEPHONE-NUM, are used by the X.400 P2
(mail) protocol. These fields are never used by the X.400 P1 protocol. (Refer to the
TRANSFER Programming Guide for additional information about P1 and P2 protocols.)