IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

VSAM - KSDS copy


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
picus_mf
Warnings : 1

New User


Joined: 09 Jun 2006
Posts: 52

PostPosted: Fri Sep 03, 2010 4:24 pm
Reply with quote

Hi,
I was trying to copy a KSDS VSAM file which has 14Million+ records.
the actual source file has the memory allocation (pri,sec) as (300,300). I have allocated the same and even more after I faced the issue.

Code:

IDCAMS  SYSTEM SERVICES                                           TI
                                                                   
      REPRO INFILE(INDD) -                                         
            OUTFILE(OUTDD)                                         
IDC3302I  ACTION ERROR ON PBSCV.HI.FILE.A0903.CL             
IDC3351I ** VSAM I/O RETURN CODE IS 28  - RPLFDBWD = X'2908001C'   
IDC31467I MAXIMUM ERROR LIMIT REACHED.                             
IDC0038I COMPRESSION INTERFACE USED, DATA TRANSFER COMPLETE.       
IDC3003I FUNCTION TERMINATED. CONDITION CODE IS 12                 
                                                                   
IDC0002I IDCAMS PROCESSING COMPLETE. MAXIMUM CONDITION CODE WAS 12 


I have allocated the new file using File-Aid selecting multiple volumes. Even then I am facing the issue.


Praveen
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Fri Sep 03, 2010 4:34 pm
Reply with quote

Quote:
IDC3351I ** VSAM I/O RETURN CODE IS 28 - RPLFDBWD = X'2908001C'


what does the manual say about it
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Fri Sep 03, 2010 4:36 pm
Reply with quote

What have you found out fromm all of the messages and codes being displayed.

Is the file over 4Gb and if so is it using Extended VSAM facilities under SMS.

Go and look up all of the messages and codes and come back if you need further help.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Access to non cataloged VSAM file JCL & VSAM 18
No new posts VB to VB copy - Full length reached SYNCSORT 8
No new posts Merge two VSAM KSDS files into third ... JCL & VSAM 6
No new posts Need COBOL COPY Help in MVS Environment COBOL Programming 4
No new posts Issue after ISPF copy to Linklist Lib... TSO/ISPF 1
Search our Forums:

Back to Top