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 (August 2010, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Fri, 20 Aug 2010 10:21:05 -0400
Reply-To:   Arthur Tabachneck <art297@NETSCAPE.NET>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Arthur Tabachneck <art297@NETSCAPE.NET>
Subject:   Re: I just want to write a few lines to STDOUT
Comments:   To: "W. Matthew Wilson" <matt@TPLUS1.COM>

Matt,

Take a look at: http://support.sas.com/documentation/cdl/en/basess/58133/HTML/default/a0020 51742.htm

or, in short form: http://xrl.us/bhwpw5

HTH, Art --------- On Fri, 20 Aug 2010 10:16:19 -0400, W. Matthew Wilson <matt@TPLUS1.COM> wrote:

>Hi -- > >I run most of my SAS programs from the command-line, sort of like this: > > > sas myprog.sas > >My "sas" program is really a script that runs my sas program and then >checks the return code and tells me what it returned. > >Anyhow, I want to write a few lines to standard output from myprog.sas >but I don't know how. I know how to write to a file: > > filename outfile "out.txt"; > data _null_; > file outfile; > put "blah blah blah"; > run; > >I'm baffled how to write to STDOUT (aka file descriptor #2). > >Any pointers? I'm working on windows right now. > >Matt > >-- >W. Matthew Wilson >matt@tplus1.com >http://tplus1.com


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