Error Message :
N/A
The System Variable
&$PHYS_DATE_DD_MON_YYYY_d# incorrectly populates to "Mai" instead of "May" when the system set to English in the Automation Engine (AE) version 11.
Investigation
Expected Behavior:The System variable &$PHYS_DATE_DD_MON_YYYY_d# should contain the month value of "May" during the month of May when the system is set to English.
Example Script:
:SET &QUALIFYINGDATE# = &$PHYS_DATE_DD_MON_YYYY_d#
:p &QUALIFYINGDATE#
On May 1st 2017, the above script is expected to return:
01-May-2017
Observed Behavior:The System variable &$PHYS_DATE_DD_MON_YYYY_d# incorrectly contains the month value of "Mai" during the month of May when the system is set to English.
Example Script:
:SET &QUALIFYINGDATE# = &$PHYS_DATE_DD_MON_YYYY_d#
:p &QUALIFYINGDATE#
On May 1st 2017, the above script is returns:
01-Mai-2017