HP Pascal/iX Reference Manual (31502-90022)

A-: 59
722)
RT CAUSE An attempt was made to associate a file that was not opened
with a system provided open routine. Instead, the file was
opened with a PASCAL open routine.
ACTION Open the file with a system provided open routine such as
MPE/iX "FOPEN" or HP-UX "OPEN" before using "associate."
---------------------------------------------------------------------------------------
723 MESSAGE MISSING OPTIONS TO "ASSOCIATE" (PASCERR 723)
RT CAUSE The option string passed to the associate routine was empty.
ACTION Pass the appropriate options to the associate routine.
---------------------------------------------------------------------------------------
724 MESSAGE INVALID OPTIONS TO "ASSOCIATE" (PASCERR 724)
RT CAUSE An illegal combination of options were passed to "associate."
ACTION Pass a legal set of options to "associate."
---------------------------------------------------------------------------------------
725 MESSAGE LOGICAL FILE PREVIOUSLY ASSOCIATED OR OPENED (PASCERR 725)
RT CAUSE An attempt was made to associate a logical file name to a
physical file number. However, the file name is already on the
Pascal open file list. It was placed on the list during a
previous "associate" or "open." If the file is not
disassociated or close d, any subsequent attempt to associate
it will fail.
ACTION Close the file using the Pascal "close" routine or disassociate
the file using the Pascal "disassociate" routine.
---------------------------------------------------------------------------------------
799 MESSAGE INVALID OPERATING SYSTEM I/O (PASCERR 799)
RT CAUSE An attempt was made to perform some kind of I/O which is
illegal on this Operating System. This error will never occur
for normal users.
ACTION Contact Hewlett-Packard.
---------------------------------------------------------------------------------------
808 MESSAGE COERCION REQUIRES $TYPE_COERCION 'STRUCTURAL'$ (808)
CT CAUSE The current $TYPE_COERCION 'string'$ is insufficient to permit
this type coercion.
ACTION Set the type_coercion level to that given in the message.
---------------------------------------------------------------------------------------
809 MESSAGE COERCION REQUIRES $TYPE_COERCION 'REPRESENTATION'$ (809)
CT CAUSE The current $TYPE_COERCION 'string'$ is insufficient to permit
this type coercion.
ACTION Set the type_coercion level to that given in the message.
---------------------------------------------------------------------------------------