HP Pascal/iX Reference Manual (31502-90022)

A-: 73
5207 MESSAGE MULTIPLE PROGRAM ENTRY POINTS (5207)
CT CAUSE Possible multiple main programs.
ACTION Make sure only one main program exists in the compilation unit.
---------------------------------------------------------------------------------------
5208 MESSAGE TOO MANY NESTED TRYS IN PROCEDURE (5208)
CT CAUSE The maximum number of nested TRYs allowed in a procedure is
about thirty.
ACTION Break up your procedure by putting some of the inner TRY blocks
into a nested procedure.
---------------------------------------------------------------------------------------
5209 MESSAGE CANNOT OPEN OBJECT FILE (5209)
CT CAUSE The compiler cannot open the object file. This may be because:
(a) You do not have write permission in the group (on
MPE/iX) or directory (on HP-UX) that you are working in.
(b) You have exceeded some physical disk space limit.
ACTION
(a) Work in a group or directory in which you have write
permission or get write permission in the current group
or directory.
(b) Remove some unnecessary files to make room for your
object file.
---------------------------------------------------------------------------------------
5210 MESSAGE CANNOT CLOSE OBJECT FILE (5210)
CT CAUSE The compiler could not close the object file. This may be
because:
(a) You do not have write permission in the group (on
MPE/iX) or directory (on HP-UX) that you are working in.
(b) You have exceeded some physical disk space limit.
ACTION
(a) Work in a group or directory in which you have write
permission or get write permission in the current group
or directory.
(b) Remove some unnecessary files to make room for your
object file.
---------------------------------------------------------------------------------------
5211 MESSAGE INVALID FILE CODE FOR OBJECT FILE ! (5211)
CT CAUSE File code for object file is not NMOBJ or NMRL.
ACTION Change file code or use different object file.
---------------------------------------------------------------------------------------
5212 MESSAGE DUPLICATE LABELS ARE NOT ALLOWED (5212)
CT CAUSE A duplicate user or internal label exists.