EGL Java™ runtime error code VGJ0203E

VGJ0203E: String function %1 failed with error code 20.

Explanation

The index of a DBCHAR or UNICODE substring must be odd so that the index identifies the first byte of a character.

User Response

Do as follows:
  • Change the program logic to ensure that the index arguments passed to the function are valid; or
  • Call the function in a try statement, or set VGVar.handleSysLibraryErrors to 1 before calling the function, so that the program can handle the error.
Feedback
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.