BookmarkSubscribeRSS Feed
atulsingh
Obsidian | Level 7

Hello everyone,

 

I am importing a csv file in sas and one of the observations include data like Datsun_715

when i am importing such mixed data in sas it is only reading Datsun_

and that 715  is not getting read.

what to do? please suggest?

3 REPLIES 3
atulsingh
Obsidian | Level 7

what if i redefine the length of the corresponding variable?

Reeza
Super User

@atulsingh wrote:

what if i redefine the length of the corresponding variable?


If the variable has already been read incorrectly changing the length won't change the underlying value. 

 

Another fix for an 'incorrect' import from CSV Is to make the GUESSINGROWS option big - as large a the file. This means it scans the entire column before deciding on a length and format. 

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

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
  • 1331 views
  • 0 likes
  • 3 in conversation