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
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.
|