; STCODE -- Displays the text of a system error code. FORMAT STcode expression REQUIRED ARGUMENT expression Any integer expression that evaluates to a legal status code. OPTIONAL ARGUMENTS None. DESCRIPTION You supply a numeric status code to STCODE; in return, it provides the error message associated with the number. Note that there is an important difference between the DOMAIN Shell command STCODE and the DEBUG command STCODE. The Shell command expects a hexadecimal (base 16) value, but the DEBUG command expects a decimal (base 10) value. If you want to provide a hexadecimal value to the DEBUG STCODE command, you must precede it 16# to indicate that the value is base 16. (See the "Expressions" listing for details on different bases.) For full details, see Chapter 3 of the DOMAIN Language Level Debugger Reference manual.