ALLOC_NORMAL_DISP - UDM Server configuration option
Description
The ALLOC_NORMAL_DISP option is a dynamic allocation option that specifies the disposition of data set when normal ending occurs.
Usage
Method | Syntax | IBM i | UNIX | Windows | z/OS |
Configuration File Keyword | alloc_normal_disp disposition |
Values
disposition is equivalent to the second positional parameter of the JCL DD statement's DISP parameter.
Valid values for disposition are:
- keep
Keep the data set. - delete
Delete the data set. - catlg
Catalog the data set. - uncatlg
Un-catalog the data set.
Default is catlg.
References
Refer to the IBM JCL Reference manual for complete details.