Access the answers to your technology questions today.
Subscribe Now
30-day free trial. Register in 60 seconds.
What Makes Experts Exchange Unique?
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.
Try it out and discover for yourself.
Subscribe Now
30-day free trial. Register in 60 seconds.
Join the Community
Give a Little. Get a Lot.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Join the Community
by: richdiesalPosted on 2009-06-16 at 11:13:29ID: 24640685
As far as I know, there's no way to merge tables automatically. Even by hand, it's a little tricky. However, I'm wondering if you could simply turn on double labels - in Options under the Edit menu, select the Output Labels tab and select "Values and Labels" wherever you can set that option. That _should_ add the output you want to the DISPLAY DICTIONARY command that you're using (emphasis on should).
If that doesn't work, plain text output is much trickier. There's no way to simply output the labels, as far as I know, but if you're willing to do a little text parsing, you'd probably be able to extract them from an SPSS Portable file, which saves all of the SPSS info in plain text. Just go to File/Save As and select SPSS Portable. Open that file in a text editor, and you'll see the labels you are interested in embedded somewhere toward the end. I've never been able to make sense of their ASCII codes, but perhaps you'll have better luck...