BookmarkSubscribeRSS Feed
lavernal
Calcite | Level 5

Hi all,

I am trying to use proc import to create a SAS database. In particular, one of my columns contain CUSIP data, in which some are 9 digits numbers while some contain a mix of numbers and characters. Thus, I want to make SAS read in that column as character rather than numeric variables, however, the first few rows of my data are all numeric rather than a mix of numeric and character, thus SAS reads in that column as numeric.

Is there a way to just change that column format into character while keeping the other columns as default? I have quite alot of columns so would hope not to have to redefine all columns.

Thank you for any help!

1 REPLY 1
Jagadishkatam
Amethyst | Level 16

Hi ,

Please include the below statement in the proc import code, this will convert the numeric data to character values. This will help you to change the variable into character where there is numeric as well as character data, other columns will be as they are.

MIXED=YES;

Thanks,

Jagadish

Thanks,
Jag

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

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

View all other training opportunities.

Discussion stats
  • 1 reply
  • 962 views
  • 0 likes
  • 2 in conversation