Other answers relate to the graphical interface, but some prefer to use a syntax editor. If you fall into this category, from a programming point of view, you can do something like:
SAVE TRANSLATE OUTFILE='path\to\file.csv' /TYPE=CSV /MAP /REPLACE /FIELDNAMES /CELLS=LABELS.
Note the last line, /CELLS=LABELS. - If you want to use the values ββinstead, you can change them to (surprise!) /CELLS=VALUES.
A5C1D2H2I1M1N2O1R2T1
source share