I read a binary file and want to specify the position in read statement:
READ(IOUNIT,IOSTAT=IOSTAT, POS=POSITION)
What I'm wondering is the type of POSITION. All examples I was was able to find had POSITION declared as a 4 byte integer. Is it possible to have it an 8 byte integer?