Welcome aboard. Job parameter values are read when the job starts and can not be changed while the job is running. You may be able to do something with environment variables, but beware that environment variable value changes in a child process are not available (and are not passed back to) the pare...