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 ABENDcauses abnormal termination of execution and prints the dayfile message ABEND. The output files are closed and INPUT is correctly positioned.
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 . If the argument is omitted, or does not have a value in this range, a default value of 1 will be used.