Use the DEALLOC() function to dynamically deallocate a specified data set.
The DEALLOC() function has this syntax:
DEALLOC(ddname)
The DEALLOC() function takes this argument:
DDname of the data set you want to deallocate.
Dynamically allocated data sets are automatically deallocated at the end of the IMOD task that allocated them, unless ALLOC() specified the PERM option.
The DEALLOC() function produces these return codes:
ARG 1 MISSING OR INVALID
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*/
| Copyright © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |