Previous Topic: LABLRING Keyword—Key Ring LabelNext Topic: LDAPDEST Keyword—Define Node to LDAP Node List


LANGUAGE Keyword—Specify Language Preference

Valid on z/OS, z/VSE, and z/VM.

Use the LANGUAGE keyword to assign or remove a language preference code, which is passed to the message processing Installation Exit.

This keyword has the following format:

TSS ADDTO(acid) LANGUAGE(c)
c

Must equal a user‑defined, one‑character language preference code.

Capacity of list

One LANGUAGE code per CA Top Secret command.

The site must write an installation exit for message translation to allow association of the language preference code with the language of preference. CA Top Secret passes this code to the installation exit for message translation.

This keyword is used with:

Examples: LANGUAGE keyword

This example indicate that error messages are in French (and the administrator has defined F as the code for French):

TSS ADDTO(userque) LANGUAGE(F)

This example removes the language preference:

TSS REMOVE(userque) LANGUAGE(F)