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
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
In which area will you utilize 88 level items in cobol?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
What is the usage of comp fields in cobol?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
what is amode(24), amode(31), rmode(24) and rmode(any)?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What is the local-storage section?
HOw can I get the negative sign while deduct high value from low value
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
How to know whether the module is dynamical or statistical?
Which division and paragraphs are mandatory for a COBOL program?
Explain how to differentiate call by context by comparing it to other calls?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
Can a Search can be done on a table with or without Index?