|
I have SAS data set with 2 columns(Variables) that have data that is
laid out like this
Column1
X5 X8 X12 X9 X1
Column2
1990 1991 1992 1993 1994
I have no control on how many values that can be in 1 cell. There
could be 1 or 20.
I need to know if it's possible to break this data out so it appears
1990 X5
1991 X5
1992 X5
1993 X5
1994 X5
1990 X8
1991 X8
1992 X8
1993 X8
1994 X8
etc....
I'm very new to SAS and I would appricate any help I can get.
Thank You
Jerry
|