PMDF System Manager's Guide


Previous Next Contents Index


DECODE PERSONAL

Decode an X.400 Personal Name (PN) value into individual component attributes.

Syntax

DECODE PERSONAL pn-value

Command Qualifiers Defaults
None. None.

Parameters

pn-value

A Personal Name (PN) value.

Description

Decode an X.400 Personal Name (PN) value into corresponding individual component attributes.


EXAMPLES

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