loveitlive
Technical User
Hi, everybody, could you help me with the following question: I am loading data from Excel to SAS. In Excel,some of the data is like:
Min Max Rate
300 350 $1200
300-350 is a range where they all have the same rate of $1200, so I want to create a dataset in SAS that is like the following:
code Rate
300 $1200
301 $1200
302 $1200
...
350 $1200.
How can I do this? Thank you so much for your help.
Min Max Rate
300 350 $1200
300-350 is a range where they all have the same rate of $1200, so I want to create a dataset in SAS that is like the following:
code Rate
300 $1200
301 $1200
302 $1200
...
350 $1200.
How can I do this? Thank you so much for your help.