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 |
Explain about ISPF/TSO Commands
jcl is like a complier....?
How to execute step2,step1,step3 when step1,2&3 are in order
What is TimeStamp, What is TimeStamp error and What is the Abend Code for TimeStamp Error ?
In Job, there are 10 steps. If I want to execute the first 6 steps and don't want to execute from 7th to 10th step. What is the solution for this ?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
How many parameters are there to a DISP statement and what are their uses ?
what is the Difference between SYSIN and PARM ?
How dummy is used in jcl?
what is the difference between JES3 and JES2?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
I have a input file. Data like: ABCDEFGH.... i want out put file like AB BC CD DE....How can do this??