Guardian Procedure Errors and Messages Manual
Bits <8:15> contain a subcode that indicates the cause of the error, as follows:
MeaningSubcode
Unable to convert a DEFINE name to network form.0
Internal error.2
Illegal DEFMODE supplied.3
Effect No process is created.
Recovery Retry the call to NEWPROCESS. If errors recur, contact your service provider.
18 (%011000) OBJECT FILE WITH AN ILLEGAL
DEVICE SUBTYPE
Cause An attempt was made to run an object file with an invalid device subtype. The device subtype
is an attribute stored in each object file. The process created from an object file is assigned the
device subtype stored in that object file. Only named processes are allowed nonzero device
subtypes.
Device subtypes in the range 1 through 15 are reserved for processes that are:
• Created by the super ID
• Created from licensed object files
• Created from object files owned and provided by the super ID
Effect No process is created.
Recovery Verify that the call to NEWPROCESS contains the name parameter. If the name parameter
exists, either recompile or rebind the object file to change the device subtype to an unrestricted
value, or contact the super ID.
19 (%011400) PROCESS DEVICE SUBTYPE SPECIFIED
IN BACKUP PROCESS ISN'T THE SAME
AS PRIMARY'S
Cause The operating system tried to create a process, but the backup process device subtype was
not from the same program file as the primary process's device subtype. This error is probably a
programming error.
Effect No process is created.
Recovery Find out which object file was being passed to NEWPROCESS and correct the error.
22 (%013000) PFS^SIZE IS OUT OF RANGE
Cause The optional parameter pfs-size specified a value outside the range of 128K through
1024K bytes.
Effect No process is created.
Recovery Correct the specification to a value within the acceptable range. If pfs-size is not
specified or if 0 is specified, the default size of 256K bytes is used.
23 (%013400) CANNOT CREATE PFS
Cause NEWPROCESS or NEWPROCESSNOWAIT cannot allocate the process file segment (PFS).
Effect No process is created.
Error Codes 149