Hi all,
There is a requirement like skipping first 100 records and processing next 100 and again skipping next 100 records.
So which is the best way to implement it. Through JCL or through COBOL ?
I am aware of doing it in COBOL but can it possible to do it through JCL ??
Regards,
Sriraj k
Skipping 100 records
-
- Posts: 19
- Joined: Thu Nov 18, 2010 10:04 am
- Skillset: COBOL
DB2
CICS
JCL - Referer: www.ibmmainframes.com
-
- Global moderator
- Posts: 3720
- Joined: Sat Dec 19, 2009 8:32 pm
- Skillset: Systems programming, SAS, COBOL, CICS, JCL, SMS, VSAM, etc.
- Referer: other forum
- Location: Dubuque, Iowa, USA
Re: Skipping 100 records
Nope. Not possible. Not possbile because JCL does nothing but execute programs. If you had specified, say, SORT, as the program you wanted to use -- perhaps it could be done. But JCL alone cannot do anything so your answer is NO!but can it possible to do it through JCL ??
- Frank Yaeger
- Global moderator
- Posts: 1079
- Joined: Sat Jun 09, 2007 8:44 pm
- Skillset: DFSORT, ICETOOL, ICEGENER
- Referer: Search
- Contact:
Re: Skipping 100 records
Sriraj k,
You can do this kind of thing with the SUBSET operator of DFSORT's ICETOOL. For complete details, see:
http://publibz.boulder.ibm.com/cgi-bin/ ... 0630155256
If you're not familiar with DFSORT and DFSORT's ICETOOL, I'd suggest reading through "z/OS DFSORT: Getting Started". It's an excellent tutorial, with lots of examples, that will show you how to use DFSORT, DFSORT's ICETOOL and DFSORT Symbols. You can access it online, along with all of the other DFSORT books, from:
http://www.ibm.com/support/docview.wss? ... g3T7000080
You can do this kind of thing with the SUBSET operator of DFSORT's ICETOOL. For complete details, see:
http://publibz.boulder.ibm.com/cgi-bin/ ... 0630155256
If you're not familiar with DFSORT and DFSORT's ICETOOL, I'd suggest reading through "z/OS DFSORT: Getting Started". It's an excellent tutorial, with lots of examples, that will show you how to use DFSORT, DFSORT's ICETOOL and DFSORT Symbols. You can access it online, along with all of the other DFSORT books, from:
http://www.ibm.com/support/docview.wss? ... g3T7000080
Frank Yaeger - DFSORT Development Team (IBM) - yaeger@us.ibm.com
Specialties: JOINKEYS, FINDREP, WHEN=GROUP, ICETOOL, Symbols, Migration
=> DFSORT/MVS is on the Web at http://www.ibm.com/storage/dfsort
Specialties: JOINKEYS, FINDREP, WHEN=GROUP, ICETOOL, Symbols, Migration
=> DFSORT/MVS is on the Web at http://www.ibm.com/storage/dfsort