Answer Posted / mandozai
In cobol array starts with 1 not with 0
| Is This Answer Correct ? | 20 Yes | 0 No |
Post New Answer View All Answers
What is an in line perform? When would you use it? Anything else you wish to say about it.
What is the Purpose of POINTER Phrase in STRING command in COBOL?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
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?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
In COBOL programming, what is PERFORM? What is VARYING?
Explain how you can characterize tables in cobol?
What is the difference between binary search and sequential search?
Difference between cobol and cobol-ii?
What is the utilization of copybook in cobol?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What rules are to be followed while using the corresponding options?
What is the difference between a binary search and a sequential search what are the pertinent cobol?