I am importing a table from an Access database into SAS where the sequence column became corrupted. I need to create a new sequence column in SAS. I don't want to re-create the sequence number in Access, as the source tables are replenished on a regular schedule. Is there something like an autonumber column that one can add to SAS?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
migrated from stats.stackexchange.com Aug 31 '12 at 13:33
|
When you read in a data set in SAS,
|
|||||||||||||
|
|
You can do something like this:
There is also |
||||
|
|
|
A classic example of
Log:
|
|||
|
|