Cause
The state indicator was made invalid
because one of the following occurred:
0 A function exists in the state indica-
tor list, but the function was erased.
0 A suspended function's header was
changed.
A label was removed or changed
on the suspended statement.
0 Statements were added to or erased
from a suspended function.
SYMBOL TABLE FULL More symbols were used than the number
of symbols allowed.
The symbol table in the stored work-
space is full and a load operation was
attempted. This error is caused by the
latent expression variable even if it
has not been assigned.
SYNTAX ERROR
SYSTEM ERROR
VALUE ERROR
The part of the statement indicated by
the caret (A) is syntactically invalid.
A malfunction occurred in the APL sys-
tem program and the data in the active
workspace is lost.
The object indicated by the caret (A)
has not been given a value:
0 If the object is a variable name, the
variable was not previously assigned
a value.
0 If the object is a function name, the
function header did not specify a
result, or the function did not assign
a value to the result variable.
User's Response
Use the )SI or )SIV command to display
the state indicator. Clear out the state
indicator by entering + repeatedly.
)SAVE the workspace, )CLEAR the active
workspace, increase the number of sym-
bols allowed by using the )SYMBOLS
command, then )COPY the stored work-
space into the active workspace.
Note: Erasing a symbol from the active
workspace does not remove it from the
symbol table; however, saving the active
workspace and loading it again will remove
any unused symbols from the symbol table.
Enter a corrected statement.
Enter the )CLEAR command; if the error
continues to occur, call your service
representative.
Note: If SYSTEM ERROR occurred on a
load or copy operation, the error may be
caused by a bad stored workspace file.
Try loading or copying another stored
workspace file to see if the error occurs
again.
Assign a value for the indicated variable or
correct the function so that it has an ex-
plicit result. The value must be assigned
before the object is used.
3
(3 \
3
3
186
Error Message
WS FULL
0
WS LOCKED
WSNOTFOUND
WS TOO BIG
Cause
One of the following conditions occurred:
A )COPY or )PCOPY command was
issued, but the active workspace could
not contain all the objects requested.
The active workspace could not con-
tain all the information required to
build a defined function.
0 The active workspace could not con.
tain the intermediate results of an
APL expression.
0 The active workspace could not con-
tain the final results of an APL
expression.
0 The active workspace could not con-
tain the information required to do
input/output operations.
0 A workspace was written to tape
with a )SAVE command, but the
extra storage required when loading
the stored workspace back into the
active workspace exceeds the avail-
able storage.
The workspace is password-protected,
but no password or the wrong pass-
word was specified in the command.
A )LOAD, )DROP, )COPY, or
)PCOPY command was issued, but
there is no stored workspace with the
identification specified in the command.
One of the following conditions occurred:
0 An attempt was made to load a work-
space stored with the )CONTINUE
command into a 5100 with less in-
ternal storage.
0 An attempt was made to load a work-
space stored with the )CONTINUE
command into the active workspace,
but IMFs have been applied reducing
the available internal storage.
0 An attempt was made to write the
active workspace (using the )CONTINUE
command) into a file that is too small.
User’s Response
Erase unnecessary objects. If there is still
not enough space, do a )SAVE and
)LOAD of the active workspace.
Use the )COPY command to make the
stored workspace into two workspaces.
Reenter the command with the correct
password specified.
Reenter the command with the correct
workspace identification.
Use a 5100 with enough internal storage.
Clear the active workspace, load the stored
workspace into the active workspace,
)SAVE the active workspace, apply the
IMFs, then load the stored workspace again
or copy only the required objects.
Use a file that is large enough.
187
Previous Page Next Page