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

#1 picking selected records from sds


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

New User


Joined: 15 Mar 2006
Posts: 10
Location: fl;jds

PostPosted: Mon Apr 10, 2006 11:36 am
Reply with quote

hi, guys

There are some 500 records in sequetial data set. how to pick 150 to 200 records. any utility?
Back to top
View user's profile Send private message
priyesh.agrawal

Senior Member


Joined: 28 Mar 2005
Posts: 1448
Location: Chicago, IL

PostPosted: Mon Apr 10, 2006 11:52 am
Reply with quote

SKIPREC=149,
STOPAFT=51

using this in SORT CARD, will process rec# 150 to 200 only.

Else let us know what exactly you are looking for.

Regards,
Priyesh.
Back to top
View user's profile Send private message
prakash271082

New User


Joined: 09 Sep 2005
Posts: 53

PostPosted: Mon Apr 10, 2006 12:08 pm
Reply with quote

Hi,
I hope you could also use STARTREC and ENDREC options which also does the same.
Back to top
View user's profile Send private message
Frank Yaeger

DFSORT Developer


Joined: 15 Feb 2005
Posts: 7129
Location: San Jose, CA

PostPosted: Mon Apr 10, 2006 8:40 pm
Reply with quote

Quote:
There are some 500 records in sequetial data set. how to pick 150 to 200 records. any utility?


It's not clear exactly what you want to do. You need to explain it more clearly. Which input records do you want to pick? What rules do you want to use to determine which records are picked?
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 Compare 2 files and retrive records f... DFSORT/ICETOOL 3
No new posts Compare 2 files(F1 & F2) and writ... JCL & VSAM 8
No new posts Compare only first records of the fil... SYNCSORT 7
No new posts Pulling a fixed number of records fro... DB2 2
No new posts Join multiple records using splice DFSORT/ICETOOL 5
Search our Forums:

Back to Top