Hi, I have 50 patients information and each is in saperate .txt file. The name of TXT file has a format like PAT00001.txt for 1st patient, PAT00002.TXT for second patient.. and this all file names are listed in another text file.
I need to read these patient information and study it.
To read individual patient file I can create data set for each patient and merge them so that all patient information comes in one data file. But that makes my program tooo.. big and time consuming.
So my question is do we have any thing in SAS,reads the name from txt file (containing all the names) and then go and read that txt file and create the data set. This will do in a DO loop for 50 times as we have 50 patient file names written in that file.
I need to read these patient information and study it.
To read individual patient file I can create data set for each patient and merge them so that all patient information comes in one data file. But that makes my program tooo.. big and time consuming.
So my question is do we have any thing in SAS,reads the name from txt file (containing all the names) and then go and read that txt file and create the data set. This will do in a DO loop for 50 times as we have 50 patient file names written in that file.