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 (February 1998, 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 Feb 1998 16:58:57 EST
Reply-To:   "Christopher A. Roper" <QLXCAR@AOL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:   "Christopher A. Roper" <QLXCAR@AOL.COM>
Subject:   Re: filename gsasfile errors
Comments:   To: jr4@IX.URZ.UNI-HEIDELBERG.DE
Content-type:   text/plain; charset=US-ASCII

Maria,

change your filename statement to exist on fewer lines, i.e.

change this:

filename gsasfile ( 'p01.cgm' 'p02.cgm' 'p03.cgm' 'p04.cgm' ) ;

to this:

filename gsasfile ( 'p01.cgm' 'p02.cgm' 'p03.cgm' 'p04.cgm' ) ;

That might just help.

Chris.

Christopher A. Roper Qualex Consulting Services, Inc. Chris.Roper@qlx.com www.qlx.com


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