| Other COBOL Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Can JUSTIFIED be used for all the data types? | | 1 |
| What are differences between COBOL and java ? why we are
giving more preference to COBOL ? | | 3 |
| The hierarchy of the execution of logical operators is
(a) NOT AND OR
(b) AND OR NOT
(c) OR AND NOT
(d) OR NOT AND
| TCS | 5 |
| What is SET TO TRUE all about, anyway? | | 2 |
| Identify the invalid dataname from the following:
(a) SAVINGS-ACCOUNT
(b) ANNUAL-ALLOCATION-FOR-OVERHEAD
(c) SAMOUNT250
(d) 12DEMAND
| TCS | 2 |
| What is the difference between Structured COBOL Programming
and Object Oriented COBOL ? | | 1 |
| Can we use redefine clause in occurs clause? | | 7 |
| C1 C2 C3 are three conditions whose TRUTH values are as folloes.
C1-TRUE C2-FALSE C3-TRUE
A,B,C are defined as given below
A:C1 AND(NOT C2) OR C3
B.(NOT C1) OR (NOT C2 AND NOT C3)
C.(C1 OR C2)AND C3
D.C1 AND C2 OR C3
given the above information which of the following
statements are valid?
a.only A,B and C are TRUE
b.only A,C and D are TRUE
c.A,B,C and D are TRUE
d.only C and D are TRUE
| TCS | 1 |
| How do you set a return code to the JCL from a COBOL
program? | | 3 |
| can we use go to statement inline-perform? | IBM | 2 |
| What guidelines should be followed to write a structured
Cobol program? | | 1 |
| which generation language is cobol | Kanbay | 3 |
| What is the use of EVALUATE statement? | Tesco | 2 |
| Write the syntax of a two dimensional array? | Xansa | 4 |
| How we copy a program from production region to development
region.What is the process & syntax ? | | 3 |
| How to resolve the soc4 & soc7
other than following answers.
Soc4 can resolved using mispleed dd name and dd name is not
matching with file
and soc7 check the sysdump and copy the offest address then
correct it in the program. | TCS | 6 |
| What is the Purpose of POINTER Phrase in STRING command | | 2 |
| what is the difference between start and startbr? | | 2 |
| Can anyone please give the example of Inline Perform. | TCS | 4 |
| perform I from 0 by 1 until I=5?How maney times it will
executes | | 7 |
| |
| For more COBOL Interview Questions Click Here |