Answer Posted / chinmay
There are 4 divisions in cobol
1. Identification division
2. Environment division
3. data division
4. procedure divisiion
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is length is cobol?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
How do you define a variable of comp-1 and comp-2?
how do you reference the ksds vsam file formats from cobol programs
What are all the divisions of a COBOL program?
What is rmode(any) ?
What are the different rules to perform a Search?
What is the difference between external and global variables in COBOL?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
What are the cobol coding sheets?
how to refer the data field?
what is amode(24), amode(31), rmode(24) and rmode(any)?
What rules are followed by the search verb.
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?