Answer Posted / kavya
LINKAGE SECTION is used to access external data.
| Is This Answer Correct ? | 11 Yes | 4 No |
Post New Answer View All Answers
Why occurs cannot be used in 01 level in COBOL?
In COBOL, what is the different between index and subscript?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
IF I mention stop run in CICS what happens?
What do you understand by psb and acb?
Give some examples of command terminators?
what is search and searchall?what is the diffrence between them?give an best example?
How can you get the ksds file records into your cobol program?
Can we redefine the field of x(200) to less than 200?
Difference between cobol and cobol-ii?
What is cobol?
How do you reference the fixed block file formats from cobol programs
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
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