>Warning # 853 in column 23.  Text: es_CL
>The LOCALE subcommand of the SET command specifies a locale
>for which collation and translation are not available.
seems to be related to a misunderstanding of how DATA LIST FREE with

>Error # 1.  Nombre del comando: seems
>La primera palabra de la línea no se reconoce como comando an SPSS Statistics.
>La ejecución de este comando se detiene.
explicit delimiters works in SPSS.

I'm attaching some syntax that probes how this really works.  I'd

>Error # 1.  Nombre del comando: I
>La primera palabra de la línea no se reconoce como comando an SPSS Statistics.
>La ejecución de este comando se detiene.
appreciate it if anyone with SPSS would run it and show me the output.

Important: some of the lines in the syntax file end with tabs.  Some

>Error # 1.  Nombre del comando: Important
>La primera palabra de la línea no se reconoce como comando an SPSS Statistics.
>La ejecución de este comando se detiene.
editors will strip trailing white space, so be careful to just save the
syntax file directly and open it in SPSS.

Thank you very much!  This will help make PSPP better.

>Error # 1.  Nombre del comando: Thank
>La primera palabra de la línea no se reconoce como comando an SPSS Statistics.
>La ejecución de este comando se detiene.
data list free(',')/x y z.
begin data.
1,2,3
4,5,6
7,8,9
end data.
list.



Listar


Notas
Resultados creados 01-SEP-2013 21:36:05
Comentarios  
Entrada Filtro <ninguno>
Peso <ninguno>
Dividir archivo <ninguno>
Núm. de filas del archivo de trabajo 3
Sintaxis list.
Recursos Tiempo de procesador 00:00:00,01
Tiempo transcurrido 00:00:00,00










       x        y        z



    1,00     2,00     3,00

    4,00     5,00     6,00

    7,00     8,00     9,00





Number of cases read:  3    Number of cases listed:  3



data list free(',')/x y z.
begin data.
11,12,13,
14,15,16,
17,18,19,
end data.
list.



Listar


Notas
Resultados creados 01-SEP-2013 21:36:05
Comentarios  
Entrada Filtro <ninguno>
Peso <ninguno>
Dividir archivo <ninguno>
Núm. de filas del archivo de trabajo 3
Sintaxis list.
Recursos Tiempo de procesador 00:00:00,01
Tiempo transcurrido 00:00:00,00










       x        y        z



   11,00    12,00    13,00

   14,00    15,00    16,00

   17,00    18,00    19,00





Number of cases read:  3    Number of cases listed:  3



data list free(tab)/x y z.
begin data.
21 22 23
24 25 26
27 28 29
end data.
list.



Listar


Notas
Resultados creados 01-SEP-2013 21:36:05
Comentarios  
Entrada Filtro <ninguno>
Peso <ninguno>
Dividir archivo <ninguno>
Núm. de filas del archivo de trabajo 3
Sintaxis list.
Recursos Tiempo de procesador 00:00:00,01
Tiempo transcurrido 00:00:00,00










       x        y        z



   21,00    22,00    23,00

   24,00    25,00    26,00

   27,00    28,00    29,00





Number of cases read:  3    Number of cases listed:  3



data list free(tab)/x y z.
begin data.
31 32 33
34 35 36
37 38 39
end data.
list.



Listar


Notas
Resultados creados 01-SEP-2013 21:36:05
Comentarios  
Entrada Filtro <ninguno>
Peso <ninguno>
Dividir archivo <ninguno>
Núm. de filas del archivo de trabajo 3
Sintaxis list.
Recursos Tiempo de procesador 00:00:00,01
Tiempo transcurrido 00:00:00,00










       x        y        z



   31,00    32,00    33,00

   34,00    35,00    36,00

   37,00    38,00    39,00





Number of cases read:  3    Number of cases listed:  3



SAVE OUTFILE='/home/erasmo/Descargas/test/test.sav'
  /COMPRESSED.