1.What is the limit of linkage section?
Answers were Sorted based on User's Feedback
Answer / srinivas adilapuram
When the compiler option DATA(24) is used, the limit is the
available space below the 16MB line.
When the compiler option DATA(31) is used, the limit is 128MB.
Let me know if am correct.
Thanks.
Srinivas.
| Is This Answer Correct ? | 10 Yes | 2 No |
Whats the use of Examine command? can someone help me?
Hi All, Can anyone tell me how we can MOVE value of a X(19) variable to a S9(17) COMP-3 variable? Answer with an Example will be of great help.
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
what is Pic 9v99 Indicates?
Can you please let me know the centre name of INS certification in Kolkata.
How do you reference the fixed block file formats from cobol programs
how many bytes does a s9(12)COMP-4 field occupy?? a.2 b.4 c.8 d.1 ans with reason please
If by mistake we MOVE a working storage variable into LINKAGE area. What will happen??
what are the steps to sort in a cobol program?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
What is the difference between NEXT SENTENCE and CONTINUE?
What is the difference between SEARCH and SEARCH ALL?