Date: Thu, 3 Jul 2008 07:17:07 -0400
Reply-To: Lizette Koehler <starsoul@MINDSPRING.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Lizette Koehler <starsoul@MINDSPRING.COM>
Subject: Redirecting PROC REPORT output
Content-Type: text/plain; charset="iso-8859-1"
I have been reading the manuals and have not discovered the secret.
I am running on a Mainframe z/OS V1.7 with SAS 913 SP4
I have one batch step SAS job that does
DATA;
DATA;
DATA;
SORT NODUPS;
PROC REPORT;
PROC REPORT;
PROC REPORT;
All of the PROC REPORTS need to go to a separate MVS Data set. I have
looked at libref, fileref, libname, filename statements and just need some
help working out how to take the PROC REPORTS to individual MVS Datasets.
I have looked at the OUT= with PROC REPORT but that does not do what I want.
Otherwise I will have to use PUT statements which I do not think look as
good as my current PROC REPORTS.
Thanks for any help.
Lizette