Record Format Tab

The Record Format tab contains the following elements:

Elements Description
Format Determines the logical record length (LRECL). Select one of the following format:
  • Fixed: Each string contains exactly this number of characters.
  • Fixed ASA: Each string contains exactly the number of characters and the use of ASA characters on z/OS.
  • Fixed Block: All blocks and all logical record are fixed in size. One or more logical records reside in each block.
  • Fixed Block ASA: All blocks and all logical record are fixed in size. One or more logical records reside in each block and the use of ASA characters on z/OS.
  • Fixed Block MACHINE: All blocks and all logical record are fixed in size. One or more logical records reside in each block and the use of MACHINE characters on z/OS.
  • Fixed MACHINE: Each string contains exactly the number of characters defined by the string length parameter and the use of MACHINE characters on z/OS.
  • Variable: The length of each string is less than or equal to this number.
  • Variable ASA: The length of each string is less than or equal to this number and the use of ASA characters on z/OS.
  • Variable Block: Blocks, as well as logical record length, can be any size. One or more logical records reside in each block.
  • Variable Block ASA: Blocks, as well as logical record length, can be any size. One or more logical records reside in each block and the use of ASA characters on z/OS.
  • Variable Block MACHINE: Blocks, as well as logical record length, can be any size. One or more logical records reside in each block and the use of MACHINE characters on z/OS.
  • Variable MACHINE: The length of each string is less than or equal to the string length parameter and the use of MACHINE characters on z/OS.
  • Undefined: Blocks are of variable size. There are no logical records. The logical record length is zero. This record format is usually only used in load libraries. Block size must be used if you are specifying Undefined.
Length Record length is the maximum number of characters in a string or record of the file. The maximum number is 32760.
Block Size Specifies the size of the block. For FB the block size must be a multiple of record length, and for VB the record length can be any size up to the block size minus four. The maximum number is 32760.