CAALLOC keyword
The CAALLOC keyword specifies whether to dynamically allocate the output change accumulation data sets when no DD statement is supplied in the JCL.
When you use dynamic allocation, the data sets are deallocated when they are no longer needed, rather than waiting until the step terminates.
Uses | Global options module Optional on the following control statements:
| ||||
|---|---|---|---|---|---|
Related keywords | You can also use CA(*) to dynamically allocate the output change accumulation data sets. Refer also to the following keywords: | ||||
Syntax | CAALLOC(value) | ||||
Values | Select one of the following:
| ||||
Default | CAALLOC(N) |
Related topic