STCODE(1) Domain/OS SysV STCODE(1)
NAME
stcode - Status code translator
SYNOPSIS
stcode hex_stat_code
DESCRIPTION
stcode prints the textual message associated with a hexadecimal status
code. You can use this command to translate NCS 1.5.1 status codes.
This command is useful when a program produces a hexadecimal status code
instead of a textual message.
stcode processes predefined status codes. No provision is currently made
to add user-defined status codes to the error text database.
hex_stat_code
The hexadecimal status code to be translated.
EXAMPLES
Translate the hexadecimal status code 1c010003:
$ stcode 1c010003
unknown interface (network computing system/RPC runtime)