﻿
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.
data list free(',')/x y z.
begin data.
1,2,3
4,5,6
7,8,9
end data.
list.


List
Notes
|---------------------------------------------|--------------------|
|Output Created                               |01-SEP-2013 21:53:11|
|---------------------------------------------|--------------------|
|Comments                                     |                    |
|--------------|------------------------------|--------------------|
|Input         |Filter                        |<none>              |
|              |------------------------------|--------------------|
|              |Weight                        |<none>              |
|              |------------------------------|--------------------|
|              |Split File                    |<none>              |
|              |------------------------------|--------------------|
|              |N of Rows in Working Data File|3                   |
|---------------------------------------------|--------------------|
|Syntax                                       |list.               |
|--------------|------------------------------|--------------------|
|Resources     |Processor Time                |00:00:00,01         |
|              |------------------------------|--------------------|
|              |Elapsed Time                  |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.


List
Notes
|---------------------------------------------|--------------------|
|Output Created                               |01-SEP-2013 21:53:12|
|---------------------------------------------|--------------------|
|Comments                                     |                    |
|--------------|------------------------------|--------------------|
|Input         |Filter                        |<none>              |
|              |------------------------------|--------------------|
|              |Weight                        |<none>              |
|              |------------------------------|--------------------|
|              |Split File                    |<none>              |
|              |------------------------------|--------------------|
|              |N of Rows in Working Data File|3                   |
|---------------------------------------------|--------------------|
|Syntax                                       |list.               |
|--------------|------------------------------|--------------------|
|Resources     |Processor Time                |00:00:00,01         |
|              |------------------------------|--------------------|
|              |Elapsed Time                  |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.


List
Notes
|---------------------------------------------|--------------------|
|Output Created                               |01-SEP-2013 21:53:12|
|---------------------------------------------|--------------------|
|Comments                                     |                    |
|--------------|------------------------------|--------------------|
|Input         |Filter                        |<none>              |
|              |------------------------------|--------------------|
|              |Weight                        |<none>              |
|              |------------------------------|--------------------|
|              |Split File                    |<none>              |
|              |------------------------------|--------------------|
|              |N of Rows in Working Data File|3                   |
|---------------------------------------------|--------------------|
|Syntax                                       |list.               |
|--------------|------------------------------|--------------------|
|Resources     |Processor Time                |00:00:00,01         |
|              |------------------------------|--------------------|
|              |Elapsed Time                  |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.


List
Notes
|---------------------------------------------|--------------------|
|Output Created                               |01-SEP-2013 21:53:12|
|---------------------------------------------|--------------------|
|Comments                                     |                    |
|--------------|------------------------------|--------------------|
|Input         |Filter                        |<none>              |
|              |------------------------------|--------------------|
|              |Weight                        |<none>              |
|              |------------------------------|--------------------|
|              |Split File                    |<none>              |
|              |------------------------------|--------------------|
|              |N of Rows in Working Data File|3                   |
|---------------------------------------------|--------------------|
|Syntax                                       |list.               |
|--------------|------------------------------|--------------------|
|Resources     |Processor Time                |00:00:00,01         |
|              |------------------------------|--------------------|
|              |Elapsed Time                  |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

