View previous topic :: View next topic |
Author |
Message |
babun Beginner
Joined: 03 Aug 2005 Posts: 19 Topics: 9 Location: bangalore
|
Posted: Thu Apr 20, 2006 1:41 am Post subject: need to validate some of the records,but not all through JCL |
|
|
Hi
I have a sequential file of containing 200 records,,assume that i want to validate only the recoerds from 100 to 150 , & not in cobol program,,i need to write through JCL..but with out Sort fields=Copy..
Can we have any other option to do it?
Regard's
Babu _________________ babu |
|
Back to top |
|
 |
hariavinash Beginner
Joined: 21 Jan 2005 Posts: 52 Topics: 7
|
Posted: Thu Apr 20, 2006 5:09 am Post subject: |
|
|
babun,
When you say validate what sort of validation are you talking about.
you can use SKIPREC and STOPAFT with SORT for data manipulations.
cheers |
|
Back to top |
|
 |
babun Beginner
Joined: 03 Aug 2005 Posts: 19 Topics: 9 Location: bangalore
|
Posted: Fri Apr 21, 2006 6:57 am Post subject: |
|
|
Hi Hari
what i mean to say is,,validate means like read or write....etc..
Babun _________________ babu |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Fri Apr 21, 2006 7:03 am Post subject: |
|
|
Quote: |
what i mean to say is,,validate means like read or write....etc..
|
Validation is something you test for like checking if the data met the condition or if the data you write out is in sync with the program specifications. Reading and Writing are IO operations.
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
babun Beginner
Joined: 03 Aug 2005 Posts: 19 Topics: 9 Location: bangalore
|
Posted: Mon Apr 24, 2006 1:54 am Post subject: |
|
|
Hi Kolusu
You are right ,,,but i want to process the specified records? how can i do it
Babun _________________ babu |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Mon Apr 24, 2006 5:12 am Post subject: |
|
|
babun,
keep asking these one line questions will get you nowhere you are just wasting my time as well as your time.
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
hariavinash Beginner
Joined: 21 Jan 2005 Posts: 52 Topics: 7
|
Posted: Tue Apr 25, 2006 6:08 am Post subject: |
|
|
babun,
post your actual requirement, willyou?
cheers |
|
Back to top |
|
 |
|
|