I have files that contains both duplicates files(occur more
than twice) and non-duplicate files.The file is already
sorted by a key.I want to determine those records that are
duplicate and will be move to a duplicate file and non-
duplicate files to be move to a valid file.thank you.help
please
Answer Posted / sowjanya
using jcl,
//ddname1 <- input file
//ddname2 <- outfile1(no duplicates)
//xsum <- outfile2 (duplicate)
//sysin dd *
sort fields=copy
sumfields =none,xsum
/*
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
IF I mention stop run in CICS what happens?
Can you please let me know the centre name of INS certification in Kolkata.
What is the difference between perform … with test after and perform … with test before?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What are the pertinent COBOL
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
What is cobol?
What is Pic 9v99 Indicates in COBOL?
How you can read the file from bottom?
What are the access modes of START statement?
Name the divisions, which are available in a cobol program?
Discuss about changing dataset name in proc.
What is the utilization of copybook in cobol?
What is the difference between binary search and sequential search?