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



While using SORT FILES =NONE,XSUM I am getting error "ICE172A E XSUM IS NOT SUPPORTED - USE I..

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

While using SORT FILES =NONE,XSUM I am getting error "ICE172A E XSUM IS NOT SUPPORTED - USE I..

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

While using SORT FILES =NONE,XSUM I am getting error "ICE172A E XSUM IS NOT SUPPORTED - USE I..

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

Post New Answer

More JCL Interview Questions

how to count the number of members in pds?

2 Answers  


What is the max blocksize for a Tape file?

2 Answers  


A job has 150 steps i want to execute only 57th step

3 Answers   Cognizant,


how to allocate a dynamic dataset in jcl ?

3 Answers   Patni, TCS,


What is concatenating?

0 Answers  


How can a job send a status message to a tso user at the completion of a job?

1 Answers  


I am having one step in my jcl.in that step,i am calling one proc.In that proc,i have 10 steps.i want to call a particular step in that proc without writing any new jcl ike iebedit utility...

2 Answers   Satyam,


A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?

0 Answers   IBM,


How to execute only th 15th step of JCL consisting of 50 steps?

12 Answers   Bank Of America,


What is the purpose of include statement in a JCL?

2 Answers  


Ques: How can we code COND parameter in a JCL so that only even steps (or only odd steps) get execute??

3 Answers   HSBC,


i have 10steps and i want run step3 and based on step3 i want execute step7,8,9,10?in jcl

1 Answers  


Categories