Hello SAS Users,
I have hundreds of data sets that have orderly arranged columns of data. However, these files differ in total number of observations. The problem I have is that at the end of the final data line plus two blank lines for each data file, there is a description of each variable (about 15) in the data set. As you could imagine its very cumbersome to remove that information from each of the several hundred files. Clearly, SAS would throw out an error when it reads those variable descriptions because they would not conform to my description in the INPUT statement, which works out well for the data lines. Is there a way I can read only up to the last data line while ignoring or deleting the variable descriptions? I would really appreciate your help.