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 |
what is meaning by design document? who can repared for this?
When the working storage variables get allocated? a.At Compile time b.At starting of the run time c.At end of the run time. d.None of these
What are the differences bitween cobol and cobol-2?
what is the difference between Plan & package
consider the following two IF statements: IF X AND NOT Y MOVE A TO B IF Z=1 OR 9 MOVE A TO B select one of the following data divusion entries which gives identical results for both the above IF statements a.01 Z PIC 9 88 X VALUE 1.9 88 Y VALUE 0.2 THRU 8 b.01 Z PIC 9 88 X VALUE 0.2 THRU 8 Y VALUE 1.9 c.01 Z PIC 9 88 X VALUE 1.9 88 NOT-Y VALUE 0.2 THRU 1.9 d.none of yhe above
should I use Go back in the main program ? Yes we can use Go back in main program as well.
What is difference between static and dynamic call in cobol?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
How many maximum number of procedures can we write in one COBOL program?
Is It Possible to Update or change in VIEW Mode?
What are different data types in cobol?
What is rmode(24)