02.05.2014 Views

Patrick Corde & Anne Fouilloux

Patrick Corde & Anne Fouilloux

Patrick Corde & Anne Fouilloux

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Instruction INQUIRE 147<br />

if ( existe ) then<br />

OPEN( UNIT=1,<br />

&<br />

FILE="data_txt_seq", &<br />

POSITION="rewind", &<br />

ACTION="read", &<br />

IOSTAT=ios )<br />

if ( ios /= 0 ) then ! erreur à l’ouverture<br />

...<br />

else<br />

INQUIRE( UNIT=1, &<br />

FORMATTED=form, &<br />

ACCESS=acces )<br />

end if<br />

...<br />

CLOSE( UNIT=1 )<br />

end if<br />

end program inquire<br />

Dans les variables caractères form et acces on<br />

récupère respectivement les valeurs YES et SEQUENTIAL<br />

(si le fichier data_txt_seq existe).<br />

INSTITUT DU DÉVELOPPEMENT<br />

ET DES RESSOURCES<br />

EN INFORMATIQUE SCIENTIFIQUE<br />

Cours langage Fortran – 27 janvier 2006<br />

<strong>Patrick</strong> <strong>Corde</strong> et <strong>Anne</strong> <strong>Fouilloux</strong>

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!