ALLOC_NORMAL_DISP - UDM Manager 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

Command Line, Short Form

n/a





Command Line, Long Form

-alloc_normal_disp disposition




(tick)

Environment Variable

n/a





Configuration File Keyword

alloc_normal_disp disposition




(tick)

STRUDM Parameter

n/a





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.