Hello all,
I am running SAS University Edition on VirtualBox. I tried importing data through the wizard and of the 19798 rows of my data only 100 were imported into my work folder. How do I get all of my data in there to continue working.
Best regards
There are probably a number of things that could have gone wrong, but you haven't really given enough information to suggest or eliminate any of them. You might have told it to use the wrong type of import for the type of file you had.
What type of file are trying to import?
In general you don't need to use the SAS/Studio interface to import data as regular SAS code can normally do the job. Just make sure the file you want to read is placed in the folder on your real machine that you shared with the virtual machine so that the SAS code can see it.
What makes you think the import was wrong?
Show the code you used and your log please.
Note that in SAS Studio 100 is the number of observations that the viewer shows you by default, you click the little arrow to move to the next set of observations.
To see the number of total observations, check the Total Rows statistics on the top of the viewer.
@Chrysanthus wrote:
Hello all,
I am running SAS University Edition on VirtualBox. I tried importing data through the wizard and of the 19798 rows of my data only 100 were imported into my work folder. How do I get all of my data in there to continue working.
Best regards
@Chrysanthus wrote:
Hello all,
I am running SAS University Edition on VirtualBox. I tried importing data through the wizard and of the 19798 rows of my data only 100 were imported into my work folder. How do I get all of my data in there to continue working.
Best regards
Were there any comments or notes in the log?
One that can occur with varying length lines of data is something like:
NOTE: SAS went to a new line when INPUT statement reached past the end of a line.
Best would be to repeat the process and then look at the Log, copy the text from the log for the entire step, generated code if any and all notes. The paste into a text box opened on the forum with the </> icon.
Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!
SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.
Find more tutorials on the SAS Users YouTube channel.