LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (March 2002, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 4 Mar 2002 22:15:44 +0000
Reply-To:     Dave Meyer <dmeyer@HOAGHOSPITAL.ORG>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Dave Meyer <dmeyer@HOAGHOSPITAL.ORG>
Organization: Mailgate.ORG Server - http://www.Mailgate.ORG
Subject:      Seperating a full name into first and last
Content-Type: text/plain; charset=ISO-8859-1

This is probably a shockingly basic question but...I am having trouble parsing a full name into seperate first, middle, last. Could anyone point me in the direction of a specific function? Thanks - Dave

ex:

Var "Full_Nam" = Meyer, David P

into

Var "Last" = Meyer Var "First" = David Var "Middle" = P

-- Posted via Mailgate.ORG Server - http://www.Mailgate.ORG


Back to: Top of message | Previous page | Main SAS-L page