sysuse auto, clear qui ds local x = "`r(varlist)'" foreach var of local x { di `"`: variable label `var''"' }