BookmarkSubscribeRSS Feed
jamie0111
Calcite | Level 5

Hi, there.

 

I have big data(exactly 2,770,880 rows and more than 200 columns).

I want to make column name member with each rows number.

The result will be

 

     column A        column B       ......       member

1.   245                    250                              1

2.   250                   255                               2

3.    255                   260                              3

4.    260                   270                              4

        ...                     ...                                 ...

 

 

Any help and tips will be much appreciated!

Thanks, Jamie.

 

3 REPLIES 3
jamie0111
Calcite | Level 5

I can't understand what you mean.. sorry...

Please explain more detail??

 

Thanks, Jamie.

Kurt_Bremser
Super User

_n_ is an automatic variable that you get in a data step that counts up everytime the data step jumps from the end to the top of the code.

This can be used to create a unique ascending number, as you wanted.

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
  • 3 replies
  • 3324 views
  • 1 like
  • 2 in conversation