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 |
how will u code parm parameter and where pls ?
what is the coding difference between COBOL and CICS.
I have a file it contain 10 records.i got abend at 8th record because of soc7.how do you know that perticular record got abend?
Difference between file status codes 02 and 22.... since both are for duplicate key detection.
a. Can the OPTIONAL clause in COBOL only be coded for input files? b. If it is coded for files opened in OUTPUT, I-O or EXTEND mode, will it give a compilation error? c. If there are no compilation errors and if such files are not coded in the JCL, will the OPEN statement run fine when these files are opened? d. How will a WRITE statement work for the above files?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
diffrence between z(2) and z9(2)
What are the divisions in a cobol program?
How many divisions we have in Cobol ?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What is the LINKAGE SECTION used in COBOL?
can we use COPY statement in w-s section? how?