Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 do you restart a step in JCL?

12 Answers   HSBC,


what are the symbolic parameters? why do we use symbolic parameters ?

2 Answers   IBM, TCS, UST, Xansa,


how to run batch program without jcl?

3 Answers   HSBC, IBM,


in my jcl have 20 steps step1,step2,.... step20.and i have to execute step1,step2,..and skip the step3 and remaing step4,step5 are execute? i want skip step3 only? what code u can write?

3 Answers   Patni,


Explain the jcl exec statement?

0 Answers  


How does -818 sql error occur? Why does it happen and what can be done to overcome this error code?

5 Answers   RBS,


How can u know the current date using jcl?

2 Answers   iNautix, Wipro,


How do you handle empty files in a JCL ?

3 Answers   Wipro, Xansa,


What is order of searching of the libraries in a JCL?

4 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,


A maximum of 100 chars can be passed to Cobol through Parm in JCL, If we want to pass more than 100 Chars how we can do it ?

3 Answers   IBM,


what is alternate index?

1 Answers  


Categories