To anyone who can help,
I have a data file with 6 fixed-width columns. The columns alternate between variables (width=25) and their corresponding values (width=15). There are a total of 125 variables.
However, I only need to use 6 of these variables and their values for future plotting purposes. What should I use to locate these specific six variables and extract only them and their values from this rather large data file?
Thanks for your help!