Overview of substitution tokens (SDL script)
The following substitution tokens can be used in SDL scripts.
• %date% — (not recommended).
Replaced with current date, using locale settings for format. This substitution token results in a warning being generated, because it has been superseded by the sysDate system variable. For more information, see
%date% substitution token (SDL script).
• %operation_body%
• %operation_decls%
• %time% —(not recommended)
Replaced with the current time, using the locale settings for format. This substitution token results in a warning being generated, because it has been superseded by the sysTime system variable. For more information, see
%time% substitution token (SDL script).
• %user%