Description:
Variables set in the file specified for the EWAGLOBALPROFILE variable and those set in a job profile are not getting set within a job's environment.
Solution:
The variables set within a job profile or within the file specified for the EWAGLOBALPROFILE variable must include an EXPORT of the variable. Otherwise they will not be set properly in the job's environment. (Ex. VARIABLE=VALUE; EXPORT VARIABLE)