Indeed - that does appear to be the issue! My dataset has "vol_i_0000" before "year" and my other volume measures. # Variable Type Len 2 quarter Char 8 1 store_id Char 6 3 vol_I_0000 Num 8 7 vol_g_bd Num 8 6 vol_g_fp Num 8 8 vol_g_pl Num 8 5 vol_g_zz Num 8 4 year Char 4 After Art's response - which let me know that I wasn't entirely crazy in thinking that it should work, I did some testing and I narrowed it down to the fact that if I used RETAIN to reorder my variables in the PDV I could get it to work. Fried Egg, thanks so much - would you elaborate on this? I thought variable number only comes into play when using list operators like "--" ? So my thought that the colon-wildcard does some kind of character matching is entirely flawed. Is this only related to arrays? Reeza, thanks for your contribution also.
... View more