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 (October 2008, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 30 Oct 2008 11:40:56 -0400
Reply-To:     Nathaniel.Wooding@DOM.COM
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Nat Wooding <Nathaniel.Wooding@DOM.COM>
Subject:      Re: checking format of variables
Comments: To: Frederic KOUMROUYAN <frederic.koumrouyan@CETELEM.DZ>
In-Reply-To:  <B601063E5B330946B5808FF23FD1333E36D0FF@DZMAIL.cetelem.local>
Content-Type: text/plain; charset="US-ASCII"

Data all;** generate test data; retain a b c 'abc' x y z 2; output; run;

Data alpha ( keep = _character_ ) num (keep = _numeric_ ) ; set all; run;

Nat Wooding Environmental Specialist III Dominion, Environmental Biology 4111 Castlewood Rd Richmond, VA 23234 Phone:804-271-5313, Fax: 804-271-2977

Frederic KOUMROUYAN <frederic.koumrou To yan@CETELEM.DZ> SAS-L@LISTSERV.UGA.EDU Sent by: "SAS(r) cc Discussion" <SAS-L@LISTSERV.U Subject GA.EDU> checking format of variables

10/30/2008 11:37 AM

Please respond to Frederic KOUMROUYAN <frederic.koumrou yan@CETELEM.DZ>

Hello,

I've a data with both alpha and numerical variables. I'd like to automatically separate them into 2 data sets, 1 with only the alpha vbles, and the other with the numericals ones.

Thank you

Fred

CONFIDENTIALITY NOTICE: This electronic message contains information which may be legally confidential and/or privileged and does not in any case represent a firm ENERGY COMMODITY bid or offer relating thereto which binds the sender without an additional express written confirmation to that effect. The information is intended solely for the individual or entity named above and access by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, distribution, or use of the contents of this information is prohibited and may be unlawful. If you have received this electronic transmission in error, please reply immediately to the sender that you have received the message in error, and delete it. Thank you.


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