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 Future consideration
Workspace IBM i
Categories Print
Created by Guest
Created on Jul 8, 2021
Merged idea
This idea has been merged into another idea. To comment or vote on this idea, please visit IBMI-I-2535 Enhance QGYOLSPL or QUSRSPLA to Find Last SPOOLED File.

Add a LAST SPOOLED File Created by Job or related Jobs to Job Structure Merged

Add a Job structure that contains a reference to the Last SPOOLED file created by:
The Job
QPRTJOB server jobs created by the job
Threads spawned by the job
SQL Server Jobs used by the job

The provide an API to access that information until the said Job ends.


Use Case:

Unlike 30 years ago, today the there Service Jobs, Server Jobs and Threads. Which were seemingly implemented without consideration for the primary Job itself--that is there is no way to communicate between those entities (primary job and server jobs), there's no shared QTEMP for example.
However the need to know that function or command X created a SPOOLED file and where that SPOOLED file is located (its identity) is a core value to Job/Work Management features of IBM i.


Idea priority Medium
  • Guest
    Reply
    |
    Nov 30, 2021

    Your request is a duplicate of RFE 46344. It was chosen because it has a better description of the solution needed and less specifics on how we should implement it. Please use that RFE to cast a vote or add a comment.

  • Guest
    Reply
    |
    Jul 29, 2021

    Thanks Rudi, I have read those entries before.
    The only real way to insure you have the "last" SPLF is to use something like QUSLSPL or the QGYOLSP APIs and get the last one for the user or job. The standard API works with "this" job only so it doesn't see the others. IBM has also hinted they aren't going to do anything about this.

  • Guest
    Reply
    |
    Jul 12, 2021

    Hello Bob,

    Maybe this is not what you exactly what you are asking for, but in a way I think it does help:

    -- Retrieving Spooled Files Generated in a Host Server Job
    -- ==> https://www.ibm.com/support/pages/retrieving-spooled-files-generated-host-server-job

    -- Finding and Working with Spooled Files Generated under a QPRTJOB Job
    -- ==> https://www.ibm.com/support/pages/finding-and-working-spooled-files-generated-under-qprtjob-job

    Greetings Rudi