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
Created by Guest
Created on Aug 11, 2016

Enhance Job Log Access

When viewing a job log via any of the WRK commands (e.g. WRKJOB, WRKUSRJOB, etc) add the following abilities:
1) search the displayed job log
2) print the job log
3) write the job log to a file


Use Case:

Right now it's a real pain to analyze a job log of an active job. Displaying the joblog basically gives you page up/dn ability but that's practically useless. To be able to search the log you have to first get the name/user/# (and you can't cut/paste it from the job log display), issue the wrkactjob command then print it. And you can't even download it to a file.


Idea priority High
  • Guest
    Reply
    |
    Apr 17, 2020

    ACS and iNav provide good alternatives to the green screen interfaces for working with jobs and joblogs.

    The JOBLOG_INFO table function is a powerful tool for analyzing and searching job logs;
    From ACS, you can use:

    SELECT * FROM TABLE(QSYS2.JOBLOG_INFO('*'));

    to view the full joblog (insert the qualified job name instead of '*' to view a specific job log).

    To search for a specific text string in the joblog, you can add a WHERE clause for the MESSAGE_TEXT.
    For example:
    SELECT * FROM TABLE(QSYS2.JOBLOG_INFO('*')) A WHERE A.MESSAGE_TEXT LIKE '%errors%';

  • Guest
    Reply
    |
    Dec 10, 2019

    The CAAC has reviewed this requirement and recommends that IBM not implement this request. A better solution would be to use existing ACS or Navigator, both of which provide a fully searchable text.

    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/

    Nancy Uthke-Schmucki - CAAC Program Manager

  • Guest
    Reply
    |
    Oct 30, 2019

    Due to processing by IBM, this request was reassigned to have the following updated attributes:
    Brand - Servers and Systems Software
    Product family - Power Systems
    Product - IBM i
    Component - Work Management and Messaging
    Operating system - IBM i
    Source - None

    For recording keeping, the previous attributes were:
    Brand - Servers and Systems Software
    Product family - Power Systems
    Product - IBM i
    Component - Core OS
    Operating system - IBM i
    Source - None

  • Guest
    Reply
    |
    Mar 29, 2017

    Did anybody try to use the following command:

    DSPJOBLOG OUTPUT(*OUTFILE) OUTFILE(QTEMP/MYJOBLOG)

    As for myself, to point to the first Unmonitored ESCAPE MSG in the joblog, I designed my own Freeware Utility, You may try it:
    https://sites.google.com/site/i400gps/find-and-dispaly-first-escape-msg-in-a-joblog

  • Guest
    Reply
    |
    Jan 5, 2017

    Unless something has changed, you can't just call an API from the command line. But you missed my point. I want to be able to extract the job log from the job log display itself. You make it overly complex and burdensome to get a job log into a form that I can analyze.

  • Guest
    Reply
    |
    Jan 4, 2017

    Have you considered using the QMHCTLJL API? This API can be used to designate the destination of the job log to an output file (instead of a spooled file).

    See the API documentation for more information on using this API to control job log output:
    http://www.ibm.com/support/knowledgecenter/ssw_ibm_i_72/apis/QMHCTLJL.htm

  • Guest
    Reply
    |
    Aug 12, 2016

    Creating a new RFE based on Community RFE #92898 in product IBM i.