Hello, I have hundreds .txt files in the following data structure: "date, (mm/dd/yyyy)", "weigh, (lb)", "height, (cm)", "sys blood pressure", "dia blood pressure", "heart rate", "temperature" "01/10/2011", "140", "170", "120", "85", "90", "99.2" "01/12/2011", "139", "170", "126", "90", "96", "98.9" ............................................................................ ............................................................................. The first 2 rows (I have 5 rows in my files but just listed 2 here for simplicity) are the variable names. Each .txt file contains a subject's yearly info., and the files name is the subject's id (for exmaple, 001002). I need to read the hundreds of .txt files in to one SAS file and have the file names (id) into one variable (id) in the data set. Can anyone help? Thanks in advance,
... View more