EARLIEST_STARTTIME (in MODIFY_UC_OBJECT) returns error when used with non-default format
Reproduction steps:
- Create a work flow with child tasks
- Set a script with MODIFY_UC_OBJECT(<JOBP's runID>,EARLIEST_STARTTIME, <child task's name>, "HHMM;&TIME#") with &TIME# and format (HHMM) freely defined
Example:
:SET &hnd# = MODIFY_UC_OBJECT(&runid#, EARLIEST_STARTTIME, "&taskname#","HHMM;&time#")
<where &time# was set as 1655 to match with for mat HHMM for example>
Error message:
"U00020437 Runtime error in object 'SCRI.MODIFY.1', line '00001': Time '165' does not correspond to time format 'HHMM'."