From: Glen C. <gco...@US...> - 1999-12-07 02:46:30
|
> > > How do we want to handle run time errors, such as moving non > > numeric data into a numeric field? I would like to see a runtime error routine that 1) Text and numeric description of documented error 2) Hex and ascii dump of all storage areas, identified by storage area WORKING-STORAGE EF 23 42 4F 7B 28 ...FOE. 74 00 00 00 00 00 FE..... LINKAGE-1 F0 F0 F0 F0 F0 F0 ..... 31 31 31 31 31 31 11111 3) Text information of compiled file name (from PROGRAM-ID ??) 4) Compiler version information 5) Program compile date and time 6) Source code LINE NUMBER of offending statement 6a) Token number on offending line ?? Being as I want so much, I probably should write this =:() Glen |