Skip to Main Content
IBM Power Ideas Portal


This portal is to open public enhancement requests against IBM Power Systems products, including IBM i. 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
Workspace IBM i
Categories Core OS
Created by Guest
Created on Mar 22, 2017

WRKACTJOB - add a filter by Status

On our system, we frequently have thousands of jobs running. While we can sort by status, it would be very nice to be able to filter by status so we do not have to scroll across dozens of pages to get to the status we want to isolate, and also would still be able to see the jobs organized by subsystem.


Use Case:

The most specific case we want to isolate are MSGW to find jobs that are stuck without have to locate a message, dig into the details to find the exact job name, etc.


Idea priority Low
  • Guest
    Reply
    |
    May 30, 2019

    IBM does not intend to implement this request at this time, so it is being closed. While we agree that this function would be nice to have, there are other alternatives available to filter active jobs by status, such as through the Active Jobs display on IBM Navigator for i or the ACTIVE_JOB_INFO table function. Because there are already good ways to filter jobs by status, this request is of lower priority, and not likely to be implemented in the near future.

    For example, to find all jobs in 'MSGW' status, you can call ACTIVE_JOB_INFO as follows:
    SELECT JOB_NAME, JOB_STATUS
    FROM TABLE(QSYS2.ACTIVE_JOB_INFO(DETAILED_INFO => 'ALL')) X
    WHERE JOB_STATUS = 'MSGW '

    To find all jobs in 'MSGW' status from the Active Job display in IBM Navigator for i:
    Select "Detailed Status" for the column, Condition = "contains", and "message" for the value.

  • Guest
    Reply
    |
    Jan 9, 2018

    The CAAC has reviewed this requirement and recommends that IBM not implement this request. Since the feature is already available on IBM Navigator for i, and there has been no additional Comment indicating why that is not an acceptable solution, this RFE should be Declined.

    Background: The COMMON Americas Advisory Council (CAAC) members have a broad range of experience in working with small and medium-sized IBM i customers. CAAC has a key role in working with IBM i development to help assess the value and impact of individual RFEs on the broader IBM i community, and has therefore reviewed your RFE.

    For more information about CAAC, see www.common.org/caac

    For more details about CAAC's role with RFEs, see http://www.ibmsystemsmag.com/Blogs/i-Can/May-2017/COMMON-Americas-Advisory-Council-%28CAAC%29-and-RFEs/

    Dawn May - CAAC Program Manager

  • Guest
    Reply
    |
    Apr 19, 2017

    This function is already available on IBM Navigator for i. If you expand the Work Management task and select Active Jobs, then click on the filter bar, you can define a filter for any column you choose. In the example you have given, you would select "Detailed Status" for the column, Condition = "contains", and "message" for the value.

    The list will then be refreshed with all jobs waiting for a reply to a message.

    While it would be nice to also add this filter to the WRKACTJOB green screen, the change can only be made on a release boundary because it involves a translation to the panel group. Rather than waiting for a new release, I hope you will give the filtering capabilities in IBM Nagivator for i a try today and let us know what you think!

  • Guest
    Reply
    |
    Mar 23, 2017

    Since we have a DB2 service that can provide this information, it wouldn't be a stretch to provide this function within the command.