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).
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:
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 an idea.
Get feedback from the IBM team and other customers to refine your idea.
Follow the idea through the IBM Ideas process.
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.
.Refer to System Health services in the KnowledgeCenter at:
System limits already includes tracking of database files.
The system limits can be used to recognize trends or points of concern. You could see the increment levels of database file growth and then conclude whether the create dupe is nearly done or not.
Refer to the KnowledgeCenter for more info:
https://www.ibm.com/support/knowledgecenter/ssw_ibm_i_74/rzajq/rzajqserviceshealth.htm
A couple of potential queries you could use:
limit ID 15003 is showing the total byte size.
select * from qsys2.syslimtbl where limit_id = '15003' order by
last_change_timestamp desc
select data_size from qsys2.systablestat where table_schema = 'COOLSTUFF' and table_name = 'BIGONE'
Documentation for systablestat :
https://www.ibm.com/support/knowledgecenter/ssw_ibm_i_74/db2/rbafzcatsyststat.htm
.We have a couple of questions about the change that you requested for CRTDUPOBJ.
Are you duplicating a single object with CRTDUPOBJ or multiple objects (a generic object name or *ALL)?
For some operations, a status message is sent when processing a group of objects.
An example is the Compress Object (CPROBJ) command. Message CPI3B01 is sent to indicate the object number of the total number of objects being processed:
CPI3B01 - Object &2 of &3 being compressed in library &1.
Did you want a status message to be sent similar to message CPI3B01?
Reading the information in the "Use Case" you may be asking for a different type of status.
Are you asking for the progress (percentage complete) duplicating a database *FILE?
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 - Core OS
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 - System Management
Operating system - IBM i
Source - None