Previous Topic: Return Code 13 - INTERNAL ERRORNext Topic: Return Code 15 - SECURITY VIOLATION


Return Code 14 - NO RECORD FOUND

Reason:

No record was found matching the request requirements.

Action:

See the following internal return codes for details.

Return Code 14 Internal Return Codes

Dec

Hex

M

B

Explanation

User Response

048

30

N

N

  • NO RECORD FOUND OR NO KEY FOUND
  • CA Datacom/DB could not service
    the request due to one of the
    following conditions:
  • No record in the database was
    defined with the specified key value.
  • A key that has a shared key ID
    and a duplicate value with another
    key within the same record was
    updated with a different value.
  • All records containing the specified
    key value had been processed and
    none remain.
  • An end of table was encountered
    in a random search.
  • If using the Any Parent table
    feature of partitioned tables, no
    record was found in an available
    area that has the key value
    specified.
  •  

Verify that the JCL points to the correct area and revise if an error is found. For additional information, see the documentation for message DB00802W. If necessary, contact CA Support with the recommended dumps. For information about contacting CA Support, see Troubleshooting.

 

 

 

 

  • DBUTLTY LINK function refers to a
    DBID that does not exist in the
    Directory.

Supply the correct DBID and rerun the LINK function.

 

 

 

 

  • The CA Datacom DL1 Transparency
    referential integrity feature could not
    service the ADDIT request for a
    dependent segment type because
    the Parent does not exist.

Correct the PPCK in the ADDIT work area, or ADD the needed parent first.

117

75

N

N

END/BEGINNING OF SET

The internal return code is issued
at end-of-set. It is only a warning.
The set is still active and a SELNR
command can still be issued.
Position is on the last record in the
set. This is true whether a physical
or logical end-of-set is reached.

Add application program routines which check for these conditions, take appropriate action, and ensure that processing continues.