which one is the best of com and com-3.using of real time ?
Answer Posted / praveen
when ever the data size is at higher boundries comp is best.
when ever the data size is at lower boundries comp-3 is
best.
lower boundries higher boundries
s9(01) s9(04) 2 bytes
s9(05) s9(09) 4bytes
s9(10) s9(18) 8bytes
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
What are different data types in cobol?
What is the difference between external and global variables in COBOL?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
What is redefines clause in COBOL?
What is the difference between structured cobol programming and object alternativelyiented cobol?
Write a program to explain size error.
What is the difference between binary search and sequential search?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
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?
What is cobol?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
how do you reference the printer file formats from cobol programs