1.What is the limit of linkage section?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......

10610


What is the Purpose of POINTER Phrase in STRING command in COBOL?

721


What guidelines should be followed to write a structured cobol prgm?

673


please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?

1958


Mention the guidelines to write a structured cobol program?

620






here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?

6830


Why would you use find and get rather than to obtain?

688


What are the different rules for performing sort operation?

763


What are the different open modes available in cobol?

721


if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need

857


how do you reference the printer file formats from cobol programs

665


How many sections are there in data division in COBOL?

678


How do you reference the following file formats from cobol programs?

695


What are 77 levels used for?

659


How can you get the ksds file records into your cobol program?

644