Chapter Contents

Previous

Next
unloadd

unloadd



Discard a Previously Loaded Data Module

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

None


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

If an attempt is made to use data in the unloaded module, the results are undefined but probably disastrous.


EXAMPLE

See loadd .


RELATED FUNCTIONS


Chapter Contents

Previous

Next

Top of Page

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