Guardian Procedure Errors and Messages Manual
Recovery Either correct the coding error, use linker (Binder or nld utility) to add the procedure to
the code area or user library, or refer the call to a procedure that is already present in the
application program.
2 (%001000) NO PCB AVAILABLE
Cause All entries in the configured process control block (PCB) table for the processor were in use
or the process required a low PIN but none were available.
Effect No process is created.
Recovery Try a different processor or wait and then retry the existing call.
3 (%001400 + %nnn) FILE-SYSTEM ERROR ON program-file
Cause The system monitor encountered a file-system error while accessing program-file during
process creation.
Effect The call returns the error number of the file-system error (%nnn) in error.<8:15>. No process
is created.
Recovery For corrective action for error number %nnn, see “File-System Errors” (page 19).
4 (%002000) UNABLE TO ALLOCATE MAP
Cause Not enough space was available in the processor's MAPPOOL to permit the system monitor
to generate the code and data-map copies required by the new process (a configuration problem).
Effect No process is created.
Recovery Try a different processor or wait and then retry the existing call.
5 (%002400 + %nnn) FILE-SYSTEM ERROR ON SWAP FILE
Cause An error occurred during the creation or opening of the swap file.
Effect File-system error %nnn is returned in error.<8:15>. No process is created.
Recovery For corrective action for error number %nnn, see “File-System Errors” (page 19).
6 (%003000 + %nnn) ILLEGAL FILE FORMAT
Cause When the system monitor checked on whether this file is a program, the program or library
file failed the test. (The system monitor includes checks for file codes 100 and 700.)
Bits <8:15> (%nnn) contain an error subcode that indicates the invalid file format. Bit 15 is set to
0 if a program file is in error and to 1 if a library file is in error. Error subcodes are listed in Table 6.
Table 6 NEWPROCESS Error 6 Error Subcodes
MeaningOctalDecimal
The program file is not a disk file.%0022
The library file is not a disk file.%0033
The program file does not have file code 100 or 700.%0044
The library file does not have file code 100 or 700.%0055
The program file does not have the correct file structure.%0066
Error Codes 143