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
How to print 10 to 1 if the input have only 10 digit number?
how do you reference the fixed unblock file formats from cobol programs
Write a cobol program making use of the redefine clause.
What do you understand by psb and acb?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
How do you define a variable of comp-1 and comp-2?
Write the code implementing the perform … varying.
Define cobol?
What are the different open modes available in cobol?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
how to move the records from file to array table. give with code example
HOw can I get the negative sign while deduct high value from low value
i want a program using by if, evaluate , string, unstring, perform, occurs?
how do you reference the ksds vsam file formats from cobol programs