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.
Thanks for bringing the difficulties of the date format to our attention. We would like to improve this design, so we are changing the status of this RFE to Uncommitted Candidate as we look into potential solutions.
In order to avoid doing this much manually, I hope the workaround described below will help you until the RFE is delivered.
When working with CBU keys I download them in a document
1. Open the document
2. Cut and paste every thing to ACS RSS
3. Scan and replace ADD in CL:ADD
4. Scan and replace VNDDTA(*NONE) in VNDDTA(*NONE);
5. Scan and replace 2022-11-25 in '2022-11-25'
In most cases the keys need to be downloaded to other LPARS with RSS that is easy.
If the CBU system is a "COLD" target LPAR, I do one thing extra.
I scan and replace SERIAL(*LOCAL) by SERIAL()
Afterwards I add the keys to my "WARM" source LPAR.
Hope this helps you through that time ;-)
Couldn't agree more. The implementation of *ISO with the keys means I always need to cut/paste and then carefully go into each ADDLICKEY command and correct the date to *JOB format.
Perhaps another solution would be to change the CL command paramater TYPE(*DATE) to accept both *JOB an *ISO formats?
If ESS could output the keys in *LICKEYFILE format, or a CVS format that could be easily uploaded from a Mac or PC to a *LICKEYFILE, then one can apply the keys in one fell swoop with ADDLICKEY LICKEYINP(*LICKEYFILE), and not depend on the ItNoWorkie Java app to download directly to the system.