ALLOC_INPUT_STATUS - UDM Server configuration option

Description

The ALLOC_INPUT_STATUS option is a dynamic allocation option that specifies the status of data sets being allocated for input.

Usage


Method

Syntax

IBM i

UNIX

Windows

z/OS

Configuration File Keyword

alloc_input_status status




(tick)

Values


status is equivalent to the first positional parameter of the JCL DD statement's DISP parameter.

Valid values for status are:

  • old
    Allocate the data set exclusively.
  • shr
    Allocate the data set non-exclusively.

Default is old.

References

Refer to the IBM JCL Reference manual for complete details.