BookmarkSubscribeRSS Feed
priya2
Calcite | Level 5

 I am getting a parameter update error that I am not sure how to resolve?

 

26 option validvarname=ANY ;

27

28

 

28 ! PROC IMPORT OUT= SKINNER.skn_data

29

30 file="/MARKET/NETWORK/MARKET & CHANNEL ANALYTICS/RETAIL ANALYTICS/Ad-Hoc Projects/Veronica's ad

30 ! hoc/xxx.txt"

31

32 DBMS=DLM REPLACE;

33

34 DELIMITER='|';

35

36 GETNAMES=YES;

37

38 DATAROW=2;

39 run;

NOTE: Unable to open parameter catalog: SASUSER.PARMS.PARMS.SLIST in update mode. Temporary parameter values will be saved to

WORK.PARMS.PARMS.SLIST.

ERROR: Physical file does not exist, /MARKET/NETWORK/MARKET & CHANNEL ANALYTICS/RETAIL ANALYTICS/Ad-Hoc Projects/Veronica's ad hoc/xxx.txt.

ERROR: Import unsuccessful. See SAS Log for details.

NOTE: The SAS System stopped processing this step because of errors.

NOTE: PROCEDURE IMPORT used (Total process time):

real time 0.36 seconds

cpu time 0.09 seconds

 

2 REPLIES 2
ballardw
Super User

The parameter list is not an error. Your actual error is more likely the path to the datafile. You really should provide a complete path from the root or mount point. As written SAS is looking subordinate to where the SAS execution point is, a relative path.

priya2
Calcite | Level 5

I believe you are right. I had suspicion on the file path. so i saved the data to a different folder. the apostrophe in the file folder path.. was giving the error.

thanks

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
  • 2 replies
  • 814 views
  • 0 likes
  • 2 in conversation