Hello. Since June this year I've used SPSS 28.0.1.0 (142). It seems that SAVE TRANSLATE command may be bugged. I would like to create a single spreadsheet of a dataset containing two sheets - with values and second with labels. When I run the second instance of SAVE TRANSLATE with the same file path in /OUTFILE and /APPEND instead of /REPLACE I always get 6452 error. Back in version 27 I didn't encounter such problems.
*** VALUES.
save translate
/outfile = "test_2022-09-29.xlsx"
/type = xls
/version = 12
/fieldnames value = names
/cells = values
/exceloptions sheet = "VALUES"
/replace.
execute.
*** LABELS - /append generates 6452 error.
save translate
/outfile = "test_2022-09-29.xlsx"
/type = xls
/version = 12
/fieldnames value = labels
/cells = labels
/exceloptions sheet = "LABELS"
/append.
execute.
What could be a reason for this problem?
Note: this problem occurs both in Unicode and Windows-1250 codepage.
------------------------------
Konrad Gałuszko
------------------------------
#SPSSStatistics