Previous Topic Next topic Print topic


TIMEDELIM

Specifies a single character as the delimiter between the hour, minute, and second components to override the default delimiter determined by the TIME directive specification.

Syntax

TIMEDELIM=character

Properties:

Default: None

Dependencies:

Requires that the TIME directive also be set.

Scope:

Used at compile time: Yes
Behavior at run time: Source file

See Scope - OpenESQL SQL Compiler Directive Options for more information.

Comments:

The default delimiter overridden is the delimiter used in by output type parameter specified for the TIME directive. For example, if TIME=JIS, the default delimiter is a colon (:).

Previous Topic Next topic Print topic