home *** CD-ROM | disk | FTP | other *** search
/ Vectronix 2 / VECTRONIX2.iso / FILES_01 / P_FOTRAN.LZH / PROFOR.ERR < prev    next >
Text File  |  1987-12-31  |  7KB  |  166 lines

  1. 001Name too long
  2. 002No path: statement can never be executed
  3. 003Illegal STOP/PAUSE string
  4. 005Procedure call: varying number of arguments
  5. 006Type already specified
  6. 007DO loop has zero iteration count
  7. 008COMMON: character and non-character items mixed
  8. 009EQUIVALENCE: character and non-character items mixed
  9. 010DATA: non-character item with character constant
  10. 011Array declared with more than 7 dimensions
  11. 012IMPLICIT: same letter specified again
  12. 013Continuation line: first 5 columns not blank
  13. 014Underscore not allowed
  14. 098Undeclared variable
  15. 099Prospero Fortran extension to ANSI Standard
  16. 100Non-Fortran source character encountered
  17. 101Statement type recognized but mis-spelt
  18. 102Invalid character in label field
  19. 103Logical constant mis-spelt
  20. 104ASSIGN statement: 'TO' mis-spelt
  21. 105Unlabelled FORMAT statement
  22. 106Missing digit(s) in format descriptor
  23. 107Improper zero in format descriptor
  24. 108Unsigned number required
  25. 109Illegal descriptor after scale factor
  26. 110Repeat specification not allowed
  27. 111FORMAT: parenthesis nesting depth exceeds 7
  28. 112Attempted EQUIVALENCE of items in COMMON
  29. 114Item recurs in EQUIVALENCE group
  30. 115Continuation line illegally positioned
  31. 119Illegal "*" type
  32. 122IMPLICIT: range of letters not sensible
  33. 125Range error
  34. 130More than one main program encountered
  35. 201Item declared in COMMON more than once
  36. 202Common-block/procedure name clash
  37. 203DATA: item is in COMMON
  38. 204DATA: item is not in named COMMON
  39. 205Illegal program or ENTRY name
  40. 206Nested DOs with same control variable
  41. 207Illegal type of DO loop control variable
  42. 208Illegal type of DO expression
  43. 211DO increment must be non-zero
  44. 212Bracketed i/o list has no implied DO
  45. 213Statement not permitted as DO terminator
  46. 214DO-loop unterminated at END statement
  47. 215DATA/EQUIVALENCE: subscript count wrong
  48. 217EQUIVALENCE group only has one element
  49. 218Integer constant outside INTEGER*1 range
  50. 219Integer constant outside INTEGER*2 range
  51. 220Integer constant outside INTEGER*4 range
  52. 221Floating-point constant out of range
  53. 222Illegal type with // operator
  54. 223Illegal type mixture with COMPLEX
  55. 224COMPLEX expression in arithmetic IF
  56. 225COMPLEX operand in relational expression
  57. 226Statement label referenced but undefined
  58. 227Statement label already defined
  59. 228Statement label was not on FORMAT statement
  60. 229Statement label was not on executable statement
  61. 230Statement label was on specification statement
  62. 231Statement label and statement type are inconsistent
  63. 232Type of variable must be INTEGER*4
  64. 233Type of variable must be LOGICAL*4
  65. 234Variable or array-element expected
  66. 235Illegal use of logical type
  67. 236Illegal use of arithmetic type
  68. 237Adjustable dimension is not integer type
  69. 238Statement function: duplicate dummy argument name
  70. 239Statement function call: wrong number of arguments
  71. 240Control-list item illegal in this context
  72. 241OPEN, READ etc: control-list item specified twice
  73. 242OPEN etc: invalid character constant
  74. 243CHARACTER expression expected
  75. 244External procedure reference invalid
  76. 245Illegal argument type for intrinsic function
  77. 246Illegal occurrence of unsubscripted array name
  78. 247Illegal occurrence of Hollerith constant
  79. 248Variable or array has unknown type
  80. 249Character constant has zero length
  81. 250Character constant expression longer than 1327 characters
  82. 251Character expression longer than 32767 characters
  83. 253Block IF: missing ENDIF
  84. 255Arithmetic expression expected
  85. 256Constant expression expected
  86. 257Error in specification of intrinsic function
  87. 258Integer-type expression required here
  88. 259Illegal constant substring expression
  89. 260Substring not permitted here
  90. 261Illegal use of CHARACTER*(*)
  91. 262ENTRY: dummy argument has already been referenced
  92. 263ENTRY has wrong type
  93. 264RETURN not allowed in main program
  94. 265CALL: name previously used as function
  95. 266Function name previously used as subroutine
  96. 267Alternate return specifier only allowed for subroutines
  97. 268Attempt to access assumed-size dimension
  98. 269ENTRY name has already been referenced
  99. 270Illegally positioned ENTRY statement
  100. 272Too many COMMON blocks
  101. 273Alignment error
  102. 300Character expected but not found
  103. 301Invalid operator beginning with '.'
  104. 302Operator not preceded by an operand
  105. 303DATA: implied DO variable expected
  106. 304DATA: invalid repeat count
  107. 305DATA: error in constants list
  108. 306DATA: too few constants in list
  109. 307DATA: too many constants in list
  110. 308Logical IF: illegal dependent statement
  111. 309Block IF: ENDIF/ELSE has no matching IF
  112. 310Block IF: nesting depth exceeds 16
  113. 311DO statement: label already defined
  114. 312DO-type statement does not start with DO
  115. 313Illegal expression type with relational operator
  116. 314Arithmetic expression expected
  117. 316Logical expression expected
  118. 318Exponent expected, beginning with D or E
  119. 319Bad exponent in floating-point constant
  120. 320Error in COMPLEX constant
  121. 321Character constant longer than 255 characters
  122. 322Character constant not terminated
  123. 323Array declarator: invalid array name
  124. 324Adjustable/assumed-size declarator: array is not dummy
  125. 325Array element: too few subscripts
  126. 326Array element: too many subscripts
  127. 327Array element not allowed here
  128. 328Function call not allowed here
  129. 329Function call: missing '('
  130. 331Improper dummy argument name
  131. 332Variable name missing
  132. 333Variable/array/procedure name missing
  133. 334Non-dummy variable/array name required
  134. 335Improper name for statement function
  135. 336Unidentifiable statement type
  136. 337Statement type not allowed in BLOCK DATA
  137. 338Statement incorrectly terminated
  138. 339Statement type out of sequence
  139. 341Expression incorrectly terminated
  140. 342Statement label expected
  141. 343Statement label has more than 5 digits
  142. 344CALL: invalid subroutine name
  143. 345Illegal actual argument
  144. 346Illegal character in format specifier
  145. 347Missing '(' in format specifier
  146. 348Missing ')' in format specifier
  147. 349In nH (Hollerith) descriptor, n not in range 1 thru 255
  148. 351Unit specifier missing or incorrect
  149. 352Format specifier missing or incorrect
  150. 353OPEN, READ etc: control-list keyword expected
  151. 354READ etc: incorrect DO-implied list
  152. 355READ: illegal item in i/o list
  153. 358IMPLICIT: INTEGER etc. expected
  154. 359IMPLICIT: letter expected but not found
  155. 361INCLUDE: filename invalid or not found
  156. 362Too deep nesting of source file INCLUDE statements
  157. 369Duplicate SUBROUTINE/FUNCTION/ENTRY name
  158. 370Code for program unit exceeds 32K bytes
  159. 380INTEGER*4 range exceeded
  160. 400Compiler internal error
  161. 402End-of-file encountered on source input
  162. 403Compiler stack size insufficient
  163. 404Compiler workfile contents invalid
  164. 405Compiler workspace insufficient
  165. 406Disk/DOS error during compilation
  166.