Kbase 16555: How to determine what a VMS error means from a system level
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/10/1998 |
|
How to determine what a VMS error means from a system level
This kbase is being generated to assist people in determining what
a VMS error means from a system standpoint.
There are several ways of displaying this information.
If you obtain a hex value for a VMS error you can do the following:
exit %X24 (for a hex error of 0x0024)
You can use the same approach if you receive an error number which is
not in a hex format. Example:
exit 36
Additional ways of display output from an error are:
write sys$output f $message ("024") or
a = %X24 and then do
show sym a (for message output)
Progress Software Technical Support Note # 16555