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 Delivered
Created by Guest
Created on Dec 13, 2021

Permit the use of % (Generical) in CP_BUSINESS_APPL Lookup table columns

It is not possible the use of % in CP_BUSINESS_APPL Lookup table columns.

This is causing an error in the update of CP_CPU_WKLDA_T table, once the column "BUSINESS_APPL" in CP_CPU_WKLD_T table is updated by the code:

W_BUS = VALUE(LOOKUP BUSINESS_APPL IN &PREFIX.CP_BUSINESS_APPL
WHERE SMF72SID = MVS_SYSTEM_ID AND -- @04C
R723MWNM = WORKLOAD AND -- @04C
R723MCNM = SERVICE_CLASS AND -- @04C
SC_PER = SERV_CLASS_PERIOD, -- @04C
' '), "

So, when R723MWNM is null/empty, the table CP_CPU_WKLDA_T is not loaded because "BUSINESS_APPL" column is empty in CP_CPU_WKLD_T table.

The correct codification should permit the use of % in CP_BUSINESS_APPL lookup table, so we could set "BUSINESS_APPL" column in CP_CPU_WKLD_T as "UNKNOWN".

Also, currently, we need duplicate the entries for 2 Service_Class_Period. It is a nightmare to configure this lookup table without the possibility to use %.

So, the expectation is to to set CP_BUSINESS_APPL as the following:

MVS_SYSTEM_ID | WORKLOAD | SERVICE_CLASS | SERVICE_CLASS_PERIOD | BUSINESSAPPL
% | % | % | % | UNKNOWN

Idea priority High
  • Admin
  • Guest
    Reply
    |
    Feb 17, 2022

    We are considering this RFE. It has been looked at in the past and there are concerns on performance impact. We will reach out when this will be investigated in more detail.