10.0;stcode (status_code), revision 1.0, 88/01/21
stcode (status_code) - translate status code value to text message.
usage: stcode hex_status_code
DESCRIPTION
stcode prints the text message associated with a hexadecimal status code.
This command is useful when a user program produces a hexadecimal status
code instead of the 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 (required)
Specify hexadecimal status code to be translated.
EXAMPLES
$ stcode 80001
disk not ready (from OS / disk manager)