|
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]
Re: st: fdasave question
I saw no lines echoing the file locations, but no error message either.
P
Joseph Coveney wrote:
E. Paul Wileyto wrote:
I've been trying to use fdasave, and create a .sas file and a .xpf file
with value labels using the val option.
Can anyone tell me where Stata puts the .sas and .xpf files? They are
not going to the using directory. They are not going to c:\data. They
are not going to my SAS folder. And when I search for them, they do not
appear to exist.
--------------------------------------------------------------------------------
Stata seems to tell you where it's keeping all of the files, and it
seems to
be just where you direct it to, even if by default. See the lines below
that don't begin with a period (full stop) for the feedback that Stata
gives
you during an -fdasave- command. Is there something in the output text
that's different when you try the commands?
Joseph Coveney
. display in smcl as result "`c(pwd)'"
F:
. sysuse auto
(1978 Automobile Data)
. fdasave F:\auto_foreign.xpt, rename vallabfile(both)
the following variable(s) were renamed in the output file:
displacement -> DISPLACE
gear_ratio -> GEAR_RAT
warning: internally recorded dataset name was shortened to auto_for in
F:\auto_foreign.xpt
file F:\auto_foreign.xpt saved
file F:\auto_foreign.sas saved
file F:\formats.xpf saved
*
* 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/
--
E. Paul Wileyto, Ph.D.
Assistant Professor of Biostatistics
Tobacco Use Research Center
School of Medicine, U. of Pennsylvania
3535 Market Street, Suite 4100
Philadelphia, PA 19104-3309
215-746-7147
Fax: 215-746-7140
[email protected]
http://mail.med.upenn.edu/~epw/
*
* 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/