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

What is the difference between a binary search and a sequential search?

3 Answers  


What is the Importance of GLOBAL clause According to new standards of COBOL?

2 Answers   Infosys,


) What is the use of IGNORE?

1 Answers   IBM,


If a sub program is called from mainprogram.I have opened cursor in main program and Fetch the result in subprogram ,Is it possible ?If yes please tell me the reason.

1 Answers  


how do you reference the fixed unblock file formats from cobol programs

0 Answers  






in real time what is the suitable exp where in-stream procedure is better then catalog procedure.

1 Answers  


what is level 66 means??

7 Answers  


What is the point of the REPLACING option of a copy statement?

3 Answers  


i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com

0 Answers  


I got user abend U4038 while compiling my runjcl.. can anyone help me?

10 Answers   CGI,


01 NAME1 PIC X(13) VALUE "COBOL PROGRAMMING". 01 NAME2 PIC X(13). now I want to display the value of NAME1 in reverse order i.e value should be displayed as "GNIMMARGORP LOBOC" HOW can I do that ??? please let me know if any one knows it.

11 Answers   FirstApex, NIIT,


input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?

0 Answers  


Categories