IV - 173
Appendix 7. Explanation of Alarms
Appendix 7.12 Program Errors (P)
P293 DO-END EXCESS
Details
The number of DO-END nesting levels in the "WHILE[<conditional>]DO(-END(" statement
has exceeded 27.
Remedy
- Correct the program so that the nesting levels of the DO-END statement does not exceed
27.
P294 DO-END MMC.
Details
The DOs and ENDs are not paired off properly.
Remedy
- Correct the program so that the DOs and ENDs are paired off properly.
P295 WHILE/GOTO TPE
Details
There is a WHILE or GOTO statement on the tape during FTP operation.
Remedy
- Apply memory mode operation instead of FTP operation that does not allow the execution
of the program with a WHILE or GOTO statement.
P296 NO ADR (MACRO)
Details
A required address has not been specified in the user macro.
Remedy
- Correct the program.
P297 ADR-A ERR.
Details
The user macro does not use address A as a variable.
Remedy
- Correct the program.
P298 PTR OP (MACRO)
Details
User macro G200, G201, or G202 was specified during tape or MDI mode.
Remedy
- Correct the program.
P300 VAR. NAME ERROR
Details
The variable names have not been commanded properly.
Remedy
- Correct the variable names in the program.
P301 VAR. NAME DUPLI
Details
A duplicate variable name was found.
Remedy
- Correct the program so that no duplicate name exists.