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
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
What is Pic 9v99 Indicates in COBOL?
Mention the guidelines to write a structured cobol program?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
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.
how do you reference the fixed unblock file formats from cobol programs
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What is the LINKAGE SECTION used in COBOL?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
How arrays can be defined in COBOL?
What is a report item?