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 2007, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 28 Aug 2007 14:42:39 -0300
Reply-To:     ricardosilva@SERASA.COM.BR
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Ricardo G Silva <ricardosilva@SERASA.COM.BR>
Subject:      TRANSPOSE  ARRAY (Create empty table)
Content-Type: text/plain; charset="ISO-8859-1"

Dear Users, how can I tranpose a array, generated as: %LET LO=1; %LET HI=98; DATA DATAVARS1; array dt {&lo:&hi}; RUN;

Or, alternatively, I just need to creat an empty table whose first variable is a sequence from &lo to &hi.

Thanks. Ricardo Gonçalves Silva, M. Sc. Tecnologia de Crédito SERASA S.A. É (11) - 6847-8889 ? ricardosilva@serasa.com.br


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