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 (September 1999, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 23 Sep 1999 11:24:56 -0400
Reply-To:     Bernard Tremblay <bernard@CAPITALE.QC.CA>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
Comments:     To: Diana Noble <diana.noble@PRUDENTIAL.COM>
From:         Bernard Tremblay <bernard@CAPITALE.QC.CA>
Organization: Imaginasys enr.
Subject:      Re: A bunch of SAS questions - WHY?
Comments: To: SAS-L@LISTSERV.VT.EDU
Content-Type: text/plain; charset=us-ascii

Diana,

The only way I know of not having a report printed with "proc report" is to redirect the output of the report with "proc printto". You can redirect the output in the great bit bucket by secifying list=/dev/null' in UNIX or 'NULLFILE' in Windows/DOS.

May be some king soul could show us (on the list) other ways of doing it ???

Regards, Bernard Tremblay -- \\\|/// \\ - - // ( @ @ ) +-----oOOo-(_)-oOOo-------+--------------------------------------+ | Bernard Tremblay | | | La Capitale | Tel: (418) 646-2401 | | | Fax: (418) 646-5960 | | | Int: Bernard.Tremblay@capitale.qc.ca | +-------------------------+--------------------------------------+ | Imaginasys enr | Res: (418) 658-1411 | | | Int: bertrem@quebectel.com | +--------------Oooo-------+--------------------------------------+ oooO ( ) ( ) ) / \ ( (_/ \_) Diana Noble wrote: > > SAS-L'ers: > > Forgive me if these have been asked before. I should probably know the > answers... but maybe if anyone of you knows the > answers to these you could help. Who knows, perhaps the answers will help me > get certified some day. (or certifiable) My platform is Windows NT 4.0 using > SAS 6.12 > > Burning question #: > When using PROC REPORT, I want to eliminate the report printout to the OUTPUT > window. Can anyone tell me how to do this? I have tried using the OUT= > option, but this still generates output . > Is there macro debug button? > In SCL, I can't seem to get my code to print directly to the printer. But if > I cut and paste to the Program Editor Window, I can print fine. Is this a > configuration problem? > Why do the SCL window and Program Editor behave differently with respect to > inserting lines? In Program Editor I just hit a RETURN button, but the SCL > window requires a CMS/KEDIT-esque keying of the 'I' in the margin. > > This should do for now. There's probably tons more where this came from. Just > so much can occur over one's morning coffee. > > Thanks much, > > Diana Noble

-- \\\|/// \\ - - // ( @ @ ) +-----oOOo-(_)-oOOo-------+--------------------------------------+ | Bernard Tremblay | | | La Capitale | Tel: (418) 646-2401 | | | Fax: (418) 646-5960 | | | Int: Bernard.Tremblay@capitale.qc.ca | +-------------------------+--------------------------------------+ | Imaginasys enr | Res: (418) 658-1411 | | | Int: bertrem@quebectel.com | +--------------Oooo-------+--------------------------------------+ oooO ( ) ( ) ) / \ ( (_/ \_)


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