EQQY717E EQQY725E
EQQY717E NO COMMON SECTION HEADER RESOURCE
HRES
IN
REQ
STATEMENT
Explanation: The
REQ
request requires that the record header contains a resource for the common section of a
record.
System action: The request is rejected.
User response: Check the record header. Correct the request and resubmit the job.
EQQY718E COMMON SECTION HEADER RESOURCE
HRES
TWICE IN
REQ
STATEMENT
Explanation: The
HRES
resource may only appear once in the buffer header.
System action: The request is rejected.
User response: Check the record header. Correct the request and resubmit the job.
EQQY719E THE DATA ADDRESS PARAMETER DATAP IS NOT ZERO IN
REQ
REQUEST
Explanation: The
REQ
request requires that DATAP is set to zero.
System action: The request is rejected.
User response: Check the DATAP parameter. Correct the request and resubmit the job.
EQQY721W CONCURRENT UPDATE (
REQ
) OF RECORD WITH KEY
KEY
, UPDATE PERFORMED
Explanation: The record with key
KEY
has been updated by some other function since it was read by the program
interface function.
System action: The update is performed.
User response: Check that this update did not cancel some additional update to be done to the record.
EQQY722W DELETE RECORD WITH KEY
KEY
NOT DONE, IS BEING UPDATED. RESOURCE IS
RES
Explanation: The record with key
KEY
is being updated by some other function.
System action: The DELETE is not performed.
User response: Check if the record should be deleted.
EQQY723W DANGER OF CONCURRENT UPDATE TO RECORD WITH KEY
KEY
, UPDATE PERFORMED THE
DATA BASE RECORD WAS UPDATED AT
UPDT
BY
USER
Explanation: The record with key
KEY
has been updated by some other function since it was read by the program
interface function.
System action: The update is performed.
User response: Check that this update did not cancel some additional update to be done to the record.
EQQY724E INSERT OF RECORD WITH KEY
KEY
NOT DONE, EXISTS. RESOURCE IS
RES
Explanation: The record cannot be inserted as it already exists.
System action: The insert is not performed.
User response: Check if the record needs to be updated. Use REPLACE instead of INSERT if replace is intended.
EQQY725E REPLACE OF RECORD WITH
KEY
NOT DONE, RECORD NOT FOUND. RESOURCES IS
RES
Explanation: A REPLACE request is issued, but the record to be replaced does not exist.
System action: The replacement is not supported.
User response: Check if the record needs to be updated. Use INSERT instead of REPLACE if insert is intended.
Chapter 32. EQQYnnn Messages 399