This function dynamically deallocates a specified data set.
DEALLOC(ddname)
Parameters
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.
Allocating and deallocating data sets generates a message in ISRVLOG.
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 © 2014 CA Technologies.
All rights reserved.
|
|