Previous | Next | Contents | Index |
Decode an X.400 Personal Name (PN) value into individual component attributes.
DECODE PERSONAL pn-value
Command Qualifiers Defaults None. None.
pn-value
A Personal Name (PN) value.
Decode an X.400 Personal Name (PN) value into corresponding individual component attributes.
This example shows decoding a Personal Name value into its constituent Surname, Initials, and Given name attribute value pairs.
$ PMDF TEST/X400 X400> DECODE PERSONAL "Amy.B.Carlson" Result: /S=Carlson/I=B/G=Amy/
Previous | Next | Contents | Index |