Occasionally, Java takes an WebSphere® Application Server for z/OS® error code (C9C2xxxx in hexadecimal) and converts it to a very large negative number. If you get a very large negative number, try converting it back to hexadecimal to find the correct code.
bcExample: Suppose you get the error code "910022649":
bc
obase=16 2^32 - 910022649 quitThe bc program displays C9C22807, which is the hex value that you should look up.