1.1;stcode (status_code), revision 1.1, 81/06/27. STCODE (STATUS_CODE) -- Translate status code value to text message. usage: STCODE status_code FORMAT STCODE stat_code 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 pre-defined status codes. No provision is currently made to add user-defined status codes to the error text database. ARGUMENTS stat_code (required) Specify hexadecimal status code to be translated. EXAMPLE $ stcode 80001 disk not ready (from OS / disk manager)