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 |
which utility is used a dummy utility?
Is it possible to take a PDS and write it to a GDG? If so, can you provide an example? Thanx
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The DISP in the JCL is SHR and the program opens the file in EXTEND mode. What happens ?
what is instream data
How can a job send a status message to a tso user at the completion of a job?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
How to find the length of variable length copybook using fileaid ??
SORT card to eliminate duplicity.
If i am going to change some variable in a copybook( size or variable type) ,what are the changes that need to be done in the corresponding JCL.
COND -> step1 . . step2, Step2, Executes if the CC of step1 is 0. But even if it is NOT 0 and if we dont give COND, will step2 be executed ?
i have step1,step2,step3 from where can i start coding cond parameter ?
How can I override a dsn that is contained in a proc called by another proc? I need to do the override in the calling JCL.