Options
The "Options" screen for a DataCom table is shown below:

The following properties are set on the Options screen:
Property: |
Description: |
Value: |
|||||
Name |
Name of the table. |
<Text> |
|||||
Description
|
Description of the table. |
<Text> |
|||||
Sql Name |
Optional property in which the name of the DataCom table as used in the AMT user database can be set. |
<Text> |
|||||
DataCom Name |
Name of the DataCom table for usage in the COBOL code. |
<Text> |
|||||
DataCom Id |
The Id of the DataCom table which is returned in the results. |
<Number> |
|||||
Database Id |
The unique ID of the DataCom table. |
<Number> |
|||||
Master Key Can Be Updated |
Setting to allow modification of the master key values. |
Enabled / Disabled |
|||||
Filegroup/ |
Name of the MS-SQL filegroup or Oracle tablespace, as is defined by the database administrator. |
<Text> |
|||||
Add timestamp fields |
Whether the following readonly fields will be added to the database. Possible values: Default (set in Application Options), Yes and No. |
Default | Yes | No |
|||||
Name: |
Type: |
Length: |
Format: |
||||
LIONMODIFIEDDATE |
Numeric |
8 |
yyyymmdd |
||||
LIONMODIFIEDTIME |
Numeric |
6 |
hhmmss |
||||
LIONCREATEDDATE |
Numeric |
8 |
yyyymmdd |
||||
LIONCREATEDTIME |
Numeric |
6 |
hhmmss |
||||
These fields are maintained by AMT-COBOL whenever a record is added or modified. |
|||||||
Unicode | Whether the table will use unicode coding. Possible values: Default (set in Application Options), Yes and No. | Default | Yes | No | |||||
Length of Lionrecno | Set LIONRECNO to a Numeric 18 field instead of the default Numeric 9. Possible values:
Default (set in Application Options), Numeric 9 and Numeric
18.
|
Default | Numeric 9 | Numeric 18 |