home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / SIMTEL / CPMUG / CPMUG028.ARK / RUNERR.TXT < prev    next >
Text File  |  1984-04-29  |  2KB  |  63 lines

  1.  
  2.          APPENDIX C - INTERPRETER ERROR/WARNING MESSAGES
  3.  
  4.                 ERROR MESSAGES
  5.  
  6. AB      Array subscript out of bounds.
  7.  
  8. CE      Disk file close error.
  9.  
  10. DB      Input field length is larger then the buffer size.
  11.  
  12. DW      Disk file write error.
  13.  
  14. ER       Variable block size write error.
  15.  
  16. IO      Integer overflow(integer value greater than 16383).
  17.  
  18. IR      Record number incorrect or random file is not initialized.
  19.  
  20. ME      Disk file creation error.
  21.  
  22. NA      No AIN file found on directory.
  23.  
  24. OV      Decimal register overflow during arithmetic operation/
  25.         load.
  26.  
  27. RE      Attempt to read past end of record on blocked file.
  28.  
  29. RU      Attempt to random access a non-blocked file.
  30.  
  31. SK      Stack overflow(no more memory available).
  32.  
  33.            WARNING MESSAGES
  34.  
  35. AZ      Attempt to allocate null decimal or string,
  36.         system defaults to 10 digits/characters.
  37.  
  38. DO      Decimal overflow during store operation. The value of
  39.         the variable is set to 1.0 and execution continues.
  40.         The variable's allocation size should be increased in
  41.         it's declaration statement.
  42.  
  43. DI      Disk file variable format error.
  44.  
  45. DZ      Decimal division by zero, result is set to 1.0.
  46.  
  47. EF      End of file on read.
  48.  
  49. IA      Integer addition/subtraction over/under flow 
  50.         result is set to 1.
  51.  
  52. II      Invalid Console Input. Try input again.
  53.  
  54. IR      Record number incorrect or random file is not initialized.
  55.  
  56. IZ      Integer division by zero. Divisor set to 1 and 
  57.         division is completed.
  58.  
  59. NX      Negative exponential. Exponentiation not done.
  60.  
  61. SO      Characters lost during string store.
  62.  
  63.