Previous Topic: SWITCHLOG CommandNext Topic: WRITELOG Command


TABLE Statement

The TABLE statement identifies a message table for CA‑L‑Serv or a client.

Syntax

TABLE name [LANGUAGE (xxxx)] [DEFAULT]

Parameters

name

Identifies the message table. Each client determines what table name to use.

xxxx

Identifies a language.

DEFAULT

Identifies this language as the default language.

Default: The English language message table is used.

Note: You can specify this statement in message table members only. Specify the TABLE statement before MSG statements.

Example

To provide an English message table for CA Bundl, specify this statement in your message table:

TABLE BUNDLTAB LANGUAGE(ENGLISH) DEFAULT