I am having trouble reading in one particular column of data. The raw text file column I am having trouble with looks like this:
55.49
1:23.57
32.22
5:38.43
12:52.17
25.13
The form is minute minute : second second ms ms. this particular data does not go into the hours. I tried formatting the variable as TIME6.2; but I am getting missing values for over 70% of the data. I also messed around with adjusting the width. I also tried using the informat mmss but I did not have any success. However I may be using it incorrectly. As of now, I am reading the data in as a character value but I need it to be a numeric value so I can do data comparisons.
Any advice would be greatly appreciated!
Thanks!
EDIT: I wanted to make a note that these are elapsed times(race results). I hope to read the data in and then be able to compare the race times as to rank 1st,2nd,3rd place etc.