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