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 2004, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 7 Jul 2004 12:27:34 -0400
Reply-To:     sashole@bellsouth.net
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "Paul M. Dorfman" <sashole@BELLSOUTH.NET>
Organization: Sashole of Florida
Subject:      Re: Autoexec sas v9 under Linux
Comments: To: ninon <ndavi@AUFEMININ.COM>
In-Reply-To:  <cce91815.0407062318.2d136bed@posting.google.com>
Content-Type: text/plain; charset="us-ascii"

Ninon,

SAS seems to be pretty clear telling it does not recognize XSYNC option - I do not believe there is one under Unices (unlike XSYNC *command*). Besides, you miss a semicolon after the DM statement running AF.

Kind regards, ---------------- Paul M. Dorfman Jacksonville, FL ----------------

> -----Original Message----- > From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On > Behalf Of ninon > Sent: Wednesday, July 07, 2004 3:18 AM > To: SAS-L@LISTSERV.UGA.EDU > Subject: Autoexec sas v9 under Linux > > Hi, > I want run a sas program in batch mode and my autoexec.sas > file return error. My autoexec file is : > > dm 'nums on'; > > > libname one '!lib1'; > libname two '!lib2'; > > options compress=no > linesize=90 > msglevel=n > pagesize=60 > xsync > noxwait; > > > dm 'af c=librairy.source.pgm.scl aws=no' > > endsas; > > In my log I have these errors : > > NOTE: Library one does not exist. > NOTE: Library two does not exist. > NOTE: AUTOEXEC source line. > 29 xsync > ----- > 13 > ERROR 13-12: Unrecognized SAS option name, XSYNC. > NOTE: AUTOEXEC source line. > 30 noxwait; > ------- > 13 > ERROR: Invalid window ENDSAS in DM statement. > > Have you an example of an autoexec file under unix or linux ? > Thanks > Ninon >


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