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.

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
  • 4006 views
  • 1 like
  • 2 in conversation