BookmarkSubscribeRSS Feed
thanikondharish
Calcite | Level 5

a1

a2

a3

a4

a5

name

age

sex

country

race

101

22

f

india

black

102

23

m

india

white

103

24

f

usa

black

 

take first record create as variable names like see below

name

age

sex

country

race

101

22

f

india

black

102

23

m

india

white

103

24

f

usa

black

 

 

5 REPLIES 5
thanikondharish
Calcite | Level 5
i did by using import but how to do without using proc import
andreas_lds
Jade | Level 19

There is no information about "race" in the first table ...

 

The name alone is not sufficient to create a variable, type and length are required, too. That information could be extracted for the variables a1-a4 from sashelp.vcolumn, so you don't need to provide it, if having all variables as character-vars satisfies conditions.

 

Is it really necessary to create new variables? Would renaming a1-a4 be ok?

 

Can you post the table as dataset using datalines statement, so that we have something to work with?

 

Ksharp
Super User

proc import............;

getnames=yes;

run;

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

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
  • 5 replies
  • 709 views
  • 6 likes
  • 4 in conversation