Hi all, I try to import in SAS multiple EXCEL files. Specifically I import "Named ranges" that reside in various spreadsheets (from various EXCEL files). Each "named range" has a name like BLUE_GREEN_WHITE_N_P_1999 BLUE_GREEN_WHITE_N_P_2000 ........................ ........................ BLUE_RED_WHITE_N_P_1999 BLUE_RED_WHITE_N_P_2000 ........................ ........................ etc. Is it possible to "parse" the above names i.e. BLUE, GREEN, WHITE, N, P, 1999 to create: 1.- variables with these names that will be added to the right of the imported "named range" area 2.- populate these variables with their names New created variables Named range BLUE GREEN WHITE N P 1999 VAR1 VAR2 ..........................VAR20 BLUE GREEN WHITE N P 1999 4555 555 566 BLUE GREEN WHITE N P 1999 4555 555 566 BLUE GREEN WHITE N P 1999 4555 555 566 ......................................................................................................................... I would like to thank you in advance Best regards Nikos
... View more