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:   Thu, 19 Feb 1998 20:23:55 +0100
Reply-To:   Maria Michaela Habram <jr4@IX.URZ.UNI-HEIDELBERG.DE>
Sender:   "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:   Maria Michaela Habram <jr4@IX.URZ.UNI-HEIDELBERG.DE>
Organization:   University of Heidelberg, Germany
Subject:   filename gsasfile errors
In-Reply-To:   <34DA5B8B.3A66@DanSources.com>
Content-Type:   TEXT/PLAIN; charset=US-ASCII

Hello,

how can I do this correctly?

7516 7517 libname recurs 'sascat'; NOTE: Libref RECURS was successfully assigned as follows: Engine: V612 Physical Name: /afs/urz.uni-heidelberg.de/usr/psi/jr4/SAS/sascat 7518 7519 Options 7520 MPRINT MLOGIC; 7521 /* 7522 filename gsasfile1 'p01.cgm'; 7523 filename gsasfile2 'p02.cgm'; 7524 filename gsasfile3 'p03.cgm'; 7525 filename gsasfile4 'p04.cgm'; */

7543 filename gsasfile 'p01.cgm' 7544 'p02.cgm' --------- 23 7545 'p03.cgm' 7546 'p04.cgm'; 7564 7565 goptions reset=global gunit=pct border 7566 ftext=swissb htitle=6 htext=3 7567 gaccess=gsasfile 7568 gsfmode=replace 7569 noprompt device=cgmcrt; 7570 7571 proc gimport fileref=gsasfile 7572 filetype=cgm format=binary; 7573 7574

ERROR 23-2: Invalid option name 'p02.cgm'.

ERROR: No logical assign for filename GSASFILE.

regards

------------------------------------------------------------ Maria Michaela Habram-Blanke Email: jr4@ix.urz.uni-heidelberg.de ------------------------------------------------------------


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