Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
skip in repro

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> DFSORT/ICETOOL
Author Message
sivatechdrive

Active User


Joined: 17 Oct 2004
Posts: 162
Location: hyderabad

PostPosted: Thu Mar 10, 2005 11:26 am    Post subject: skip in repro
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
References
PostPosted: Thu Mar 10, 2005 11:26 am    Post subject: Re: skip in repro Reply with quote

kingofmf

New User


Joined: 02 Mar 2005
Posts: 13
Location: Bangalore

PostPosted: Sun Mar 13, 2005 2:36 pm    Post subject:
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
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> DFSORT/ICETOOL All times are GMT + 6 Hours
Page 1 of 1