Chapter Contents

Previous

Next
Library Initialization and Termination Exits

Introduction

You can instruct the SAS/C Library to call a site exit routine while the C framework is being created and before the initial user function is called; the library can also call a site exit routine during destruction of the C framework after normal program completion. These exit routines can be used for accounting, to define user-signal processing, or for other special purposes. They can be written in either C or assembler language and can use any C facilities. The library uses dummy exits if you do not provide any.

Note:    Initialization and termination exits are not supported in the minimal SPE framework.  [cautionend]


Chapter Contents

Previous

Next

Top of Page

Copyright © 2001 by SAS Institute Inc., Cary, NC, USA. All rights reserved.