Skip to Main Content
IBM Z Software


This portal is to open public enhancement requests against IBM Z Software products. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

Status Not under consideration
Categories z/TPF
Created by Guest
Created on Mar 14, 2019

Leverage Spare bits in FARF6 Addressing to support wider DBs

Currently 32 bits are reserved for a variable size ordinal number in an 8 Byte FARF6 address. With this layout, a FARF6 fixed file face type can have at max 4,294,967,294 ordinals allocated. There are currently spare bits available in the addressing format that could be purposed for increasing the maximum ordinal number.

Idea priority High
  • Guest
    Reply
    |
    Apr 26, 2019

    The limitation of a maximum of 4,294,967,296 ordinals allocated for a fixed file record type is not on the FARF format itself but instead on other aspects of TPF that cannot leverage the new addressing format to its fullest capability yet.
    The maximum number of ordinals for a UFT/FTI pair is 4,294,967,296 ordinals. However, this does not mean that a fixed record type is restricted to 4,294,967,296 ordinals in a FARF6 file address. A single fixed record type can have multiple UFT/FTI pairs.

    RFE 130264 (http://www.ibm.com/developerworks/rfe/execute?use_case=viewRfe&CR_ID=130264) requests additional support for greater than 4 billion ordinals for a fixed file record type by the TPFDF product.

  • Guest
    Reply
    |
    Mar 20, 2019

    Interesting...that was the notion that we had in our initial review of FARF6 Fixed File support, however, it looks like this limit is enforced irrespective of splits. It looks like explicit error checking was put in place in the fctb generator to limit the max RECNO allowed for a fixed face type addressed via FARF6. This led us to believe there was a limitation of the addressing format?

    FCTB0141E filename(function) THE SUM OF THE RECNO VALUES FOR THE FARF6 FIXED FILE RECORD TYPE EXCEEDS THE LIMIT.
    One or more RAMFIL macro statements are coded with the UFTI6 parameter specified. However, the sum of the RECNO parameter values of those RAMFIL macro statements exceeds 4,294,967,295 ordinals.

    If this is not the case maybe this conversation is better suited in a PMR? or is this limitation put in place for other reasons?