At the minimum, which division of COBOL is enough to be
coded?
Answers were Sorted based on User's Feedback
Answer / rajesh naidu
Identification Division.
Because whatever the program, at minimum it identifies
program name.
| Is This Answer Correct ? | 4 Yes | 0 No |
What is 88 level used for ?
why we are using picture clause in the cobol programs?
if a pic 9(3) value 354,b pic x(2) value '46' then a)a>b 2)a<b 3)error
If by mistake we MOVE a working storage variable into LINKAGE area. What will happen??
What is COMP-1? COMP-2?
Name the divisions, which are available in a cobol program?
how can we get current dat and time thru cobol pgm
I have a Main Program which is calling Sub-Program which is a DB2 pgm. What will happen if I am not closing the cursor used in the Sub-program? Please advise..
how you will define variables length in cobol.
How to code fscode 10 in cobol program? Where yoy code in your pgm?give ans for the question.
can we use reference modification an arry.
Can a Search can be done on a table with or without Index?