最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

spss - Problems Saving .sav Files To Onedrive On Mac - Stack Overflow

programmeradmin0浏览0评论

SPSS has no problem opening the .sav files from my onedrive. However, whenever I try to save changes to the data I get the following error:

SAVE OUTFILE="ONEDRIVEPTH"+ 
    "OFILEPTH/OFILENAME.sav" 
  /COMPRESSED. 
 
>Error # 61 in column 14.  Text: ONEDRIVEPTH,OFILEPTH/OFILENAME.sav 
>The filename is not valid. 
>Execution of this command stops```

I can save syntax files to the onedrive no problem. SPSS has full disk access so I don't think it is a permissions issue. 

SPSS has no problem opening the .sav files from my onedrive. However, whenever I try to save changes to the data I get the following error:

SAVE OUTFILE="ONEDRIVEPTH"+ 
    "OFILEPTH/OFILENAME.sav" 
  /COMPRESSED. 
 
>Error # 61 in column 14.  Text: ONEDRIVEPTH,OFILEPTH/OFILENAME.sav 
>The filename is not valid. 
>Execution of this command stops```

I can save syntax files to the onedrive no problem. SPSS has full disk access so I don't think it is a permissions issue. 
Share Improve this question asked Mar 11 at 20:05 Jake ParksJake Parks 111 bronze badge
Add a comment  | 

1 Answer 1

Reset to default 0

You've got the path written badly (slashes, not backslashes, missing a slash and more).

The easiest way to get it right is to use the menus to save the file, but instead of clicking save, click "paste". This will paste the right syntax for this in the syntax window. Now you can copy and edit the syntax for your needs.

发布评论

评论列表(0)

  1. 暂无评论