Sujet : Re: Fortran, no RAN ?
De : arne (at) *nospam* vajhoej.dk (Arne Vajhøj)
Groupes : comp.os.vmsDate : 20. Jun 2024, 13:26:15
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v51756$2ilt6$2@dont-email.me>
References : 1 2 3 4 5 6 7 8 9
User-Agent : Mozilla Thunderbird
On 6/20/2024 7:54 AM, abrsvc wrote:
ERRSET is documented in the DEC FORTRAN User's manual. I have the Jan
1993 version for DEC FORTRAN V6.0.
It looks like this is a subroutine for compatibility with PDP-11 FORTRAN
systems:
"The ERRSET subprogram determines the action taken in response to an
error detected by the Run-Time Library. The VMS condition handling
facility provides a more general method of defining actions to be taken
when errors are detected (see Chapter 9). ..."
Under notes:
:an external reference to the ERRSET subprograms causes a special PDP-11
FORTRAN compatibility error handler to be established before the main
program is called. This special error handler transforms the executing
environment to approximate that of PDP-11 FORTRAN."
It was not in the latest RM but it was in the latest UM.
Under "B.3.2. Compaq Fortran 77 for OpenVMS VAX Systems
Language Features Not Implemented".
:-)
Arne