Guardian Procedure Calls Reference Manual

Errors for WRITE[X]
The WRITE[X] procedure returns FEFILEFULL (45) when passed a filenum for an unstructured
open of the primary partition of an enhanced key-sequenced file. For more information on enhanced
key-sequenced files, see the Enscribe Programmer's Guide.
Errors for WRITEX Only
In addition to the errors returned from the WRITE procedure, file-system error 22 is returned when:
The address of a parameter refers to the selectable segment area but no selectable segment
is in use at the time of the call.
The address of a parameter is extended, but it is an absolute address and the caller is not
privileged.
The file system cannot use the user's segment when needed.
Example
CALL WRITE ( OUT^FILE , OUT^BUFFER , 72 );
Related Programming Manuals
For programming information about the WRITE procedure, see the Guardian Programmer's Guide,
the Enscribe Programmer's Guide, and the data communication manuals.
1496 Guardian Procedure Calls (W-Z)