;
STCODE -- You supply a numeric status code to STCODE; in return, it prints the
error message associated with the number. The DEBUG command STCODE
is very similar to the DOMAIN Shell command of the same name. The
only difference is that the Shell command assumes a default radix of
base 16, and the DEBUG command assumes a default radix of base 10.
STC is the legal abbreviation for STCODE.
> STCODE 84279297 (In base 10)
(stcode) end of file (from library / read)
> STCODE 16#05060001 (In base 16)
(stcode) end of file (from library / read)