1.What is the limit of linkage section?
Answers were Sorted based on User's Feedback
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 |
is this below syntax correct? CALL 'subprg' using A,B Please help
diffrence between renames and redifnes with examples
I've one string with spaces ( I N D I A ). My question is I want remove the spaces & combine in to single string without space (INDIA).How we can write the cobol program & wich options we need to use. Please let me know.
COMP-3 field occupy ?
i have two file, each file having : file1 is having 2 fields field1 field2 file2 is having 3 fields field1 field2 field3 my req is to make it one file like: field1 field2 field1 field2 field3 if anyone know please send me syntax, i tried this with DFSORT but could not succeed.
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
Why occurs can not be used in 01 level ?
What is inspect in cobol ?
have in 100 records in a flat file i want to move records like 1,3,5,7,9,11,.. to Output file1 and 2,4,6,8,10,12,14 .. records moved to Output file2..Pls Provide real time answer..
Difference between array and sub-script ?
Can anyone please give the example of Inline Perform.
how do you reference the rrds file formats from cobol programs