Martin Beginner

Joined: 20 Mar 2006 Posts: 133 Topics: 58
|
Posted: Wed Mar 14, 2007 12:51 pm Post subject: record count and match with the count in trailer record. |
|
|
Hi,
I need to find the record count in a flat file and then match the count present in the trailer record. If the count matches, then I need to set MAXCC=0 else need to set MAXCC=4.
Here's the input file layout:
Code: |
xxxxx121323xxxxxxxxxx
yyyyyy121339xxxxxxxxxx
aaaaaa847477yyyyyyyyyyy
00000003
|
LRECL = 133 and file is flat file ( fs).
We have syncsort on our shop.
Here's the version of SYNCSORT
SYNCSORT FOR Z/OS 1.2.1.1R U.S. PATENTS: 4210961, 5117495 (C)
z/OS 1.6.0
- Mt |
|