Z035: Abnormal Termination of Fortran Programs

Author(s): B. Lautrup, R. Matthews Library: KERNLIB
Submitter: C. Letertre Submitted: 06.01.1971
Language: Fortran or Assembler or C Revised: 20.01.1986

ABEND causes abnormal termination of a program. (On CDC all subsequent JCL control cards up to the next EXIT card will be ignored by the system).

Structure:

SUBROUTINE subprogram
User Entry Names: ABEND

Usage:

Not IBM:

    CALL ABEND
causes abnormal termination of execution and prints the dayfile message ABEND. The output files are closed and INPUT is correctly positioned.
IBM:
    CALL ABEND(KODEU)
The optional argument KODEU is used as the user completion code and must be an integer expression with a value in the range tex2html_wrap_inline54 . If the argument is omitted, or does not have a value in this range, a default value of 1 will be used.
tex2html_wrap_inline56

Michel Goossens Wed Jun 5 09:53:48 METDST 1996