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
Answers were Sorted based on User's Feedback
Answer / 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 |
difference between escape(top or bottom) and escape immediate(top or bottom?
Suppose you are processing an input file in a natural program and you want the program to fail if the file is empty. What command you use in natural to force it to fail?
Can you explain control variable in online screens?
how we can find occurence of MU and PE fileds in a file?
What is a hyperdescriptor?
What is cobol coding sheet?
Explain control variable in online screens?
If the number of parameter is more than the expected then NAT0919 error is displayed. How many parameter are allowed in a CALL and CALLNAT statement?
How do you pass GDA into a sub program with out PDA?
what type of files we can process thru file-aid
Explain adabas basic concepts. Like inverted list, address converter ,data storage?
How to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?