DTSFN parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 20: Line 20:
<p>Although the date/time stamp field name is the same for all date/time stamp files in a particular run, as specified by <var>DTSFN</var>, it is not necessarily always the same for a given file. You can define several date/time stamp fields in the same file. However, the active DTS field will be the one that matches the name specified by <var>DTSFN</var> <i>in that run.</i></p>
<p>Although the date/time stamp field name is the same for all date/time stamp files in a particular run, as specified by <var>DTSFN</var>, it is not necessarily always the same for a given file. You can define several date/time stamp fields in the same file. However, the active DTS field will be the one that matches the name specified by <var>DTSFN</var> <i>in that run.</i></p>
<p>
<p>
If the field name contains spaces, you must use the character string format with C' ' delimiters. See [[Overview of Model 204 parameters#Requirements for parameter values|Requirements for parameter values]].</p>
If the field name contains spaces, you must use the character string format with <code>C' '</code> delimiters. See [[Overview of Model 204 parameters#Requirements for parameter values|Requirements for parameter values]].</p>


[[Category:System parameters]]
[[Category:System parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Revision as of 22:34, 10 October 2014

Date time stamp field name

Summary

Default value
None
Parameter type
System
Where set
On User 0's parameter line
Related products
All
Introduced
Model 204 V7.4

Description

The name of the date/time stamp field for the current run of Model 204 for all date/time stamp files involved in the run.

Although the date/time stamp field name is the same for all date/time stamp files in a particular run, as specified by DTSFN, it is not necessarily always the same for a given file. You can define several date/time stamp fields in the same file. However, the active DTS field will be the one that matches the name specified by DTSFN in that run.

If the field name contains spaces, you must use the character string format with C' ' delimiters. See Requirements for parameter values.