1.What is the limit of linkage section?

Answers were Sorted based on User's Feedback



1.What is the limit of linkage section?..

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

1.What is the limit of linkage section?..

Answer / anjireddy

Linkage section cobol 84 16Mb
cibol 75 1Mb

Is This Answer Correct ?    1 Yes 0 No

1.What is the limit of linkage section?..

Answer / rakesh

Limit of Linkage section is 16mb.

Is This Answer Correct ?    1 Yes 0 No

1.What is the limit of linkage section?..

Answer / harish

128 MB

Is This Answer Correct ?    5 Yes 9 No

Post New Answer

More COBOL Interview Questions

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.

2 Answers   IBM, Steria,


Name some of the examples of COBOl 11?

0 Answers   CSC,


What is rmode(24)

0 Answers  


Can we move X(9) to 9(9). If yes what are the ways for doing this?

3 Answers  


Identify the invalid dataname from the following: (A) savings-account (B) annual-allocation-for-overhead (C) samount250 (D) 12demand

4 Answers   TCS,






What are declaratives and what are their uses in cobol?

0 Answers  


01 A pic 9(100) find record length of it

6 Answers   TCS,


can we use reference modification an arry.

1 Answers  


how to display date in reverse order if the pic clause of the is numeric suppose date is 09032010 ==> need to print in 20100309 (pic clause is numeric)

6 Answers  


What the difference is between continue and next sentence?

0 Answers  


what is difference between the sysabend and userabend?

2 Answers  


How can you display the SPOOL information ?

2 Answers  


Categories