how many maximum no of variables can be declared in linkage
section ?
Answers were Sorted based on User's Feedback
Answer / ashraf
Hi Ramya,
There is no limit of size in linkage
section..
| Is This Answer Correct ? | 0 Yes | 0 No |
SSRange is used to do a range check on which of the Following. SUBSCRIPT,INDEX,REFERENCE MODIFICATION,Run-time option.
what is amode(24), amode(31), rmode(24) and rmode(any)?
What do you do to resolve SOC-7 error?
how do you reference the fixed unblock file formats from cobol programs
How much salary you are expecting? If they ask in an interview, what we have to tell?
6 Answers Tech Mahindra, Wipro,
What is tne need to use sub programs in Cobol?
What is amode(24)?
how will u code parm parameter and where pls ?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
1.What is the default print format in cobol?
What are declaratives and what are their uses in cobol?
How do u find the programs calling the given module, without having doing 3.13 on loadlib/source library?