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 Future consideration
Workspace Db2 for z/OS
Created by Guest
Created on Jan 6, 2023

Enhance command -DISPLAY PROFILE with keyword DETAIL

The -DISPLAY PROFILE command allows to determine if profiling is active or inactive on a specific DB2 member. The command returns output similar to:

-display profile

DSNT753I +DB2A DSNT1DSP DISPLAY PROFILE REPORT FOLLOWS:
STATUS = ON
TIMESTAMP = 2022-07-25-12.00.10.0000000
PUSHOUTS = 0 OUT OF 10000
DISPLAY PROFILE REPORT COMPLETE.
DSN9022I +DB2A DSNT1DSP 'DISPLAY PROFILE' NORMAL COMPLETION

If the profile status is ON or SUSPENDED, the output contains a timestamp about when profiling started.

The output does not indicate whether, and if so, which profiles are currently started. Using the provided timestamp and the related DB2 member name, one has to query the profile history tables and select the related rows. However, this is multi-step process:

  • Get the DB2 member name

  • Get the timestamp (and subtract some seconds)

  • Select row(s) from the profile table and all related rows from the attribute-history tables

  • Within the result sets, check the STATUS column.


We believe it would be a good idea to introduce a DETAIL keyword to the DISPLAY PROFILE command, which then results in an output similar to:

-display profile detail
DSNT753I +DB2A DSNT1DSP DISPLAY PROFILE REPORT FOLLOWS:
STATUS = ON
TIMESTAMP = 2022-07-25-12.00.10.0000000
PUSHOUTS = 0 OUT OF 10000
PROFILEID STATUS
---------- ------------------------
123 ACCEPTED
124 ACCEPTED
125 REJECTED
126 ACCEPTED
127 PARTIALLY ACCEPTED
… … …
DISPLAY PROFILE REPORT COMPLETE.
DSN9022I +DB2A DSNT1DSP 'DISPLAY PROFILE' NORMAL COMPLETION

Column PROFILEID shows the PROFILEID of started profiles; column STATUS returns the consolidated status summary: ACCEPTED for a fully activated profile, PARTIALLY ACCEPTED for an activated profile with one or multiple rejected attributes, and REJECTED for a rejected profile.

With that in place, an administrator is not only allowed to determine if profiling is active, he can now determine whether the most recent START PROFILE was completely successful, or not, and which profiles are currently activated.

Needed By Yesterday (Let's go already!)
  • Admin
    Janet Figone
    Reply
    |
    Jan 12, 2023

    Hi Alex, Thanks for the heads up about duplicate ideas DB24ZOS-I-1428 and 1429. In case others had subscribed to them, I didn't delete them but instead merged them in to this idea. If you prefer, I can delete them, just let me know. Thanks!

1 MERGED

Enhance DB2 -DISPLAY PROFILE with keyword DETAIL

Merged
The -DISPLAY PROFILE command allows to determine if profiling is active or inactive on a specific DB2 member. The command returns output similar to: -display profile DSNT753I +DB2A DSNT1DSP DISPLAY PROFILE REPORT FOLLOWS: STATUS = ON TIMESTAMP = 2...
over 1 year ago in Db2 for z/OS 1 Future consideration
1 MERGED

Enhance command -DISPLAY PROFILE with keyword DETAIL

Merged
The -DISPLAY PROFILE command allows to determine if profiling is active or inactive on a specific DB2 member. The command returns output similar to: -display profile DSNT753I +DB2A DSNT1DSP DISPLAY PROFILE REPORT FOLLOWS: STATUS = ON TIMESTAMP ...
over 1 year ago in Db2 for z/OS 1 Future consideration