HP Fortran Programmer's Reference (September 2007)

I/O runtime error messages
Runtime I/O errors
Appendix A670
1015 CONVERT SPECIFIER
NOT ALLOWED WITH
FORMATTED OPEN
This error occurs only if
the user tries to specify a
binary conversion (via
the CONVERT argument
to open) on a
FORMATTED file.
A conversion will be
silently ignored on a
FORMATTED file if
specified by an
environment variable.
1016 CONVERT SPECIFIER
NOT ALLOWED WITH
DIRECT OPEN
This error occurs only if
the user tries to specify a
binary conversion (via
the CONVERT argument
to open) on a DIRECT
file.
A conversion will be
silently ignored on a
DIRECT file if specified
by an environment
variable.
Table A-1 Runtime I/O errors (Continued)
Error
no.
Error message Description Action