Can we use icetool in cobol program?
Answers were Sorted based on User's Feedback
Answer / 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 |
How do define Dymanic array in cobol how do u define single demensional arry and multidymensional arry in ur cobol.
given the following: 77 A PIC 9V9 VALUE 9.5 77 B PIC 9 VALUE 9. 77 C PIC V9 VALUE 0.8 77 D PIC 9 77 E PIC 9 77 F PIC 9V999 what are the contenta of D E nad F after the following statements are executed: COMPUTE F ROUNDED=A+C/B MULTIPLY A BY C GIVING E ADD B C A GIVING D ROUNDED a.F=9.589 E=8 D=1 b.F=9.589 E=8 D=9 c.F=9.589 E=7 D=9 d.F=9.589 E=7 D=1
What the difference is between continue and next sentence?
Explain about different table spaces.
using redefine can you redefine lower variable size to higher variable size?
Hi , I am posting some questons which are asked at interview. These may help u for ur interview... what is static and dynamic call?
hi, can you ppl tell me, how to check whether the rewrite we gave for the ksds file is successful or not in the program.? i gave rewrite, the rewrite code is executing and maxcc=0 but updation doenot happen in the file?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is the difference between SEARCH and SEARCH ALL?
How does IDMS insure data integrity?
in how many mode we can open a file ?
What are the pertinent COBOL commands?