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 2010, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 21 Jan 2010 14:20:36 -0500
Reply-To:     SAS Swamy <sasswamy@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         SAS Swamy <sasswamy@GMAIL.COM>
Subject:      IN - Option

All,

Can someone please let me know , What exactly would be the use for using IN option in data set

For e-g data vacdata; length src $1.; set datasetA (in=in1) datasetB (in=in2); if in1 then src='1'; else src='2'; format src $1.; run;

I was trying to find the documentation , but somehow I am able to see only for MERGE function, possible please send me the links with details If any

- swamy


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