EGL Reference Guide for iSeries
VGJ0167E: Math function sqrt failed with error code 8 (domain
error).
Explanation
The argument must be greater than or equal to zero.
User Response
Do as follows:
- Change the program logic to ensure that the argument passed to the
function is greater than or equal to zero; or
- Call the function in a try statement, or set handleSysLibErrors to 1
before calling the function, so that the program can handle the error.
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.