Up | Previous | Next | Title Page | Contents

11.4 x/zvend—(Do Not Use) Terminate processing

call xvend(status) 
zvend(status) 
Use abend/zabend instead. x/zvend is used to terminate a program. It may be called from any location in the program, making it possible to terminate processing from subroutines, similar to the FORTRAN STOP statement.
Use of x/zvend should normally be avoided, for the following reasons:

A FORTRAN “STOP” statement or a C ”exit” call should never be used in a VICAR program.

Arguments:


Up | Previous | Next | Title Page | Contents