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 Not under consideration
Workspace IBM i
Created by Guest
Created on Sep 29, 2021

Allow automatic DATFMT at signon

I have yet to find a way to set DATFMT automatically at signon.
I deal with some systems with "YYMMDD" or "DDMMYY". I personally prefer "MMDDYY", but I can't change the system value.
Could DATFMT be added as an option in a user profile? Or as an option in a job description used at signon?


Use Case:

Instead of remembering to type CHGJOB DATFMT(*MDY), have my job changed automatically at signon.


Idea priority Low
  • Guest
    Reply
    |
    Nov 11, 2021

    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!

  • Guest
    Reply
    |
    Oct 27, 2021

    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.

  • Guest
    Reply
    |
    Sep 30, 2021

    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

  • Guest
    Reply
    |
    Sep 30, 2021

    You can add an initial program to a userprofile... and do your CHGJOB in there.