Cobol Question:

What is the LINKAGE SECTION used for?

Cobol Interview Question
Cobol Interview Question

Answer:

The linkage section is used to pass data from one program to another program or to pass data from a PROC to a program.


Previous QuestionNext Question
What is the Purpose of POINTER Phrase in STRING command?Describe the difference between subscripting and indexing?