COuld you please let me know along with a sample on how are
you going to remove duplicates from the file that is being
read.
Thanks
Sam
Answer Posted / nitin
steps are as below
1. file should be in sorted order
2. you can use either at break statement on the descriptor
and then do the validation or you can used desctiptor field
for comparison of secod record and first record, if the
descriptor values are same then escape top
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Explain difference between escape(top or bottom) and escape immediate(top or bottom?
Explain how to ftp the natural program to desktop? (From mainframe to pc), is it possible?
Tell me what type of files we can process thru file-aid?
Explain adabas basic concepts. Like inverted list, address converter ,data storage?
What is a hyperdescriptor?
Define cobol coding sheet?
How converted the natural coding for adabas
What is the difference between read work file 1 and read work file once? Why we are using work file once?
What is the difference between escape(top or bottom) and escape immediate(top or bottom?
Explain what happens when you issue a escape routine in a program? Will there be any compilation /run time erro?
What is the quality process in development?
How to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
What is the difference between read(1) and read work file once?
Explain the address converter?
Explain is it possible to code goto statement in natural? If yes please provide the syntax of the same?