A (Interrupts Prevented) Errors
The following are untrappable FILEPI errors. These errors result in the display of a runtime error message and program termination.
|
Code |
Description |
|
A01 |
FILEPI already in effect. Another FILEPI may not be initiated until current one expires or a FILEPI 0 or PI 0. |
|
A02 |
A FILEPI referenced one or more unopened files. |
|
A03 |
A FILEPI was executed against a file that has been opened with record locking. |
|
A04 |
A READ using the 'LK' suffix has been executed for a file that is not open in SHARE mode. |
|
A05 |
A READ using 'LK' suffix has been executed for a file that is open without record locking support. |
|
A06 |
A file in the TRANSACTION START file list is not open. |
|
A07 |
A FILEPI operation specified more than 50 managed files while accessing a SUNDM data manager. |
|
A08 |
A FILE variable opened in a record locking mode is included in the TRANSACTION START {file lock list}. |
See Also: PL/B Errors
![]() |