Skip to Main Content
IBM Data and AI Ideas Portal for Customers


This portal is to open public enhancement requests against products and services offered by the IBM Data & AI organization. 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

Post ideas and requests to enhance a product or service. Take a look at ideas others have posted and upvote them if they matter to you,

  1. Post an idea

  2. Upvote ideas that matter most to you

  3. Get feedback from the IBM team to refine your idea


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.

IBM Employees should enter Ideas at https://ideas.ibm.com


Status Not under consideration
Workspace Db2 for z/OS
Created by Guest
Created on Apr 28, 2021

Db2 V12 Add Column HIGH_POSS_FUNCTION_LVL To SYSIBM.SYSLEVELUPDATES

Want an easy why to know the current HIGHEST POSSIBLE FUNCTION LEVEL and to track history of HIGHEST POSSIBLE FUNCTION LEVEL. Currently we are issuing the command, parsing the output, and storing it in a Db2 tablle.

Needed by Date Jul 30, 2021
  • Guest
    Reply
    |
    Jun 24, 2021

    Hi,

    I want to withdraw my request.

    Thanks,

    Stephen

  • Admin
    Janet Figone
    Reply
    |
    Jun 18, 2021

    Hi Stephen,

    The Highest Possible Function Level is just that: the highest function level that can be activated based on all of the currently active members in data sharing. The HPFL can change if a new member starts up or another member comes down. Maybe an example would help illustrate this concept. Lets say there are two members up in a data sharing group at FL 500. They both have on a 501 level of code and all the prereqs done. So...in this case their HPFL would be 501. But lets say another member comes up and it's code level is 500. So the HPFL in this case becomes 500 because one of the active members doesn't yet have the 501 code on. So the HPFL value can be fluid as the members come up and down. This was what I meant when I said we could add the HPFL value to the SYSLEVELUPDATES catalog table....but that the value could change (up or down) right after we inserted the value.

    Hope this helps! Let us know if you'd like to further discuss.

    John

  • Guest
    Reply
    |
    Jun 18, 2021

    I need some clarification please. In message DSN7100I, what is the definition of HIGHEST POSSIBLE FUNCTION LEVEL

    DSN7100I -DB2L DSN7GCMD
    *** BEGIN DISPLAY OF GROUP(DB2GR0W ) CATALOG LEVEL(V12R1M500)
    CURRENT FUNCTION LEVEL(V12R1M100)
    HIGHEST ACTIVATED FUNCTION LEVEL(V12R1M100)
    HIGHEST POSSIBLE FUNCTION LEVEL(V12R1M501)
    PROTOCOL LEVEL(2)
    GROUP ATTACH NAME(GR0W)

  • Admin
    Janet Figone
    Reply
    |
    Jun 14, 2021

    Hello Stephen, Db2 for z/OS development has reviewed this idea and would like to share the following with you: Adding this function would not be difficult. But that HIGHEST_POSSIBLE_FUNCTION _LEVEL value is determined based on the members that are active in a data sharing group at the time SYSLEVELUPDATES is updated. So we might put a particular value in there during a SYSLEVELUPDATES update....and in 5 minutes another Db2 starts up that would cause HIGHEST_POSSIBLE_FUNCTION_LEVEL to change. So this new column value might not match the current value at a later point in time.