How to retrive the 9th records out of ten records using the
cobol program ?
Answer Posted / shan
If you are sure that ur file will always have 10 records,
then move high-values to record format and read prior twice.
| Is This Answer Correct ? | 6 Yes | 6 No |
Post New Answer View All Answers
how do you reference the ksds vsam file formats from cobol programs
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
how do you reference the printer file formats from cobol programs
what is the use of outrecord?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
what is difference between cobol and cobol/400
What are the different types of condition in cobol and write their forms.
What type of SDLC u followed? Why?
Why occurs cannot be used in 01 level in COBOL?
Which is not true about evaluate statement
What is the difference between a binary search and a sequential search what are the pertinent cobol?
What are the different rules of SORT operation?
What is the difference between Call and a Link?
What rules are followed by the search verb.
What are the access modes of START statement?