BookmarkSubscribeRSS Feed
K23
Calcite | Level 5 K23
Calcite | Level 5

Hello,

 

 

I have data on excel. There are two (#1 and #2) students answering few questions (1, 2 and 3). I am trying to read these data into SAS. I have written the following code. But it does not work. 

 

 

 proc import out=Report.student;

                     datafile= '/......./ ......./......./Report.xlsx';

                     dbms=execl replace;

                     run;

                    

 

There are  blank spaces in the sheet too. How can I write "Missing" in those blank spaces? 

                      

3 REPLIES 3
ballardw
Super User

Please describe "doesn't work". Was there an error? Incomplete data? Unexpected data? No data?.

 

 

In SAS Missing is a special property for not assigned data. If you want to see the word "MISSING" displayed for those value you use a Format.

K23
Calcite | Level 5 K23
Calcite | Level 5

There are three errors. It says - 

Invalid logical name

Error in Filename statement

Staement is not valid.

ballardw
Super User

It is a very good idea to always use a full path for filenames. That would cause that. A full posting of the error message my provide additonal information.

 

Issues come up with environment such as SAS University Edition or server set up what that may consist of. Servers often are not set up by default to see your local hard drive and an admin needs to help you set upt the syntax and network settings. University Edition only sees locations subordinate to the virtual machine install locaction. All data must be in a path subordinate to that location.

SAS INNOVATE 2024

Innovate_SAS_Blue.png

Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.

If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website. 

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.

Get the $99 certification deal.jpg

 

 

Back in the Classroom!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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