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?
Answers were Sorted based on User's Feedback
Answer / anand
There are 2 kinds of sorts. one is SYNCSORT and other one is
DFSORT xsum facility only avails in DFSORT.you might have
syncsort thats why you are getting this error.
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / 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 |
Answer / sivakumar sekharannair
XSUM is a unique feature of the SYNCSORT product ONLY.
Your mainframe may be using DFSORT thats why you r getting
this error
| Is This Answer Correct ? | 4 Yes | 1 No |
how do u send return code from cobol to jcl ?
Can a PS file be read in reverse order?If so,how
How do you restart a PROC from a particular step?
why do we use file-aid wht r the adv of using file-aid thn in ispf
wht is the d/f between positional parameter n keyword parameter ?
Which COND paramter will u use to execute the step only if the previous step does not execute
How to pass values in jcl to cobol?
Can we browse or edit the GDG dataset if it is a tape entry?
A job has 150 steps i want to execute only 57th step
how do you access an uncataloged dataset in a jcl?
what are the ways of passing data to a cobol program from jcl?
Explain the jcl exec statement?