Answer Posted / jaipal reddy
linkage section is used to pass the data from jcl to
application program. by using parm parameter we can send max
100 characters to the application program. if we mention
the parm parameter we have to define the linkage section.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are declaratives and what are their uses in cobol?
What is the compute verb? How is it used?
How many sections are there in data division in COBOL?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
What is the difference between Global and External Variables?
how do you reference the ksds vsam file formats from cobol programs
IF I mention stop run in CICS what happens?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
Difference between array and sub-script ?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
what is the difference between COBOL2 AND COBOL390?
how do you reference the variable unblock file formats from cobol programs
Write a program that uses move corresponding.
What are the different rules for performing sort operation?