open (
& unit = fhand, ! fhand is an integer set to a value
& file = iFilename,
& status = 'UNKNOWN',
& access = 'DIRECT', ! Otherwise it assumes a record header
& form = 'UNFORMATTED',
& recl = 1,
& err = 100) ! 100 is a label which tells you an error has occurred