We have a step which inserts 3200000 records into a VSAM-KSDS file. but when I run that im getting below error.
IDCAMS SYSTEM SERVICES T
REPRO INFILE(INDD) OUTFILE(OUTDD) REPLACE
IDC3302I ACTION ERROR ON USER02.AA.LA000D.G000.M01.AALADHST
IDC3351I ** VSAM I/O RETURN CODE IS 28 - RPLFDBWD = X'2908001C'
IDC31467I MAXIMUM ERROR LIMIT REACHED.
IDC0005I NUMBER OF RECORDS PROCESSED WAS 101779
IDC3003I FUNCTION TERMINATED. CONDITION CODE IS 12
after processing 200000 records I'm getting this ABEND. I've given the space parameter as CYL(500 100) FREESPACE(10 10). Please let me know the solutions for this problem....
Reason for your abend :-
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.
check :-
1. The DISP parameter
2. SHROPT
3. check if ur VSAM is extensible.
4. Increse the secondary space to 800