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 (July 2008, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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


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