OMBCREATE CALENDAR_MODULE

Purpose

To create an calendar module.

Prerequisites

Should be in the context of a Calendar Folder.

Syntax

createModuleCommand =  OMBCREATE CALENDAR_MODULE "QUOTED_STRING" [ 
          "alterModulePropertiesOrIconSetClause" ]
     alterModulePropertiesOrIconSetClause =  ( SET ( ( "setPropertiesClause" [ (
           ( SET ( "setReferenceLocationClause" [ ( SET 
          "setReferenceIconSetClause" ) | ( UNSET "unsetReferenceIconSetClause" 
          ) ] ) ) | ( UNSET "unsetReferenceLocationClause" [ ( SET 
          "setReferenceIconSetClause" ) | ( UNSET "unsetReferenceIconSetClause" 
          ) ] ) ) | ( ( SET "setReferenceIconSetClause" ) | ( UNSET 
          "unsetReferenceIconSetClause" ) ) ] ) | ( "setReferenceLocationClause"
           [ ( SET "setReferenceIconSetClause" ) | ( UNSET 
          "unsetReferenceIconSetClause" ) ] ) | "setReferenceIconSetClause" ) ) 
          | ( UNSET ( "unsetReferenceLocationClause" [ ( SET 
          "setReferenceIconSetClause" ) | ( UNSET "unsetReferenceIconSetClause" 
          ) ] ) | "unsetReferenceIconSetClause" )
     setPropertiesClause =  PROPERTIES "propertyKeyList" VALUES 
          "propertyValueList"
     setReferenceLocationClause =  ( REFERENCE | REF ) LOCATION "QUOTED_STRING"
     setReferenceIconSetClause =  ( REFERENCE | REF ) ICONSET "QUOTED_STRING"
     unsetReferenceIconSetClause =  ( REFERENCE | REF ) ICONSET
     unsetReferenceLocationClause =  ( REFERENCE | REF ) LOCATION 
          "QUOTED_STRING"
     propertyKeyList =  "(" "propertyKey" { "," "propertyKey" } ")"
     propertyValueList =  "(" "propertyValue" { "," "propertyValue" } ")"
     propertyKey =  "UNQUOTED_STRING"
     propertyValue =  ( "QUOTED_STRING" | "INTEGER_LITERAL" | 
          "FLOATING_POINT_LITERAL" )

Parameters

createModuleCommand

Create a new Calendar Module.

alterModulePropertiesOrIconSetClause

Alter a property of the module or the icon set.

setPropertiesClause

Describe the keys of properties for object.

setPropertiesClause

Basic properties for CALENDAR_MODULE:

Name: BUSINESS_NAME
Type: STRING(200)
Valid Values: Any valid character string in supported character set.
Default: Empty string
Business name of the Calendar Module 

Name: DESCRIPTION
Type: STRING(4000)
Valid Values: Any valid character string in supported character set.
Default: Empty string
Description of the Calendar Module

setReferenceLocationClause

Set the referenced ___location.

setReferenceIconSetClause

Set specified Icon Set.

unsetReferenceIconSetClause

Unset specified Icon Set.

unsetReferenceLocationClause

Unset the referenced ___location.

propertyKeyList

The list of property keys.

propertyValueList

A list of property values.

propertyKey

A property key for an object.

propertyValue

A single property value. It can be a number, float, boolean or single-quoted string.

CALENDAR_MODULE Object

Table 6-5 CALENDAR_MODULE Object

Property Type Choices Min Max Default Description

DB_LOCATION

STRING

none

none

none

empty string

The ___location to which the schedule will be deployed.

EVAL_LOCATION

STRING

none

none

none

empty string

The ___location in which the scheduled object will be evaluated.