How to read a 100 record from a file through cobol?
Answer Posted / rajesh k
using arrays we can read 100 records from a file.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
How do we get current date from system with century in COBOL?
Difference between cobol and cobol-ii?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
How many bytes S(8) comp field occupy and its maximum value?
how do you reference the ksds vsam file formats from cobol programs
Define static linking and dynamic linking.
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 can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
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...)
How do you differentiate between cobol and cobol-ii?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
Which Search verb is equivalent to PERFORM…VARYING?
What is perform what is varying?
For rewrite, why is it mandatory that file needs to be opened?