Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error with join #23

Closed
sebastien-willis opened this issue Feb 13, 2019 · 3 comments
Closed

error with join #23

sebastien-willis opened this issue Feb 13, 2019 · 3 comments

Comments

@sebastien-willis
Copy link

The command -join- appears to fail with the error message 3598 when the master dataset is a tempfile. See reproducible example below. I am running Stata 14.0 on mac OS X 10.13.6.

sysuse auto , clear
generate id = _n
preserve
keep id make price mpg
tempfile tmp
save "tmp'" restore keep id foreign join , into("tmp'") by(id)

@sergiocorreia
Copy link
Owner

Should be fixed; code was not dealing correctly with the quotes around tmp.

Let me know if it works on your side.

Best,
S

@sebastien-willis
Copy link
Author

I will need to wait for the version of ftools to be updated on the server I'm using, but locally it seems to work fine now, thanks very much.

@sergiocorreia
Copy link
Owner

Great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants