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.
After about 30 years working with AS400/iSeries/IBMi, I'm still learning! I did not know this was available. This will help with CCSID as well, since I frequently forget to update that until I'm in a query and things don't display properly. Thanks!
Hi Jim,
It's a good suggestion, I do agree this would be easier to set up and I'm not sure why the date format was not added to these interfaces originally. But, as Rudi already stated, you can configure this through existing function with a locale. You should be able to use one of the locales that we ship, like EN_GB for Great Britain English.
For example:
CHGUSRPRF USRPRF(MYUSER) SETJOBATR(*DATFMT) LOCALE('qsys.lib/en_gb.locale')
Only the job attributes specified in SETJOBATR will come from the locale, everything else will be set from the user profile or job description as usual.
I hope you will find this to be simple way to configure the date format for your job without having to wait for a new enhancement.
Hello Jim,
What you want can be achived by using a locale in the userprofile with the desired date format.
For this you need to set the parameter SETJOBATR to the value *DATFMT and the parameter LOCALE with a *LOCALE objectname with the desired date format.
Greetings Rudi
You can add an initial program to a userprofile... and do your CHGJOB in there.