Error Messages during Compile and in Debug (AREV Specific)
At 26 MAY 2000 10:39:40AM Bradley Hardin wrote:
Hi, we are having ERRMSG's in several unusual places.
We are running AREV 3.12
An example program call BRADTEST located in the table EXT_BP is:
brad=1
debug
hardin=2
The following is displayed when compiled.
***ERRMSGBLINE BRADTEST 4ERRMSGB0When the BRADTEST is run and goes to the debug window the following message is displayed.
ERRMSGD5 4 EXT_BP BRADTESTWhile in Debug, when /brad is entered, the following message is displayed.
!/bradERRMSGD20 1Any help about the source of these message and a solution to the problem will be greatly appreciated.
Thanks Again!
At 26 MAY 2000 05:02PM Richard Hunt wrote:
The only thing that comes to mind is that your table (file) "EXT_BP" is corrupted.
Try running this at the command prompt…
VERIFYLH EXT_BP (F)
It will verify the table (file) and report any problems.
Boy… if there are no problems to the table (file)… the problem is way over my head. unless your compiler program itself is corrupted.
Thats about all I can offer.
At 26 MAY 2000 05:11PM [url=http://www.sprezzatura.com" onMouseOver=window.status=Click here to visit our web site?';return(true)]The Sprezzatura Group[/url] wrote:
It would seem that your REVERROR.000 file has been deleted from the REVBOOT directory. When this happens meaningful error messages disappear.
World Leaders in all things RevSoft
At 26 MAY 2000 06:14PM Steve Smith wrote:
The error message could conceivably be "Compilation Successful".
It is best to declare all your programs as subroutines eg.
SUBROUTINE MYROUTINENAME
A=5
B=6
PRINT A + B
RETURN
At 31 MAY 2000 08:20AM Bradley Hardin wrote:
Thanks a ton! This was the problem, after restoring this file everything works!!
Thanks!