BookmarkSubscribeRSS Feed
fredbell
Fluorite | Level 6
Hello again

I can't explain why i get this error, why does it look for P:\DMC?

ERROR: Physical file does not exist,
P:\DMC\\\mtrlpqdc304\busint_SS$\msg\2010\Report_for_2010_july2010_20100810.xls.



%let report="\\mtrlpqdc304\busint_SS$\msg\2010\Report_for_2010_july2010_20100810.xls";
ods listing close;
ods html file=&report RS=none style=styles.noborder;

option nodate;
title1 'Outsourcer lateness - 2010';
title2 ' ';
1 REPLY 1
Cynthia_sas
SAS Super FREQ
Hi:
Are you by any chance using SAS Enterprise Guide to submit code to a server??? Or possibly running SAS under a Business Intelligence Platform configuration??? It looks like something in your configuration is putting that location "P:\DMC" in front of the path created by FILE=. These previous forum postings and Tech Support notes might be relevant:
http://support.sas.com/forums/thread.jspa?threadID=10994
http://support.sas.com/forums/thread.jspa?threadID=7840
http://support.sas.com/kb/37/593.html
http://support.sas.com/documentation/cdl/en/hostwin/63285/HTML/default/viewer.htm#win-sysop-sasiniti...
http://support.sas.com/documentation/cdl/en/hostwin/63285/HTML/default/viewer.htm#startsas.htm#workd...
http://support.sas.com/kb/23/457.html
http://support.sas.com/kb/17/709.html

You might want to work with your SAS Administrator to investigate settings in the configuration file used or investigate SAS Option settings for SASINITIALFOLDER by using this code:
[pre]
proc options group=envfiles;
run;
[/pre]

PROC OPTIONS output is written to the SAS log, so you should be able to see where/whether "P\DMC" appears in the list of option values.

cynthia

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 1 reply
  • 3777 views
  • 0 likes
  • 2 in conversation