Previous Topic: DEVTYPE()Next Topic: DOM()


DEALLOC()

This function dynamically deallocates a specified data set.

Syntax

DEALLOC(ddname)

Parameters

ddname

DDname of the data set you want to deallocate.

Usage Notes

Dynamically allocated data sets are automatically deallocated at the end of the IMOD task that allocated them, unless ALLOC() specified the PERM option.

Allocating and deallocating data sets generates a message in ISRVLOG.

Return Codes

101

ARG 1 MISSING OR INVALID

121

error info text

error SVC 99 error code (hexadecimal)

info SVC 99 information code (hexadecimal)

text explanatory text

Example

dealloc('SYSUT1') == '' /* Free a previously allocated data set*/