While using SORT FILES =NONE,XSUM I am getting
error "ICE172A E XSUM IS NOT SUPPORTED - USE ICETOOL SELECT
IF APPROPRIATE"..I want to write duplicate records a a
serparte file..how i can do tht?
Answer Posted / sumit agnihotri
The same thing is done with me but i can do this wid the
sort utility
//sysin dd *
sort fields = copy or (1,5,ch,a){if records r not sorted}
sum fields = none,xsum
/*
from this i can write duplicate records in a separate file ..
| Is This Answer Correct ? | 8 Yes | 5 No |
Post New Answer View All Answers
What do you know about jcl?
define cond parameter in jcl?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
what is JCL?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
Why block size is multiple of lrecl in jcl?
How to do automated restart when a job abend?
how would you create a temporary dataset? And where will you use them?
what is SOC4 error?
when can a job time-out occur? How to overcome that?
how to do automated restart when a job abends?
How jcl work to handle various input output file operations?
which parameter is used to check the syntax of a jcl without executing it?
List the different components of jcl statement?
What are the 2 types of parameters in dd statement?