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

skip in repro


IBM Mainframe Forums -> DFSORT/ICETOOL
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sivatechdrive

Active User


Joined: 17 Oct 2004
Posts: 191
Location: hyderabad

PostPosted: Thu Mar 10, 2005 11:26 am
Reply with quote

Hi all

i have a doubt in VSAM,plz do respond

Suppose there are 50 records in one file i need to copy only records from 5 to 15 and records from 24 to 34 to another file...
is it possible using a single repro,can i mention skip twice,if so how


Thanks
Siva
Back to top
View user's profile Send private message
kingofmf

New User


Joined: 02 Mar 2005
Posts: 13
Location: Bangalore

PostPosted: Sun Mar 13, 2005 2:36 pm
Reply with quote

try this i am not sure
STARTREC(5)
COUNT(11)
SKIPREC(8)
COUNT(11)

or

SKIPREC(4)
COUNT(11)
SKIPREC(8)
COUNT(11)


or

FROMNUMBER(5)
TONUMBER(15)
FROMNUMBER(24)
TONUMBER(34)
this is for rrds only
in case of ksds you have to give fromekey-tokey,and for esds you have to calculate rba and give fromaddress to address
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 -> DFSORT/ICETOOL

 


Similar Topics
Topic Forum Replies
No new posts how to keep unpaired records with REPRO. JCL & VSAM 9
No new posts SKIP LOCKED DATA in UPDATE statement DB2 9
No new posts Logic to skip Maximum time-stamp and ... DB2 2
No new posts Query to skip Max time-stamp and fetc... DB2 8
No new posts Skip records depends on count DFSORT/ICETOOL 5
Search our Forums:

Back to Top