OpenTP1 Version 7 System Definition

[Contents][Index][Back][Next]

istdef (table name definition of IST service)

Format

istdef table-name record-length record-count

Function

Specify the internode shared table name to be accessed using an IST service.

Specify all table names, record length and the number of records. Define at least one internode shared table in the IST service definition.

The number of tables that can be defined in one node is up to 64. The sum of the table length on the internode shared table must be 64 Kilobytes or less. Shown below is a calculation.

n

[Figure] (one-record length on the table x record count) [Figure] 64 Kilobytes

1

where,

n: number of tables defined

Option

table-name~<1-8 character identifier>

Specify the unique name in all the internode shared tables.

record-length~<unsigned integer> ((4-65536)) (Unit: bytes)

Specify the record length of the internode shared table in a multiple of 4. The overall record length of the internode shared table is fixed.

record-count~<unsigned integer> ((1-16384)) (Unit: records)

Specify the record count of the internode shared table.