Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Description

The ALLOC_RECFM option is a dynamic allocation option that specifies the record format used for newly allocated data sets.

Usage

Method

Syntax

IBM i

UNIX

Windows

z/OS

Configuration File Keyword

alloc_recfm format




(tick)

Values

format is equivalent to the JCL DD statement's RECFM parameter.

Valid values for format are dependent on the data set organization and access method used. The following values are valid for both partitioned and sequential data sets:

  • F[B][A|M]
    Fixed, optionally blocked, and optionally either ANSI or Machine control characters.

  • V[B][A|M|S]
    Variable, optionally blocked, and optionally either ANSI or Machine control characters, or spanned.

Default is VB.

References

Refer to the IBM JCL Reference manual for complete details.

  • No labels