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 (December 2005, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Sat, 17 Dec 2005 19:16:29 -0500
Reply-To:     Zach Peery <zpeery@NATURE.BERKELEY.EDU>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Zach Peery <zpeery@NATURE.BERKELEY.EDU>
Subject:      Trouble with the PUT statement

I have two arrays of 30 variables each that I would write to an external file with a PUT statement.

The arrays are set up like this:

arrayA(30) varA1-varA30; arrayB(30) varB1-varB30;

and I would like the output to look like this:

varA1.varB1 varA2.varB2 varA3.varB3 etc...

such that there is a period between matching variables. I greatly suggestions regarding a PUT statement that will accomplish this task.

Zach


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