Start of change

-20530 AN OBFUSCATED STATEMENT IS NOT VALID. REASON CODE= reason-code.

Explanation

An error occurred during processing of a data definition statement that includes the WRAPPED clause.

reason-code
The Db2 reason code value that indicates the reason for the failure. For explanations of reason codes, see Db2 reason codes.

reason-code is one of the following values:

1
The statement was wrapped on a platform or version that is not supported.
2
The obfuscated portion of the statement is corrupted.

System action

The statement cannot be processed.

Programmer response

Ensure that the statement was wrapped on a supported platform, and that the statement is not corrupted.

SQLSTATE

42638

End of change