E (ANSI) Errors
The following are execution errors that may not be trapped. These errors result in the display of a runtime error message and program termination.
|
Code |
Description |
|
E06 |
The variable specified in a SCRNRESTORE, STATERESTORE, TRAPRESTORE, or WINRESTORE statement does not contain the exact amount of information required. Also, a TRAPRESTORE must be performed in the same program that performed the TRAPSAVE. The following subcodes are provided: |
|
|
01: TRAPREST - Variable logical length too small. |
|
|
02: TRAPREST - Variable time stamp invalid for mainline program in use. |
|
|
03: TRAPREST - Data invalid causing trap identifier sequencing error. |
|
|
04: TRAPREST - Data invalid for error trap identifier. |
|
|
05: TRAPREST - Data invalid for function key trap identifier. |
|
|
06: TRAPREST - Data invalid causing undetermined identifier. |
|
|
07: TRAPREST - Variable logical length invalid for traps restored. |
|
|
10: SCRNREST - Variable logical length invalid. |
|
|
11: STATEREST - Variable logical length invalid. |
|
|
12: WINREST - Variable logical length invalid. |
See Also: PL/B Errors
![]() |