HP Pascal/iX Reference Manual (31502-90022)

A-: 66
ACTION Remove the second parameter.
---------------------------------------------------------------------------------------
866 MESSAGE NO ANYVAR FOUND IN FORMAL PARAMETER LIST (866)
CT CAUSE A procedure or function declared with OPTION UNCHECKABLE ANYVAR
must have an ANYVAR parameter in its formal parameter list.
ACTION Remove the option or supply an ANYVAR.
---------------------------------------------------------------------------------------
868 MESSAGE INTRINSIC MECHANISM ERROR "! ". (868)
CT CAUSE An error has occurred in accessing the intrinsic file.
ACTION [REV BEG]Check the status indicator returned from the Intrinsic
Mechanism Access Routines. If the status indicator is one of
the following values, correct the error.
Value Description
1 OpenFail The given IM could not be opened.
2 CloseFail The IM could not be closed.
3 RetrieveFail An access error occurred in attempting to
read from the IM.
4 ReplaceFail An access error occurred in attempting to
write from the IM.
5 SpaceExhausted Inadequate space remains in the IM to
perform requested action.
14 BadIntrinsicFileThe file being accessed is not an intrinsic
file.
If the status indicator is
not
one of the above values, report
the error to your HP Service Representative.[REV END]
---------------------------------------------------------------------------------------
869 MESSAGE ARRAY ELEMENT SIZE MUST BE >= ONE BYTE. (869)
CT CAUSE Array parameter to Move_Fast must have elements with sizes
greater than or equal to one byte.
ACTION Use another mechanism to perform the move.
---------------------------------------------------------------------------------------
870 MESSAGE ARRAY MUST BE ALIGNED ON A BYTE BOUNDARY. (870)
CT CAUSE Array parameter to Move_Fast must be aligned on a byte
boundary.
ACTION Use another mechanism to move the array.
---------------------------------------------------------------------------------------
871 MESSAGE INVALID ARRAY PARAMETERS TO MOVE_FAST. (871)
CT CAUSE Both array parameters to Move_Fast must have elements with the
same sizes.
ACTION Use some other mechanism to move the array.