I want to put my data on server so that sb could see it by using the command sysuse.
To do so I tried to use copy command. My file I wanna put on server is called Masterdata.dta
I used the command:
copy Masterdata.dta guest.dta, public
I am very confused. In my directory when I have a file Masterdata.dta I see the new file guest.dta. However, when I run stata again and type sysuse guest, clear. I see: file guest.dta not found. It means it's not on server. Could somebody help me how I can make my file available to everybody?
To do so I tried to use copy command. My file I wanna put on server is called Masterdata.dta
I used the command:
copy Masterdata.dta guest.dta, public
I am very confused. In my directory when I have a file Masterdata.dta I see the new file guest.dta. However, when I run stata again and type sysuse guest, clear. I see: file guest.dta not found. It means it's not on server. Could somebody help me how I can make my file available to everybody?
Comment