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 |
hi. This is Ram.i have one doubt.why can't we display comp-3 variables directly? let me answer quickly plez........
what is redefines? where it can be effectively use for the purpose of memory utilization? give an example?
should I use Go back in the main program ? Yes we can use Go back in main program as well.
can I copy book which contain db2 statment in procedure divion?
What is the difference between comp and comp-3?
How to delete a front spaces in a data-name/variable in cobol Example:- 01 data-name-1 PIC x(20) value " cobol language". 01 data-name-2 PIC x(20). MOVE data-name-1 to data-name-2. would like the value of data-name-2 is "cobol language".
how many bytes does s9(15) occupy in comp1 comp2 and comp3 ?
what is record label is empty or standard in file description of data division?
i want to learn mainframes. i completed MCA ,whats the future of mainframes
What will happen if we generate GDG (+2) version without generating (+1) version?
Suppose i want to declare a binary comp fild of 7 byte .how to write?
What is the difference between a binary search and a sequential search?