>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.