Answer Posted / deepukn
we cannot use icetool in cobol program.
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
What is the LINKAGE SECTION used in COBOL?
Which mode is used to operate the sequential file?
Can a Search can be done on a table with or without Index?
What is Pic 9v99 Indicates in COBOL?
How to print 10 to 1 if the input have only 10 digit number?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
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 is the usage of comp fields in cobol?
What kind of error is trapped by on size error option?
What is the use of intialize verb?
IF I mention stop run in CICS what happens?
What is the difference between PIC 9.99 and 9v99 in COBOL?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
What is an in line perform? When would you use it? Anything else you wish to say about it.
Name some of the examples of COBOl 11?