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 (September 2008, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 24 Sep 2008 09:21:42 +0200
Reply-To:     Andre Wielki <wielki@INED.FR>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Andre Wielki <wielki@INED.FR>
Subject:      Re: What is the difference between VAR A1 - A4 and VAR A1 -- A4 ?
Comments: To: vilasreddy@GMAIL.COM
In-Reply-To:  <b8cc66d3-a3b0-48a5-bc73-9a4aa629dff1@k13g2000hse.googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Villas, var a1-a4 ; if used in a proc will act upon only sas variable a1 a2 a3 and a4

but var a1--a4; could have another meaning depending of the sas table upon it is working if you have a table constructed with this sequence of variable .....z a1 b1 c1 a2 b2 c3 a3 b3b c3 a4 b4 c4 n2... ------------------------------------ the proc will act upon a1 b1 c1 until c3 and a4

HTH Andre

vilasreddy@GMAIL.COM a écrit : > What is the difference between VAR A1 - A4 and VAR A1 - - A4 ? > >

-- André WIELKI INED (Institut National d'Etudes Démographiques) Service Informatique 133 Boulevard Davout 75980 Paris Cedex 20 mél : wielki@ined.fr tél : 33 (0) 1 56 06 21 54


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