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 (June 2009, 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 Jun 2009 03:47:23 -0700
Reply-To:   naga <nagabiochem@GMAIL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   naga <nagabiochem@GMAIL.COM>
Organization:   http://groups.google.com
Subject:   Hi what is use of in operator in this program(appending)
Comments:   To: sas-l@uga.edu
Content-Type:   text/plain; charset=ISO-8859-1

hi all i know using we can create temparory variable but what is use of in operator in this program(appending) need some explanation

data forreport ; set age(IN=in1) gender (IN=in2) race (IN=in3); group=sum(in1*1,in2*2,in3*3); run; proc print data=forreport; run;

than


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