Multiple choice technology mainframe

Which symbol is used to ensure whether a valid date is returned or not

  1. $
  2. #

  3. &

  4. *

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In Xcelsius/Business Objects date functions, the $ symbol is used as a validation marker to ensure a valid date is returned. When appended to date functions, $ indicates that the function should return a valid date or handle invalid cases gracefully. The other symbols (#, &, *) are not used for date validation.