Given a input file with duplicates how to remove the
duplicate records from the file using JCL?
Answer Posted / alan at accenture
the existing record of present file and the duplicate
record of previous file wnen sort both files, if both are
duplicated records both must be removed and there is no
existing record in the file. Got it? thanksalan
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
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
i want to store 20 digits . how will u do it in cobol ?
how you can access an uncataloged dataset in a JCL?
What is concatenating?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
write a jcl to execute a job by 7:00 am on jan 20,1986?
List the different components of jcl statement?
What is use of restart and how to use it?
what are the types of abends that occur on job failure? And explain the possible causes of these
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
Can we call instream to catalog and catalog to instream?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
what is the use of JCL?
what happens in conversion stage in job processing?