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
Must tape dataset definitions include vol=ser specifications?
Where & How Do You Code Identifier In Jcl?
what is “Cond= even” and “Cond=only”?
how JCL works?
What is the function of the dd dcb keyword?
Is automatic restart possible in jcl?
what is DD statement is used in JCL?
how would you create a temporary dataset? And where will you use them?
Explain dd statement in jcl?
Why include statement is used in a jcl?
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?
Is condition checking possible in jcl? If yes, how?
what are the types of abends that occur on job failure? And explain the possible causes of these
How can return codes be tested before execution of a job step?
What are hierarchy levels in jcl?