Hi all, I need to create a single SAS data set by importing several TXT files by the names, residing in a specified folder: Q_RED_2001Q1.txt, Q_RED_2001Q2.txt, Q_RED_2001Q3.txt, Q_RED_2001Q4.txt, Q_GREEN_2001Q1.txt, Q_GREEN_2001Q2.txt, Q_GREEN_2001Q3.txt, Q_GREEN_2001Q4.txt, Q_RED_2002Q1.txt, Q_RED_2002Q2.txt, Q_RED_2002Q3.txt, Q_RED_2002Q4.txt, Q_GREEN_2002Q1.txt, Q_GREEN_2002Q2.txt, Q_GREEN_2002Q3.txt, Q_GREEN_2002Q4.txt ........................................................................................................................................... I need also, in the new total SAS dataset to create two more identifier variable i.e. TYPE ( RED or GREEN) and TRANSACTION_QTR (2001Q1 or 2001Q2 or 2001Q3 etc.) I would very much appreciate any hints. Thank you ina dvance Nikos
... View more