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 2025: Register Today!

 

Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.


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.

SAS Training: Just a Click Away

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

Browse our catalog!

Discussion stats
  • 3 replies
  • 1096 views
  • 0 likes
  • 2 in conversation