BookmarkSubscribeRSS Feed
P_S_
Obsidian | Level 7
Hello,
I am trying to read some excel, txt etc files stored in a PC shared drive using UNIX SAS directly rather than PC SAS. I am using
libname abc pcfiles but not having much luck with it. The error I get is:

ERROR: The PCFILES engine cannot be found.

Have anyone tried this before?

Thank you,
P.S.
3 REPLIES 3
Doc_Duke
Rhodochrosite | Level 12
yes. It does not work. The Unix versions of SAS do not support the PC files engines.

You can read .txt files just as though they were on Unix. Reading Excel files requires (PC) SAS to call some of the Microsoft routines to get the work done, so Unix SAS can't do that.

It is documented with the PCFILES engine.

Doc Muhlbaier
Duke
P_S_
Obsidian | Level 7
Hi Doc@Duke,

You have mentioned that you can 'You can read .txt files just as though they were on Unix.'. Would you mind sharing the tips on how you can do it. I have some txt files as well. It will be helpful.

Thank you,
P.S.
Doc_Duke
Rhodochrosite | Level 12
The only difference between a Unix text file and a PC text file is the end-of-line character. Fortunately, SAS treats them both the same. Therefore, you can use the usual tools to read the text files. DATA, INFILE, INPUT all work the same. PROC IMPORT will also bring in .CSV files.

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!

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

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