
The TIME keyword is used in a free-form definition to indicate that the item has type time.
It must be the first keyword.
The parameter is optional. It specifies the time format and separator. See Time Data Type for information on the default format for time items.
DCL-S time_dft TIME;
DCL-S time_hms TIME(*HMS.);
