JAMS Reference Manual
Contents Index JAMS Home Support

JAMS Reference Manual


Previous Contents Index


CREATE TIME

Create or replace a JAMS Named Time.

Format

CREATE TIME time-name


Parameters

time-name

A valid JAMS Time name.

Description

The CREATE TIME command is used to create or replace a JAMS Named Time Definition.

restrictions

You must have ADD access to Named Time Definitions.
related commands

Qualifiers

/DESCRIPTION=description

This qualifier can be used to specify a description of the new Variable.

/DISABLE

/NODISABLE (default)

Specifies whether or not this Time is automatically disabled at it's end time.

/ENABLE

/NOENABLE (default)

Specifies whether or not this Time is automatically enabled at it's start time.

/END=end-time

Specifies the Times end time.

/REPLACE

/NOREPLACE

This qualifier is used to specify whether you want to create or replace the Definition. If you omit this qualifier, the Definition will be created if it does not exist and replaced if it does exist. If you specify /REPLACE, an error will be returned if the Definition does not exist and no changes will be made. If you specify /NOREPLACE, an error will be returned if the Definition exists and no changes will be made.

/START=start-time

Specifies the Times start time.


Previous Next Contents Index
JAMS Copyright © 2000, MVP Systems, Inc. All rights reserved.