TYPES OF SORTINGS.
which is more prefarable.
Answer Posted / adarsha
internal sort.. because we can have data validations to the
max extent a programmer could do...
| Is This Answer Correct ? | 0 Yes | 12 No |
Post New Answer View All Answers
what is search and searchall?what is the diffrence between them?give an best example?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
i need a small 3d program using inline and outline.
Why did you choose to work with ibm mainframe cobol programming?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
Explain how you can characterize tables in cobol?
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
Why occurs cannot be used in 01 level in COBOL?
how do you reference the rrds file formats from cobol programs
How do get the result of your program directly on your pc?
How many sections are there in data division in COBOL?
How you can read the file from bottom?
i want a program using by if, evaluate , string, unstring, perform, occurs?
Difference between cobol and cobol-ii?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic