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...


IN DFSORT sum fields=none is usec to remove duplicates.how
to write the duplicates in another dataset?

Answers were Sorted based on User's Feedback



IN DFSORT sum fields=none is usec to remove duplicates.how to write the duplicates in another datas..

Answer / shivani

using XSUM

Is This Answer Correct ?    10 Yes 1 No

IN DFSORT sum fields=none is usec to remove duplicates.how to write the duplicates in another datas..

Answer / madhu s reddy

.
.
//SORTXSUM DD DSN=UID.DUPS,DISP=SHR
//SYSIN DD *
SORT FIELDS = (10,5,CH,A)
SUM FIELDS = NONE,XSUM
/*
.
.

Is This Answer Correct ?    11 Yes 2 No

Post New Answer

More JCL Interview Questions

what if any ,is the syntax error in the following piece of code 01 B PIC A(7) 02 C PIC 9(4) ........ IF(B NUMERIC) ADD 10 TO C a.the condition in the if statement is wrong b.noting is wrong c.because C is initialised.ADD 10 TO C is wrong d.both B and C shoud have same size.

1 Answers  


What is the purpose of the PARM keyword in the EXEC statement?

3 Answers  


How to execute a set of JCL statements from a COBOL program ?

6 Answers  


If Region=0k means What Happen?

2 Answers   IBM,


Where can program checkpoints be stored for use in a restart?

0 Answers  


describe the exec statement,its meaning ,syntax and keywords?

3 Answers  


What is the function of job statement in jcl?

0 Answers  


Explain about LMPUT-

1 Answers  


What is the function of the dd mgmtclas keyword in sms datasets?

0 Answers  


At what stage, operator can change the class and priority of a submitted job?

2 Answers  


in catalog procedure i have step1 dd dsn=filea dd dsn=fileb dd dsn=filec ur concatenaning all the files. but i need to override fileb with file 2 ? can anyone give the ans pls for ths

1 Answers   DELL,


Explain the function of the dd dcb keyword?

0 Answers  


Categories