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 (June 2003, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 12 Jun 2003 22:25:41 -0400
Reply-To:     Tony <hztangli@YAHOO.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Tony <hztangli@YAHOO.COM>
Subject:      Re: create sas catalog without x window on unix

On Wed, 11 Jun 2003 11:33:20 +0100, Peter Crawford <peter@CRAWFORDSOFTWARE.DEMON.CO.UK> wrote:

>Tony <hztangli@YAHOO.COM> writes >>Hi All, >>I don't have x window on unix. >>Is there any way to run a batch sas code to create a new catalog and >>save a sas code (for example,foo.sas) as a new source entry(for >>example,foo.source) into that new catalog ? >>Thanks, >>Tony > >This might work , >It looks platform independent. > >filename sourcent catalog 'sasuser.profile.foo.source' ; >data _null_; > infile 'foo.sas' truncover ; > file sourcent ; > input ; > put _infile_; >run; > >-- >Peter Crawford >available for SAS consultancy contracts

Thanks,Peter.


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