Guardian Programmer's Guide

Table Of Contents
Writing a Server Program
Guardian Programmer’s Guide 421922-014
22 - 27
The Part-Query Server ($SER1)
! For any other error return, call the FILE^ERRORS
! procedure:
OTHERWISE -> CALL FILE^ERRORS(RECV^NUM);
END;
! Reply to the message:
CALL REPLYX(SBUFFER,
REPLY^LEN,
!count^written!,
!message^tag!,
REPLY^ERROR);
END;
END;