Lexical operator for obtaining the date and time of the assembly
unit.
Format
%TIME ()
1 – Description
%TIME is modeled after the OpenVMS DCL lexical function F$TIME.
%TIME is used to obtain the time and date of the assembly unit.
There are no arguments. The result is a string specifying the
date and time of the assembly unit.
2 – Example
.PRINT "%TIME()"
After lexical processing, the statement appears as:
.PRINT " 8-OCT-1991 13:17:57"