After upgrading the nodes from version 5 to version 6, the uxdat command seems to have a different behavior in version 6.
In version 5, without adding the parameter MU=$S_CODUG, the command uxdat would read the calendar related to the Management Unit where the Uproc was launched.
In version 6, it always read the General Calendar if the parameter MU is not used.
Is there any way to have the same behavior as in version 5?
Release : 6.x
Component : DOLLAR UNIVERSE
Command affected: uxdat
Change of behavior
In version 6, in order to take into account the current Management Unit's Calendar, you need to append MU=$S_CODUG to the command uxdat.
Example:
$UNI_DIR_EXEC/uxdat dd/mm/yyyy 01/01/2021 type mu=$S_CODUG
This change should be done in all the Uprocs where the "uxdat" command is used, which can be achieved with a sed command in the Uproc scripts.
Post in the community where this was explained here