|
|
| Author |
Message |
rahul_desai29
New User
Joined: 15 Mar 2006 Posts: 10 Location: fl;jds
|
|
|
|
hi, guys
There are some 500 records in sequetial data set. how to pick 150 to 200 records. any utility?
|
|
| Back to top |
|
 |
References
|
Posted: Mon Apr 10, 2006 11:36 am Post subject: Re: #1 picking selected records from sds |
 |
|
|
 |
priyesh.agrawal
Global Moderator
Joined: 28 Mar 2005 Posts: 1504 Location: Chicago, IL
|
|
|
|
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 |
|
 |
prakash271082
Active User
Joined: 09 Sep 2005 Posts: 61
|
|
|
|
Hi,
I hope you could also use STARTREC and ENDREC options which also does the same. |
|
| Back to top |
|
 |
Frank Yaeger
DFSORT Moderator
Joined: 15 Feb 2005 Posts: 3973 Location: San Jose, CA
|
|
|
|
| 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 |
|
 |
|
|