[z/OS]

Hexadecimal conversion of Java error codes

Occasionally, Java™ will take an WebSphere® Application Server for z/OS® error code (C9C2xxxx in hexadecimal) and convert 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.

To convert the error codes back to hexadecimal you must add 232 to the negative number and convert it into hexadecimal. This can be done using the OMVS command.
 bc
Example: Suppose you get the error code "910022649":
  1. Under OMVS, type the command:
    bc
  2. Then type:
    obase=16
    2^32 - 910022649
    quit
    The bc program displays C9C22807, which is the hex value that you should look up.

주제 유형을 표시하는 아이콘 참조 주제



시간소인 아이콘 마지막 업데이트 날짜: July 9, 2016 6:08
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=cord&product=was-nd-mp&topic=rtrb_convertjava
파일 이름:rtrb_convertjava.html