How can we import files from PC directly in SAS University Edition?

本秂侑毒 提交于 2019-12-30 11:08:23

问题


I am using SAS University Edition and i have to import files into SAS software. I have tried using 'infile' and 'proc import' statements but these are not working when accessing the files directly from PC.

Is there a way to access the files directly from PC in SAS UE?


回答1:


Yes.

  1. In the folder where you have SAS University Edition VM located created a folder called myfolders.

  2. In the VM create a shared folder to that folder using the VM settingsn th

  3. Move the file to that location and use a UNIX path that is case sensitive to refer to the file in your infile statement.

There are other ways but this is the simplest to start off with.

Detailed instructions vary slightly based on your OS (MAC/PC) and VM(ORACLE/VMWARE). Please see the SAS Analytics Help Centre FAQ http://support.sas.com/software/products/university-edition/faq/main.htm and here: https://communities.sas.com/docs/DOC-7211



来源:https://stackoverflow.com/questions/28426511/how-can-we-import-files-from-pc-directly-in-sas-university-edition

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!