Owner`s manual
5.18.3 SET LANGUAGE
The SET LANGUAGE console command changes the output
format of the console error messages. The default is English
error messages, as shown in Appendix H.
Examples
1.
! Lower key switch must be in Update
! position to store change in EEPROM.
>>> SET LANGUAGE INTERNATIONAL ! All error messages now appear as
! numeric code only, with no
! English explanation.
>>> CONTINUE ! Continue in program mode.
$!
$ ^P ! A CTRL/P changes to console mode.
?0002 ! System error message indicates
! external halt; message is in
! INTERNATIONAL format.
2.
>>> SET LANGUAGE ENGLISH ! All error messages now appear with
! English comments and numeric code.
>>> CONTINUE ! Continue in program mode.
$!
$ ^P ! A CTRL/P changes to console mode.
?0002 External halt (CTRL/P, break, or external halt)
PC = 801DBAA6 ! System error message indicates
PSL = 04C38201 ! external halt; message is ENGLISH
ISP = 80B15200 ! format.
3.
>>> SET LANGUAGE
?0021 Illegal command ! Illegal command; requires parameter.
Table 5–12: SET LANGUAGE Command Parameters
Parameter Meaning
ENGLISH Error messages have both a numeric code and an English explana-
tion.
INTERNATIONAL English explanations for error codes are suppressed.
5–50 VAX 6000 Series Owner’s Manual










