Previous Topic: DC205005Next Topic: DC205007


DC205006

NVSAM ERR - <program-name>FDBK = <feedback-code> R15 = <vsam-return-code> NVST = <status-code> R0= <vsam-reg0-code> NVERR= <nverr-code> DDN= <file-ddname> AREA= <area-name>

Reason:

A VSAM error has occurred while accessing a native VSAM file. The <feedback-code>, <vsam-return-code>, and <vsam-reg0-code> are the values returned from a VSAM macro call and should be documented in the appropriate VSAM manual.

The function-code(s) and their meanings are listed below:

Code   Meaning
 
01    READ FIRST record of SET
02    READ LAST record of SET
03    READ NEXT record of SET
04    READ PRIOR record of SET
05    READ record using DBKEY
06    READ record using VSAM KEY
07    READ record within SET CURRENT
08    READ record UPDATE
09    ERASE record
10    STORE record
11    READ FIRST record of AREA
12    READ LAST record of AREA
13    READ NEXT record of AREA
14    READ PRIOR record of AREA
15    WRITE deferred buffers for a FILE
16    WRITE record UPDATE
17    Terminate RPL REQUEST
18    OPEN FILE(s) for an AREA
19    CLOSE FILE(s) for an AREA
20    Set PRIME KEY info
21    Establish VSAM CURRENCY

The status-code(s) and their meanings are listed below:

Code   Meaning
 
0     No error
1     Error on GENCB, MODCB, or SHOWCB
      macro
2     Error on request macro (for
      example, GET or PUT)
3     Error detected by CHECK macro
4     Entry not found in NVCT (Native
      VSAM Currency Table)
5     Error on mapping of request
6     Error on OPEN macro
7     Error on CLOSE macro
8     Error on BLDVRP macro
9     Error on DLVRP macro
10    Error on ENDREQ macro
11    Unable to acquire storage for ACB

The <nverr-code> is a value unique to the location in IDMSDBIV that produced an error message. It only has meaning when used with the appropriate IDMSDBIV program listing.

<file-ddname> is the DDNAME of the file being processed when the error occurred. The <area-name> is the name of the area being processed when the error occurred. The <set-name> is the name of the set being processed (if available) when the error occurred.

Module:

IDMSDBIO

Severity:

0