Tags

, , , , , , , ,

When we try to perform Open, Close, I/O Operations on a VSAM file, we encounter multiple issues.

We see a error message in the format

IDC3351I ** VSAM {OPEN|CLOSE|I/O} RETURN CODE IS return-code
{RPLFDBWD=nnnnnnnn}

Explanation:An error was encountered during virtual storage access method (VSAM) open, close, or action request processing, as indicated in the text of the message.

In the message text:

nnnnnnnnThe meaning of RPLFDBWD, the RPL Feedback Word.

Example:

IDC3351I ** VSAM I/O RETURN CODE IS 108 – RPLFDBWD = X’8408006C’

Here the error is due to

“The RECLEN specified was larger than the maximum allowed, equal to 0, or smaller than the sum of the length and the displacement of the key field of the base cluster or related alternate index (AIX). The RECLEN was not equal to the slot size specified for a relative record data set. ”

There is difference in LRECL of the datasets provided for copy in IDCAMS.

For More of this errors, browse through the below link

http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2M661/12.551?SHELF=&DT=20060122225821

If you would like to Earn Free Stocks, Credit card Points and Bank account Bonuses, Please visit My Finance Blog

You may also like to look at:

Important SQL CODES and ABEND CODES
SORT JOIN – TO JOIN TWO FILES BASED ON A KEY
KNOW YOUR MAINFRAME
REXX – INITIAL SETUP
SAS – SAMPLE PROGRAM
CA DISPATCH – Useful Commands
Locate the INVALID data in a field using FILE AID
File-Aid Relational Operators, Data Types
Xpediter – Batch Setup
FILE AID – VIEW TIP
FILEAID TIPS
EDIT PDS USING FILE-AID – FAST MODE
VSAM – KEYS
Comparison of ESDS, KSDS, RRDS, VRRDS, and linear data sets
VSAM OPEN CLOSE I/O RETURN CODES
VSAM INTERVIEW QUESTIONS
VSAM TIPS
Advertisement