| 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 |
|
| 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
|