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.
Db2 for i development team
IBM Power Systems Development
The third party has agreed to make a software change to remove the offending environment variable. Availability of change is yet to be disclosed.
In addition, we have created a script to remove all *JOB environment variable to return to the same state as a new AS400 session.
If IBM offered the ability to re-initialise the environment variables, it would remove the need for IBM developers/shops to build a custom solution.
Thanks
A job's environment variables are not something the operating system can reset for you.
If an application adds or changes environment variables, the application should remove them or set them back to their prior values upon exit.
Scott Forstie published a gist that demonstrates a way to reset all the system-level environment variables for a job back to their system values.
https://gist.github.com/forstie/e53920610e3a5c35058c185b270704c0
This could provide a framework for managing environment variables. As always, you need to understand how your job is supposed to be configured to tune the solution to fit your situation.
Db2 for i development team
IBM Power Systems Development
I may be totally wrong here, but shouldn't this request be made to the third-party vendor instead? If the third-party utility adds a number of environment variables at the *JOB level as part of the process, shouldn't the third-party remove or change back to the original environment variables values after the processing is done?