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 2004, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 30 Jan 2004 11:48:16 -0700
Reply-To:     Roberto Valdivia <valdivia@MONTANA.EDU>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Roberto Valdivia <valdivia@MONTANA.EDU>
Subject:      Question: Transpose
In-Reply-To:  <D004708D1B5B944394E43C9A696C2A7A0C2D0A@KAI_EMAIL01.kai>
Content-Type: text/plain; charset="us-ascii"

Hi all,

I am trying to transpose a data that looks like this:

NR1M1 NR1M2 NR1M3 NR1M4 NR5M1 NR5M2 NR5M3 NR5M4; 12.3 14.3 14.5 12.76 16.7 18.9 13.5 16.9

The output I am want would be:

REG NR1 NR5 1 12.3 16.7 2 14.3 18.9 3 14.5 13.5 4 12.76 16.9

Could somebody help me with this please?.

Thanks

Roberto


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