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
Define concatenating?
what JCL Procedures?
How can unused space allocation be returned to the system when a dataset is closed?
How can a jobs execution priority be modified?
How to submit a jcl from cics?
Explain in DD statement what is the use of DCB parameter?
Must tape dataset definitions include vol=ser specifications?
how can the same proc be re-used and called by many jobs?
Where & How Do You Code Identifier In Jcl?
How to pass data to a program that is coded in an exec statement?
What is the purpose of dd?
Explain the function of //cntl statement?
What is the difference between run mode and addressing mode?
when does a dataset go uncataloged?
What are the parameter we cannot use in procedure?