Answer Posted / saikat
Can you please describe by example or in more details.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
explain sorting techniques in cobol program?
What is an in line perform? When would you use it? Anything else you wish to say about it.
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 happens if parmparameter passes zero bytes to the program
What is amode(24)?
How do u write test cases?
How to know whether the module is dynamical or statistical?
How do define dynamic array in cobol.
State the various causes of s0c1, s0c5 and s0c7.
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?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
How do you reference the fixed block file formats from cobol programs
how do you reference the variable unblock file formats from cobol programs
What are the different rules to perform a Search?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.