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 |
In a program, variables are used but no DB2 involved in it. Can you call it as host variables??
I have a sequential file of 100 records. How do I load the records into a two dimensional array ?
what is lrec=f,what is difference between f,fb,v,vb?what is default value?how do we came to know that records are in f,fb,v,vb?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
Describe the cobol database components?
What care has to be taken to force program to execute above 16 Meg line?
how many bytes does s9(15) occupy in comp1 comp2 and comp3 ?
whats the difference between search and search all?
How many maximum number of procedures can we write in one COBOL program?
s9(18) comp-3:: What is the size of memory it takes internally?
what is the meaning of pic 9(09)v99-
Which of the following paragraphs is compulsory in every COBOL program? (a) SPECIAL-NAMES (b) PROGRAM-ID (c) FILE-CONTROL (d) OBJECT-COMPUTER