LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (February 2012, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Sun, 19 Feb 2012 05:55:47 -0500
Reply-To:   "\"SUBSCRIBE SAS-L Anonymous\"sourav" <mujamailkaro2010@GMAIL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   "\"SUBSCRIBE SAS-L Anonymous\"sourav" <mujamailkaro2010@GMAIL.COM>
Subject:   dataset creation

HI ,

I have a data set with three colomns

row col XX 1 1 45 1 2 34 1 3 34 2 1 67 2 2 89 2 3 09 3 1 33 3 2 34 3 3 45

I want a create a dataset like that 3*3 dimension w.r.to row and col value

and the dataset only contain the value of XX

variable name is by defult

here (row=1,col=1) means reference of cell 1 of new dataset

it a sample example I am looking to create dynamic code which will not depend on row & col value(how long is that)


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