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