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 (April 2000, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 28 Apr 2000 16:27:23 -0700
Reply-To:     kmself@IX.NETCOM.COM
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         kmself@IX.NETCOM.COM
Subject:      Re: Save, Save, Save, Save...
Comments: To: Scott Chapal <schapal@mail.jonesctr.org>
In-Reply-To:  <no.id>; from schapal@MAIL.JONESCTR.ORG on Thu, Apr 27,
              2000 at 10:31:28PM -0400
Content-Type: text/plain; charset=us-ascii

On Thu, Apr 27, 2000 at 10:31:28PM -0400, Scott Chapal wrote:

> In UNIX: > > sas -editcmd /usr/bin/vi > sas -editcmd /usr/local/bin/emacs > > Or the inverse - launch SAS from emacs [ESS]: > > \SEC

There's also a "pipeline" mode for running SAS -- it reads from standard input, sends the "list" to standard output, and "log" to standard error.

I'd commented on this in the past year on SAS-L. Had set up a shell script to invoke SAS as a pipeline, and found it very handy to pipe vi buffer content through SAS. Using the undo/redo features of vi it was possible to do some fairly quick prototyping in a comfortable <g> editing environment.

-- Karsten M. Self <kmself@ix.netcom.com> http:/www.netcom.com/~kmself What part of "Gestalt" don't you understand? http://gestalt-system.sourceforge.net/ GPG fingerprint: F932 8B25 5FDD 2528 D595 DC61 3847 889F 55F2 B9B0


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