Reason:
Warning: No set of columns in the dataview constitutes a unique key for the underlying SQL TABLE. In the scope of the FOR-construct, the SQL CURSOR can be lost due to a TRANSMIT, CHECKPOINT/ROLLBACK, COMMIT/BACKOUT, or a CALL (which is presumed to do a TRANSMIT, and so on). Subsequent updates or deletes cause a run-time error.
Action:
There is no error involved if the FOR construct is QUIT before update or DELETE is actually processed or if there is no TRANSMIT or database commit processing is actually executed in the scope of the FOR (either by this program or the CALLed sub-program).
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|