VSAM I/O error in REPRO
Select messages from
# through # FAQ
[/[Print]\]

MVSFORUMS.com -> Data Management

#1: VSAM I/O error in REPRO Author: vkphani PostPosted: Mon Oct 03, 2005 11:49 pm
    —
Hi,

I am trying to repro A ESDS file to another file.
The two files are exactly identical.


Code:

//BCR201DP EXEC PGM=IDCAMS                               
//SYSPRINT DD SYSOUT=*                                   
//SYSOUT   DD SYSOUT=*                                   
//INDD     DD DSN=BCRNY0CV.SEP0105.BCR201DP,DISP=SHR     
//OUTDD  DD DSN=TRANSMIT.BCRIS.R127.BCR201DP,DISP=SHR 
//SYSIN   DD *                                         
    REPRO -                                             
        INFILE(INDD) -                                   
        OUTFILE(OUTDD)                                   
/*     



I am getting the follwing error.

Code:

     REPRO -                                                       
        INFILE(INDD) -                                             
        OUTFILE(OUTDD)                                             
IDC3302I  ACTION ERROR ON TRANSMIT.BCRIS.R127.BCR201DP             
IDC3351I ** VSAM I/O RETURN CODE IS 28  - RPLFDBWD = X'2908001C'   
IDC31467I MAXIMUM ERROR LIMIT REACHED.                             
IDC0005I NUMBER OF RECORDS PROCESSED WAS 54000                     
IDC3003I FUNCTION TERMINATED. CONDITION CODE IS 12                 
                                                                   
IDC0002I IDCAMS PROCESSING COMPLETE. MAXIMUM CONDITION CODE WAS 12


Can some body please help me with this.

#2:  Author: PhantomLocation: The Blue Planet PostPosted: Tue Oct 04, 2005 2:08 am
    —
vkphani,

This is a VSAM Space problem. RC 28 on error code IDC3351I means -
Quote:

28
Data set cannot be extended because VSAM cannot allocate additional direct-access storage space. Either there is not enough space left to make the secondary allocation request, you attempted to increase the size of a data set while processing with SHROPT=4 and DISP=SHR, or the index CI is not large enough to hold the entire CA. This error could also be due to a data set trying to extend beyond 4GB on a system that does not support extended addressability.


Recreate your TRANSMIT ESDS with more Primary/Secondary extents and then try the repro.

For more info. Check this link.
http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2M660/11.551?SHELF=&DT=20050804102553&CASE=

Thanks,
Phantom

#3:  Author: vkphani PostPosted: Tue Oct 04, 2005 2:13 am
    —
Hi Phantom,

Thanks for the help.

#4:  Author: madisand PostPosted: Wed Nov 14, 2007 8:50 am
    —
Hi Phantom,

When recreated the outfile with more cylinder extents, I am facing volume shortages, for space allocations. While this is something that is dependent on installation, are there ways to optimize the space utilization at the time defining cluster..



MVSFORUMS.com -> Data Management


output generated using printer-friendly topic mod. All times are GMT - 5 Hours

Page 1 of 1

Powered by phpBB © 2001, 2005 phpBB Group