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 is the use of disp parameter?
What is the significance of addrspc parameter in exec statement?
what are the types of abends that occur on job failure? And explain the possible causes of these
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
What is the function of dd disp parameter?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
What is the function of the dd mgmtclas keyword in sms datasets?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
How to override loadlib?
What is the format of comment statement?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
how would you create a temporary dataset? And where will you use them?
What is NOTCAT ?
How to alter the parameters for the existing gdg?
Are there any set of rules for the names of the steps used in a job?