Search found 5 matches

by bharathg21
Wed Feb 01, 2012 3:08 am
Forum: DFSORT , ICETOOL & Utilities
Topic: Matching record counts using SORT and setting a RC
Replies: 7
Views: 10148

Thank you. It did work for me.
by bharathg21
Fri Jan 27, 2012 1:38 am
Forum: DFSORT , ICETOOL & Utilities
Topic: Matching record counts using SORT and setting a RC
Replies: 7
Views: 10148

Thank you. I will use it in my code.
by bharathg21
Mon Jan 23, 2012 8:36 pm
Forum: DFSORT , ICETOOL & Utilities
Topic: Matching record counts using SORT and setting a RC
Replies: 7
Views: 10148

The second input file is LRECL=80, FB and has only 1 row with record count in first 10 positions and the rest 70 being filler.

Thank you.
by bharathg21
Wed Jan 18, 2012 4:09 am
Forum: DFSORT , ICETOOL & Utilities
Topic: Matching record counts using SORT and setting a RC
Replies: 7
Views: 10148

LRECL of both the files is 80, FB. Yes the second file will only contain the record count.
by bharathg21
Wed Jan 18, 2012 3:19 am
Forum: DFSORT , ICETOOL & Utilities
Topic: Matching record counts using SORT and setting a RC
Replies: 7
Views: 10148

Matching record counts using SORT and setting a RC

Hello, Below is the requirement I receive 2 files. One with data (file 1) and the other with just the record count (file 2). What I need to do is count the number of records in file 1 and check to see if the value matches with what is present on file 2. If the counts match need to set RC = 0 and if ...