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

How many times the loop runs here 01 a pic 9(2) value 1. perform para1 until a=10 move 1 to a. stop run. para1: move 10 to a.

5 Answers  


what is MSGLEVEL?

1 Answers   IBM,


wirte a pgm in using files in which we hav 10 ,20,30 40...100 records in inputfile and i want them to be send to outputfile in reverse order. PLZ HELP ME OUT .........THIS IS A RECENT QUESTION IN IGATE..

5 Answers   iGate,


How can we increase the size of an existing PDS to include more no. of modules.

3 Answers  


how many bytes does s9(15) occupy in comp1 comp2 and comp3 ?

4 Answers   TCS,






How can we find out wether to declare the data items like Integer, Char,Comp? If comp types how can we decide wether it is Comp and Comp3.How it is? Please Explain... Cheers.

1 Answers   Syntel,


I have a File that has duplicate records. I need only those records that occur more than thrice.?

3 Answers   IBM, Wipro,


What is the difference between performing a SECTION and a PARAGRAPH?

5 Answers   Accenture, Patni,


select TURE Statement(s) aboUt eject statemenet in cobol? a)The eject statememnt must be the only statement on the line b.It causes the program to edit abnormally c. eject statement can be written in either area A or area B d. specifies that the next source statement is to be printed at Top of the next page e.The EJECTstatement has no effect on the compilation of the source program itself

2 Answers  


What is the difference between next sentence and continue in cobol programing language?

0 Answers  


Difference between cobol and cobol-ii?

0 Answers  


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

3 Answers   TCS,


Categories