HOME

TheInfoList



OR:

An abnormal end or abend is an abnormal termination of
software Software is a set of computer programs and associated documentation and data. This is in contrast to hardware, from which the system is built and which actually performs the work. At the lowest programming level, executable code consist ...
, or a
program crash In computing, a crash, or system crash, occurs when a computer program such as a software application or an operating system stops functioning properly and exits. On some operating systems or individual applications, a crash reporting servi ...
. This usage derives from an error message from the IBM
OS/360 OS/360, officially known as IBM System/360 Operating System, is a discontinued batch processing operating system developed by IBM for their then-new System/360 mainframe computer, announced in 1964; it was influenced by the earlier IBSYS/IBJOB ...
, IBM zOS operating systems. Usually capitalized, but may appear as "abend". Some common ABEND codes are ABEND 0C7 (data exception) and ABEND 0CB (
division by zero In mathematics, division by zero is division where the divisor (denominator) is zero. Such a division can be formally expressed as \tfrac, where is the dividend (numerator). In ordinary arithmetic, the expression has no meaning, as there is ...
).List of ABEND codes
on madisoncollege.edu
Abends can be "soft" (allowing automatic recovery) or "hard" (terminating the activity). page 352 Errors or crashes on the
Novell Novell, Inc. was an American software and services company headquartered in Provo, Utah, that existed from 1980 until 2014. Its most significant product was the multi- platform network operating system known as Novell NetWare. Under the le ...
NetWare NetWare is a discontinued computer network operating system developed by Novell, Inc. It initially used cooperative multitasking to run various services on a personal computer, using the IPX network protocol. The original NetWare product in ...
network operating system are usually called ABENDs. Communities of NetWare administrators sprung up around the Internet, such a
abend.org
The term is jocularly claimed to be derived from the German word "
abend Abend is a German-language surname, meaning "evening". Notable people with the surname include: *Edward Abend, (1822–1904), German American politician *Guy Abend (born 1990), Israeli footballer *Harry Abend (1937–2021), Venezuelan artist See ...
" meaning "evening"."Abend"
on dictionary.die.net


See also

* Abort *
Exit status The exit status of a process in computer programming is a small number passed from a child process (or callee) to a parent process (or caller) when it has finished executing a specific procedure or delegated task. In DOS, this may be referred ...
* Fatal exception error


References


Further reading

* Computer errors Software anomalies IBM mainframe operating systems Computing terminology {{software-eng-stub