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.
This function is included with IBM i 7.4 release, which will be generally available on June 21, 2019. Additional details can be found at https://www.ibm.com/support/knowledgecenter/ssw_ibm_i_74/rzaiu/rzaiuwhatsnew.htm and https://www.ibm.com/support/knowledgecenter/ssw_ibm_i_74/rzarm/rzarmwhatnew.htm.
IBM agrees with the request and a solution appears to be desirable and feasible. IBM intends to provide a solution. However, IBM's plans may change and no commitment is made that a solution will be provided.
Until a new solution is provided, you can change the behavior of option 21 and other SAVE and RESTORE menu options. To do this:
1. Use the Create Duplicate Object (CRTDUPOBJ) command to make a copy of any programs that you change. Program QMNSRBND contains the command to start the controlling subsystem.
2. Use the Retrieve CL Source (RTVCLSRC) command to retrieve the source code for program QMNSRBND.
3. Update the source code with your desired behavior. For example, if you do not want to start the controlling subsystem for any of the SAVE and RESTORE menu options, delete the line that contains only:
*SYSTEM/STRSBS SBSD(&CTLSBSLIB/&CTLSBSD).
4. Use the Create CL Program (CRTCLPGM) command to create program QMNSRBND with your changes.
IBM agrees with the request and a solution appears to be desirable and feasible. IBM intends to provide a solution. However, IBM's plans may change and no commitment is made that a solution will be provided.
Until a new solution is provided, you can change the behavior of option 21 and other SAVE and RESTORE menu options. To do this:
This would be a great feature when doing work in a restricted state. The last thing you do before high impact work is a system save. Usually that high impact work is in a restricted state. Starting the controlling subsystem immediately after the save is an annoyance as I have to bring the system to a restricted state once again. Having this as an option would be a great feature for doing this type of work.
The CAAC has reviewed this requirement and recommends that IBM view this as a low priority requirement that should be addressed. Please see other Comments explaining the scenarios that would be helped.
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
I agree with this RFE.
After normal backup, the startup program starts up. That is no problem at all.
However, when making changes, I hope that it will remain "stopped" after backup.
Also, in the method presented from development, I think that if you perform "release upgrade (or version upgrade)", objects under QSYS will be replaced.
Basically, users do not want to change to "QSYS". Because it is not inherited.
So I strongly hope to add something like "Yes / No field to start control subsystem".
It is often said when you want to use upgrade, PTF, system change, weekly / monthly / yearly backup, reorganization etc.
RTVCLSRC is giving following problem:
Additional Message Information
Message ID . . . . . . : CPF0565 Severity . . . . . . . : 40
Message type . . . . . : Diagnostic
Date sent . . . . . . : 19-10-17 Time sent . . . . . . : 10:39:46
Message . . . . : Source from CL program QMNSRBND not retrieved.
Cause . . . . . : A source file that supports double-byte characters was
used to create the control language (CL) program specified for the PGM
parameter on a Retrieve CL Source (RTVCLSRC) command. The source retrieved
from the CL program cannot be moved to member *PGM of source file QCLSRC in
library RODIUSD because file QCLSRC does not support double-byte characters.
Recovery . . . : Specify a source file that supports double-byte characters
for the SRCFILE parameter. Then try the RTVCLSRC command again.
How did you get your source?
IBM will use this request as input to planning but no commitment is made or implied. This request will be updated in the future if IBM implements it. IBM will use votes and comments from others in the community to help prioritize this request.
You can change the behavior of option 21 and other SAVE and RESTORE menu options. To do this:
1. Use the Create Duplicate Object (CRTDUPOBJ) command to make a copy of any programs that you change. Program QMNSRBND contains the command to start the controlling subsystem.
2. Use the Retrieve CL Source (RTVCLSRC) command to retrieve the source code for program QMNSRBND.
3. Update the source code with your desired behavior. For example, if you do not want to start the controlling subsystem for any of the SAVE and RESTORE menu options, delete the line that contains only:
*SYSTEM/STRSBS SBSD(&CTLSBSLIB/&CTLSBSD).
4. Use the Create CL Program (CRTCLPGM) command to create program QMNSRBND with your changes.