Answer Posted / vampire
Linkage section is subprogram
it will be coded in data division
use to pass values from one program to another
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between Call and a Link?
Whats the difference between search & search ALL?
how do you reference the printer file formats from cobol programs
What is a report item?
Name the sections present in data division.
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
How you can read the file from bottom?
Write down the divisions of cobol program?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
Write a program to enter and display the names of students in a class using the occurs clause.
In COBOL programming, what is PERFORM? What is VARYING?
Write the code implementing the perform … varying.
Explain how you can characterize tables in cobol?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?