Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Error 639

    Hi

    I am trying to run a do file and getting the following error message
    I have checked and there is enough space available on the disk.


    I/O error writing .dta file
    Usually such I/O errors are caused by the
    disk or file system being full.
    r(693);

    end of do-file

    r(693);


  • #2
    You don't show us the command you ran, but it is possible that you attempted to write the .dta file into a directory in which you do not have write permission. This can often happen when your current working directory is not what you think it is, and your save command does not give a full path, but instead writes into the working directory. The pwd command can tell you what your current working directory is.

    Comment

    Working...
    X