Not using standard Fortran I/O, which is always record oriented. You could
use the SYS$CRMPSC system service to map the file into an array and process
it that way, or read it in to an array in 512-byte chunks and index into
the array to access the data.