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 (August 2009, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 17 Aug 2009 07:45:04 -0700
Reply-To:     Nickname unavailable <stinaikar_2000@YAHOO.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Nickname unavailable <stinaikar_2000@YAHOO.COM>
Organization: http://groups.google.com
Subject:      SAS coding
Comments: To: sas-l@uga.edu
Content-Type: text/plain; charset=ISO-8859-1

How does one convert the following data format

Country Var Value Year USA Exports 1200 1990 USA Imports 1300 1990

into the following

Country Imports Exports Year USA 1200 1300 1990

Would appreciate any help. Thanks.


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