![]() Chapter Contents |
![]() Previous |
![]() Next |
| unloadd |
| Portability: | SAS/C extension |
| SYNOPSIS | |
| DESCRIPTION | |
| RETURN VALUE | |
| ERRORS | |
| CAUTION | |
| EXAMPLE | |
| RELATED FUNCTIONS |
| SYNOPSIS |
#include <dynam.h>; void unloadd(MODULE mp);
| DESCRIPTION |
unloadd
unloads the data module identified by the argument
mp
. If the module is no longer in use, it deletes
the module from memory.
| RETURN VALUE |
| ERRORS |
If the argument to
unloadd
is invalid, a user 1211 ABEND is issued.
Various other ABENDs, such as 1215 or 1216, may occur during
unloadd
if library areas used by dynamic loading
have been overlaid.
| CAUTION |
| EXAMPLE |
| RELATED FUNCTIONS |
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright © 2001 by SAS Institute Inc., Cary, NC, USA. All rights reserved.