Thanks to everyone who responded. Martin, you were correct, I meant labels.
I decided to use -descsave- because of a very useful variable it creates called order which I use later.
descsave `vars', saving(`desc_labels', replace) rename(name Variable) keep(Variable varlab order)
Ronnie
Austin Nichols wrote:
Ronnie Babigumira <[email protected]>:
Try:
sysuse auto
ssc inst descsave
descsave, sa(test)  keep(name varlab)
use test
li
On Thu, May 8, 2008 at 12:25 PM, Ronnie Babigumira <[email protected]> wrote:
Dear List
How can I create a small data set made up of variable names and variable
levels for some variables in a data set.
Something like this from the auto data
variable        var_label
make            Make and Model
price           Price
mpg             Mileage (mpg)
length          Length (in.)
trunk           Trunk space (cu. ft.)
Ronnie
*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/
*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/
*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/