BookmarkSubscribeRSS Feed
atulsingh
Obsidian | Level 7

i am trying to run the below code in WPS server but it's not working. However, in SAS studio the code is running sucessfully. Please help me running it on WPS.

 

 

The error file is attached below.


Untitled.png
5 REPLIES 5
RW9
Diamond | Level 26 RW9
Diamond | Level 26

Well, from that error it is telling you that refname- a file reference - either has not been set, does not exist, or the system does not have access to the file.  Fix the filref to point to a valid area/file to which the system has access to.

atulsingh
Obsidian | Level 7

I don't know, how to provide reference to external files in wps.

RW9
Diamond | Level 26 RW9
Diamond | Level 26

You will need to consult the manual on WPS as I don't use that, however you should be able to do it in the code there with a

fileref rename "<path to file>/<filename>";

 

http://support.sas.com/documentation/cdl/en/hostwin/69955/HTML/default/viewer.htm#n07buc7sg08fdrn1c1...

Reeza
Super User
WPS reads the file the same way SAS does. In datafile parameter include the full path to your file on your server. Note that your server likely can't see your desktop and any files on your local drive.

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 5 replies
  • 3985 views
  • 0 likes
  • 4 in conversation