[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

SQR not stopping when error occurs



I am running an sqr that is encountering a unique constraint error.  The
log shows that it is going into the sqlerr.sqc and it should issue a stop
command and stop the sqr from further processing.  This is not the case.
The sqr continues to log messages and will run to success and even update
the process monitor status.  Any suggestions?

The log shows the normal error and stop request.

Error on line 59: (SQR 3301)
   Program stopped by user request.
SQR: Program Aborting.

The sqr continues at this point and runs to success.  It is as if the STOP
command has no effect on the process.

Any help would be greatly appreciated.

Thanks.