Below are the PLI phrases that useful to handle errors.
Error Handling Reserved Words
OVERFLOW ==>exponent overflow
UNDERFLOW ==>exponent underflow
FIXEDOVERFLOW ==>fixed-point overflow
SIZE ==>fixed-point overflow
ZERODIVIDE ==> division by zero
SUBSCRIPTRANGE ==> subscript bound error
STRINGRANGE ==> substring error
STRINGSIZE ==> truncation of a string
ENDFILE ==> end of file
ENDPAGE ==> end of page
ATTENTION ==> request from keyboard
Related Posts