where do u use low-value and high value in cobol
Answer Posted / mahesh
when we a small integer then we have to use low value
otherwise go for high-value
| Is This Answer Correct ? | 3 Yes | 16 No |
Post New Answer View All Answers
What is the difference between a binary search and a sequential search what are the pertinent cobol?
For rewrite, why is it mandatory that file needs to be opened?
What are the rules of the move verb?
What is inspect in cobol ?
Have you used comp and comp-3 in your project? And how?
Why did you choose to work with ibm mainframe cobol programming?
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?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
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.
What is an in line perform? When would you use it? Anything else you wish to say about it.
Mention the guidelines to write a structured cobol program?
A table has two indexes defined. Which one will be used by the SEARCH?
Which Search verb is equivalent to PERFORM…VARYING?
How do you differentiate between cobol and cobol-ii?
What is the compute verb? How is it used?