Answer Posted / arun
Linkage Section is used to transfer the control between the sub-programs( calling and called)and also to Pass the value from JCL using PARM
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
What are all the divisions of a COBOL program?
Can we redefine the field of x(200) to less than 200?
What is static and dynamic call in cobol?
what are decleratives in cobol?
What are literals?
What are the different rules for performing sort operation?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
How you can characterize tables in cobol?
What are declaratives and what are their uses in cobol?
how to move the records from file to array table. give with code example
What is the difference between PIC 9.99 and PIC9v99?
What is link edit in cobol?
how do you reference the printer file formats from cobol programs
In COBOL programming, what is PERFORM? What is VARYING?