Thank you very much, Kevin, your answer is very close to what I am looking for. Actually, part of my problem is that the length of variable Age is not constant (all other variables has defined length). Suppose I have following data: 001F36175180 002F9120100 003F110180160 The age for the above three observations are 36, 9 and 110, respectively. Because of different length of Age (2, 1 and 3, in this example), the starting column for the next variable Height keeps changing, making it difficult to determine where to start reading Height if data has to be read from left to right.
... View more