Calculator User's Guide
A-1
Appendix
1. Error Message Table
Message Meaning Countermeasure
Syntax
ERROR
• Illegal syntax
• Attempt to input an illegal command
• Press ) to display the error and 
make necessary corrections.
Ma ERROR • Calculation result exceeds the 
display range.
• Calculation is outside the input 
range of a function.
• Mathematical error (division by zero, 
etc.)
• Sufficient precision could not be 
obtained for 3 calculation, 
differential calculation, etc.
• Solution could not be obtained for 
equation calculation, etc.
• Check input values and make 
corrections to ensure that values 
are within allowable limits.
Go ERROR
 No corresponding Lbl 
n for Goto n.
 No program stored in program area 
Prog "file name".
 Correctly input a Lbl n to corres-
pond to the Goto n, or delete the 
Goto n if not required.
 Store a program in program area 
Prog "file name", or delete the 
Prog "file name" if not required.
Nesting
ERROR
• Nesting of subroutines by Prog 
"file name" exceeds 10 levels.
• Ensure that Prog "file name" is 
not used to return from 
subroutines to main routine. If 
used, delete any unnecessary 
Prog "file name".
• Trace the subroutine jump 
destinations and ensure that no 
jumps are made back to the 
original program area. Ensure that 
returns are made correctly.
Stack ERROR  • Execution of calculations that 
exceed the capacity of the stack 
for numeric values or stack for 
commands.
• Simplify the formulas to keep 
stacks within 10 levels for the 
numeric values and 26 levels for 
the commands.
• Divide the formula into two or 
more parts.
Memory 
ERROR
• Operation or memory storage 
operation exceeds remaining 
memory capacity.
• Keep the number of memories 
you use within the currently 
specified number of memories. 
• Simplify the data you are trying to 
store to keep it within the available 
memory capacity.
• Delete no longer needed data to 
make room for the new data.
A










