Guardian Procedure Calls Reference Manual (G06.25+)

Guardian Procedure Calls (A-B)
Guardian Procedure Calls Reference Manual522629-013
2-8
ABEND Procedure
(Superseded by PROCESS_STOP_ Procedure )
The pid parameter set to the OSS process ID of the process identified by
processhandle in the PROCESS_STOP_ call
The security rules that apply to terminating an OSS process using ABEND are the
same as those that apply to the OSS
kill() function. See the kill(2) function
reference pages either online or in the
Open System Services System Calls
Reference Manual for details.
Examples
CALL ABEND; ! cause this process to abend.
CALL ABEND ( ProcID ); ! cause the process that has
! this process ID to abend.
Related Programming Manual
For information on batch processing, see the NetBatch User’s Guide.