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

VB to KSDS repro


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

Active User


Joined: 02 Jan 2009
Posts: 115
Location: Hyderabad

PostPosted: Fri Aug 14, 2015 4:45 pm
Reply with quote

Hi,

How do I copy/repro VB sequential dataset to KSDS. I tried to repro normally. But it copies the data as is with out leaving the first 4 bytes for the record length. Any pointers please.

Code:

//STEP0020 EXEC PGM=IDCAMS                                     
//INDD1    DD  DISP=SHR,DSN=vb seq dataset     
//OUTDD1   DD  DISP=SHR,DSN= vsam
//SYSPRINT DD  SYSOUT=*                                         
//SYSOUT   DD  SYSOUT=*                                         
//SYSUDUMP DD  SYSOUT=*                                         
//SYSIN    DD  *                                               
 REPRO INFILE(INDD1) OUTFILE(OUTDD1)                           
/*                                                             
Back to top
View user's profile Send private message
Bill Woodger

Moderator Emeritus


Joined: 09 Mar 2011
Posts: 7309
Location: Inside the Matrix

PostPosted: Fri Aug 14, 2015 5:02 pm
Reply with quote

VSAM records don't have an RDW. What problem does that give you?
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 Merge two VSAM KSDS files into third ... JCL & VSAM 6
No new posts how to keep unpaired records with REPRO. JCL & VSAM 9
No new posts VSAM KSDS CREATION AND LOAD WITH RAND... JCL & VSAM 1
No new posts FILE STATUS - 39 ON VARIABLE LENGTH V... COBOL Programming 2
No new posts Error Creating KSDS file, REASON CODE... JCL & VSAM 8
Search our Forums:

Back to Top