1 title 'Test for AUTORECODE procedure'.
3 /* Tries AUTORECODE on some random but similar strings of characters.
4 data list /x 1-5(a) y 7.
7 asdfk 0 3 <---- These are the numbers that should be produced for a 4
13 asdfk 0 3 These are the numbers that should be produced for b ----> 4
17 autorecode x y into a b/descend.
19 /* This should produce the values indicated in the data above.
22 /* Just to make sure it works on second & subsequent executions,
27 /* This should display:
28 /* z 0 0 1 0 1 4 4 0 0
29 /* w 1 1 2 1 2 3 3 1 1