VMS Help
FORTRAN, Statements, WRITE, Sequential
*Conan The Librarian (sorry for the slow response - running on an old VAX)
|
|
Formatted sequential WRITE statement format:
WRITE (extu,fmt[,err][,iostat])[iolist]
Writes to a specified external unit. Translates the data from
binary to character format as specified by "fmt".
List-directed sequential WRITE statement format:
WRITE (extu,*[,err][,iostat])[iolist]
Writes to a specified external unit. Translates the data from
binary to character format according to the data types of the
variables in the I/O list.
Namelist sequential WRITE statement format:
WRITE (extu,nml[,err][,iostat])
Writes to a specified external unit. Translates the data from
binary to character format according to the data types of the list
entities in the corresponding NAMELIST statement.
Unformatted sequential WRITE statement format:
WRITE (extu[,err][,iostat])[iolist]
Writes to a specified external unit. Does not translate the data.
[legal]
[privacy]
[GNU]
[policy]
[netiquette]
[sponsors]
[FAQ]
Polarhome, production since 1999.
Member of Polarhome portal.