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
Created by Guest
Created on Oct 24, 2022
Merged idea

This idea has been merged into another idea. To comment or vote on this idea, please visit IBMI-I-3410 Extend WRKJOB (or new SQL service) to show open descriptors of a job.

API/Command to Monitor File/Socket Descriptor Merged

Currently, in order to monitor the file/socket descriptor of those jobs we need the job number and put it in the CALL QP0FPTOS PARM(*DUMPLFS 'xxx') command and see the value of each job on each spoolfile. There are more than 50 jobs that the customer is using and with this method, it's quite tedious to collect and see 50 jobs one by one each hour (they want to monitor this hourly). Because there's no other method to monitor the file/socket descriptor in a simpler way can we request an API/command to monitor the file/socket descriptor?
Idea priority Medium
  • Guest
    Reply
    |
    Oct 28, 2022
    This is a duplicate of IBMI-I-3410. Please refer to that Idea for updates.
  • Guest
    Reply
    |
    Oct 26, 2022
    The QP0FPTOS functions are intended for service.

    There are 2 methods to get the objects being used by a job.
    The Retrieve Referenced Objects (QP0LRRO) API will determine what file system objects are 'in use'. This will include the current directory, 'root' for the job, and any objects in the descriptor table. This API returns a count of objects in use as well as additional information for each job.

    The IFS_JOB_INFO SQL table function returns similar information to the QP0LRRO API.

    Is it necessary to see the actual descriptors being used?

    IBM i Development team.