Next: F
Up: SIC Error Messages and
Previous: D
Contents
Index
- I-EDIT, Using <String> editor
SIC, EDIT command with argument, information message.
The specified editor is called to edit the file specified as argument.
Control will return to SIC after the editing session.
- I-EDIT, Writing stack content on STACK.Ext
SIC, EDIT command without argument, information message. STACK.Ext,
where Ext is the current macro extension, will be edited using current
editor.
- E-EDIT, File name too long
SIC, EDIT command. The corresponding file cannot be edited.
- E-ELSE, Invalid argument <String>
SIC, ELSE command was followed by an invalid first argument.
User action : correct typing error. ELSE can only have no argument
or IF as first argument.
- E-ELSE IF, Invalid syntax
SIC, ELSE command with argument IF. The only accepted syntaxes
for ELSE IF
are:
ELSE IF <logical expression>
and
ELSE IF <logical expression> THEN
- I-ERROR, occured in <String> at line <Integer>
- I-ERROR, occured in Loop <Integer> (<Real>) at Line <Integer>
SIC, error traceback facility. The message contains traceback of an
execution error while executing nested macros, stack or loops. Macro
names, loop number and index values are given together with the lines
being executed.
User action : If a PAUSE occurred correct the erroneous line,
execute it and continue the nested macros execution by command CONTINUE, or abort execution by command SICQUIT. If
an error recovery command is active, it has been automatically
executed before resuming the nested macros execution.
- I-ERROR, occured in Program
SIC, error traceback facility. An error occurred in subroutine mode.
User action : signal the error to the programmer.
- I-ERROR, occured in Error recovery mode
SIC, error traceback facility. An error occurred in the error
recovery command or procedure. A PAUSE is issued.
User action : correct the erroneous recovery procedure and resume
execution.
- F-EVALUATE, Invalid precision <Integer>
Any command with a numerical argument. This is an internal logic
error in the arithmetic processor (or a memory error on your machine!).
User action : Please submit an SPR. If you need the result, try toF
modify your expression (reorder, use intermediate variables...).
- F-EVALUATE, Internal logic error
Any command with a numerical argument. This is an internal error
in SIC.
User action : submit an SPR. You can try going around the error by
modifying your expression.
- E-EXAMINE, Undefined variable <String>
SIC, EXAMINE command with an argument. The specified variable does not
exist.
User action : check for typing errors.
- F-EXAMINE, Invalid data format, internal logic error
SIC, EXAMINE command.
User action : Submit an SPR.
- W-EXAMINE, No known variable
SIC, EXAMINE command without argument. No variable has been defined yet.
Next: F
Up: SIC Error Messages and
Previous: D
Contents
Index
Gildas manager
2014-07-01