write a program to eliminate duplicate records in a input file
and send them to output file.
Answer Posted / ehatesham
//SORTXSUM DD DSN=datasetname,
// DISP=(NEW,CATLG,DELETE),UNIT=SYSDA,
// SPACE=(CYL,(1,4),RLSE),
// DCB=(RECFM=FB,LRECL=80,BLKSIZE=800)
.
.
//SYSIN DD *
SORT FIELDS=(1,3,CH,A)
SUM FIELDS=NONE,XSUM
/*
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Have you used comp and comp-3 in your project? And how?
What are the different rules to perform a Search?
how do you reference the variable unblock file formats from cobol programs
How do you define a variable of comp-1 and comp-2?
what is the difference between COBOL2 AND COBOL390?
What is redefines clause in COBOL?
) How do u handle errors in BMS macro?
Explain the configuration section of a cobol program with examples of syntax.
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What is the usage of comp fields in cobol?
Define static linking and dynamic linking.
Write some characteristics of cobol as means of business language.
what is the use of outrecord?
Can you please let me know the centre name of INS certification in Kolkata.
What is a report item?