Given a input file with duplicates how to remove the
duplicate records from the file using JCL?
Answer Posted / sreedhar naidu dhekodna
We can also use the ICETOOL SELECT Operator along with its
operands for removing duplicates.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Explain the function of dd name parameter with a 2 part structure; audit.report?
Explain the function of //cntl statement?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
What is Cataloged Procedures?
What do you understand by the term job time – out and how can you overcome that?
How gdg are concatenated?
What is the purpose of dd dummy statement?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
How do you submit a job for execution?
what happens in conversion stage in job processing?
How to pass the parameter in parm using linkage section ? (syntax)?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
which utility is used to run a cobol-db2 program?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.