admin管理员组文章数量:1394126
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
1 Answer
Reset to default 0You'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.
本文标签: spssProblems Saving sav Files To Onedrive On MacStack Overflow
版权声明:本文标题:spss - Problems Saving .sav Files To Onedrive On Mac - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744773247a2624468.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论