D.1  Return Codes

The following return codes are used with the SEA CLI commands.

All Commands

wsea log, wsea report, wsea sicl, wsea listrk, wsea regknw, wsea msg, desta msg, desta qsap, desta servob, desta sicl

wsea trans, wsea analyze, wsea filterlog, wsea fru, wsea summ

desta status

Java VM Related Exit Codes

Installation Related Exit Codes

Note


On OpenVMS systems, each error code has a severity of 2. Thus, an ON ERROR statement can be used in DCL scripts to trap for errors. For OpenVMS, a bit-wise OR of the value 0x10000000 is performed on the published return code before the actual code is returned, which changes the value in $STATUS. Therefore, to determine the correct value, the leading 1 should be removed. For example, if an Insufficient arguments error is returned, an OR is performed with 0x10000000 and 0x00000182 (386 base 10) resulting in 0x10000182 or 268435842 base 10. Remove the leading 1 to obtain the correct decimal value.