AM HAVING A FILE WHICH CONTAIN 12 DATS OUT OF WHICH 4 ARE
DUPLICATES HOW TO REMOVE THE DUPLICATE FILES IN JCL? CAN I
GET THE PROGRAM FOR THIS

Answer Posted / ksingla.vikas

A Sort program will do that for you. Just write
sumfiled=NONE. This will remove the duplicates for you.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

can any one plzzzzzz tell the jcl code for creating ps using idcams

10498


What is job control language?

605


what are JCLLIB and STEPLIB in JCL?

669


Is it possible to left uncode disp?

709


What are the 4 fields in dd statement?

737






I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?

8664


how to run batch program without jcl?

10062


I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?

1341


What are hierarchy levels in jcl?

947


What parameter of the job statement is used to limit the cpu time consumed by the job?

832


Explain about LMQUERY�give a dialog information about a data set

896


//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*

904


when can a job time-out occur? How to overcome that?

748


Why block size is multiple of lrecl in jcl?

908


What are steplib and joblib? What for they are used?

685