Abend

Stops the execution of the NetWare operating system and displays a message describing the reason for the abnormal end, or abend.

Library:LibC
Classification:NetWare OS
Service:NetWare Platform

Syntax

  #include <netware.h> 
   
  void Abend (
     const char   *message);
  

Parameters

message

(IN) Points to a null-terminated text string, which describes the reason for the abend.

Remarks

After the abend occurs, you can enter the Novell internal debugger to determine the root of the cause.

NOTE:This function is for code development and debugging. No Abend calls are allowed in shipping code.

See Also