Deleting Value Maps
Posted: Fri Jan 23, 2009 3:36 am
Dear all,
once again I'm stuck.
I want to delete the value maps of all series in my work file. (I recoded at least some of my variables so the value maps don't make any sense anymore.)
Based on a program you showed me I "worked" out the following:
group allvars *
allvars.drop resid
for !i=1 to allvars.count
allvars.@seriesname(!i).map
next
which actually didn't worked out..(While it does SOMETHING it doesn't fulfill the intended task) :-(
Gratefully yours
Lama
once again I'm stuck.
I want to delete the value maps of all series in my work file. (I recoded at least some of my variables so the value maps don't make any sense anymore.)
Based on a program you showed me I "worked" out the following:
group allvars *
allvars.drop resid
for !i=1 to allvars.count
allvars.@seriesname(!i).map
next
which actually didn't worked out..(While it does SOMETHING it doesn't fulfill the intended task) :-(
Gratefully yours
Lama