In Stata 9, "svy: proportion" is e-class and returns the results in e(b)
In Stata 8, you can create a set of dummy variables for the categories, 
and use -svymean- to get teh proportions:
  . tab myvar, gen(myvar_)
  . svymean myvar_*
--Nick Winter
At 03:21 PM 5/4/2005 +0100, you wrote:
Hello all,
after using the svyprop command I would like to use the estimated 
proportions
from svyprop for further analysis/modeling. I couldn't find a possibility 
to
store the results in an new data file and I am wondering if I missed 
something
out. As I have many by groups writing down the results from the screen and
input them into a new file is not really an option for me. Does anyone 
have a
suggestion how to get on here or any other possibilities/commands which 
would
allow me to do this job?
Thank you,
Markus
*
*   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/
--------------------------------------------------------
Nicholas Winter                           607.255.8819 t
Assistant Professor                       607.255.4530 f
Department of Government              [email protected] e
308 White Hall            falcon.arts.cornell.edu/nw53 w
Cornell University
Ithaca, NY 14853-4601
*
*   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/