Oracle® Solaris Studio 12.4: Fortran User's Guide

Exit Print View

Updated: March 2015
 
 

4.7.5 Miscellaneous I/O Extensions

  • Recursive I/O possible on different units (this is because the f95 I/O library is "MT-Warm").

  • RECL=2147483646 (231-2) is the default record length on sequential formatted, list directed, and namelist output.

  • ENCODE and DECODE are recognized and implemented as described in the FORTRAN 77 Language Reference Manual.

  • Non-advancing I/O is enabled with ADVANCE=’NO’, as in:

    write(*,’(a)’,ADVANCE=’NO’) ’n= ’ read(*,*) n