LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (January 2007, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 26 Jan 2007 22:45:50 +0000
Reply-To:     toby dunn <tobydunn@HOTMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         toby dunn <tobydunn@HOTMAIL.COM>
Subject:      OT: Chance to Make SAS-L History: Did You Know That...
In-Reply-To:  <200701261605.l0QG51cI001578@mailgw.cc.uga.edu>
Content-Type: text/plain; format=flowed

And just because:

First Function ~ returns the first value of an character value CatB ~ Returns a Concatenated list with a blank as the separater SeeNum ~ Assigns the value of a Numeric variable to a Variable and Echos the Value to the log SeeChar ~ Assigns the value of a Character variable to a Variable and Echos the Value to the log as well as the Actualy length of the text

SASVER ~ Assigns the SAS version you are running to a variable.

Still havent got a handle on NInvalid function yet:

Data One ; X = 123 ; A = 'ABC' ; B = 'XYZ' ;

D = First( B ) ; Y = SeeNum( X ) ; Z = SeeChar( A ) ; V = CatB( A , B ) ; Ver = SASVer() ; Put Y= Z= V= D= Ver= ; Run ;

Toby Dunn

To sensible men, every day is a day of reckoning. ~John W. Gardner

The important thing is this: To be able at any moment to sacrifice that which we are for what we could become. ~Charles DuBois

Don't get your knickers in a knot. Nothing is solved and it just makes you walk funny. ~Kathryn Carpenter

_________________________________________________________________ Get live scores and news about your team: Add the Live.com Football Page http://www.live.com/?addtemplate=football


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