What is the use of LINKAGE SECTION?
Answer / sreedhar
Linkage section is a part of data division.
This can be coded in 2 situations
1) When we want to pass data from Jcl to COBOL program using parm parameter.
2) when mainprogram communicates with sub program then we code linkage section in sub program
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you reference the following file formats from cobol programs?
How do we get current date from system with century in COBOL?
Can anyone tell me how to handle the array beyond the limit. If we have an array or a table which can handle 5000 records but now we have to compensate 20000 records with the same array? how to handle the situation.
plz,could any one tell me? what about EBCDIC in cobol?briefly?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length
How to define a array dynamically.....
Hi , I am posting some questons which are asked at interview. These may help u for ur interview... what is static and dynamic call?
When would you use in-line perform?
Can we MOVE X(9) to 9(9) OR 9(9) to X(9)? If yes what are the ways for doing this?
12 Answers T systems, Tech Mahindra,
What is the meaning of 'Eject' verb in cobol?
What is an explicit scope terminator?