andrews2004
Programmer
Hi there,
I am new to fortran and i am writing some code to read a stata (a statistical package) binary file. i am using the open command with form='binary' and i have successfully managed to read all the information from the header of the file which tells me all i need to know about the actual data.
i want to be able to change the position i am reading in the file so that i can just extract specific data. does anybody know how i can do this?
thanks!
I am new to fortran and i am writing some code to read a stata (a statistical package) binary file. i am using the open command with form='binary' and i have successfully managed to read all the information from the header of the file which tells me all i need to know about the actual data.
i want to be able to change the position i am reading in the file so that i can just extract specific data. does anybody know how i can do this?
thanks!