Multiple choice technology mainframe

Inorder to include timestamp to the filename, which sentinel needs to be appended to the delivering filename

  1. $DATE_TIME$
  2. $TID$
  3. $TIME$
  4. $ALPHA_SEQ$
Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

$DATE_TIME$ is the sentinel value that inserts a timestamp into the delivery filename. This placeholder gets replaced with the actual date and time when the file is delivered, providing unique naming and traceability. $TID$ typically inserts a transaction ID, $TIME$ only inserts time without date, and $ALPHA_SEQ$ is for alphabetic sequencing.