Answer Posted / giri12
Deepu, u said we cannot use icetool in cobol program. can
you please give us the valid reason for that?
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Write the code to count the sum of n natural numbers.
What is rmode(any) ?
What are the different rules to perform a Search?
HOw can I get the negative sign while deduct high value from low value
What are the pertinent COBOL
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
explain sorting techniques in cobol program?
How do u write test cases?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
) what is the difference between AID and HANDLE AID?
how to move the records from file to array table. give with code example
Explain how you can characterize tables in cobol?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
What is the difference between structured cobol programming and object alternativelyiented cobol?