Hello SAS community. I am a beginner using SAS studio and I am trying to get my simple excel spreadsheet variables to be accepted and processed by the program when I hit the run button. My variables come back as errors in the log.
This is my SAS Work.Import file.
I tried to use the Code 08a Correlations file:
This is what comes back in the log.
What can I do to clear up the errors? Thanks in advance.
There are no underscores in the variable names. Apparently you have set the SAS option VALIDVARNAME to ANY, and so variable names have spaces in them. To refer to variable names with spaces, you would use, for example: 'Number of Vehicles'n
There are no underscores in the variable names. Apparently you have set the SAS option VALIDVARNAME to ANY, and so variable names have spaces in them. To refer to variable names with spaces, you would use, for example: 'Number of Vehicles'n
This is what I ran using your instructions;
This is what showed up in the error log this time;
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
Ready to level-up your skills? Choose your own adventure.