| Other COBOL Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Is it possible to mutliply a comp variable with an comp-3
variable. Will there be any error if i do it? | UST | 2 |
| What is Comm? | IBM | 2 |
| Consider the following COBOL entries
05 X PIC 99 VALUE 10.
ADD 40 X TO X.
COMPUTE X = 3 * X - 40.
The result in X is
| TCS | 7 |
| In a program, variables are used but no DB2 involved in it.
Can you call it as host variables?? | EDS | 3 |
| A paragraph PARA-X is to be executed when none of the data names
A, B and C have value of 1. Which of the following will
achieve this ?
(a) IF A NOT = 1 OR B NOT = 1 OR C NOT = 1 PERFORM PARA-X
(B) IF NOT A= 1 AND B= 1 AND C = 1 PERFORM PARA-X
(C) IF A NOT =1 IF NOT B = 1 OR C= 1 PERFORM PARA-X
(C) IF A NOT = 1 AND B NOT = 1 AND C NOT = 1 PERFORM PARA-X
| TCS | 3 |
| What is the difference beetween Arrays and Tables in Cobol?
please dont give the answer that arrays in cobol
terminology is called tables...... | BirlaSoft | 1 |
| what is S04E error in jcl? | IBM | 4 |
| What will happen if you code GO BACK instead of STOP RUN in
a stand alone COBOL program ? | | 5 |
| When search all is used in cobol program without sorted
input data? | Principal-Finance | 4 |
| I have 2 dimensional array with having 100 elements. So how
to find the 11th item in an array? | IBM | 4 |
| Please let me know how the Eject verb works for page break..
I want to know the code, how it is used. | | 2 |
| We are using the searching a table which is indexed, once
the key is found, how can we get the occurance at which the
key was found. | | 1 |
| What do you do to resolve SOC-7 error? | Sun-Life | 1 |
| WE HAVE 5 DIFFERENT RECORDING MODE IN COBOL.FIXED,
FIXEDBLOCK, VARIABLE, VARIABLEBLOCK AND UNDEFINED.
WHAT IS THE DIFFERENCE AMONG ALL AND WHICH TYPE OF FORMAT
SHOULD BE USED WHEN | Infosys | 1 |
| what is the difference between start and startbr? | | 2 |
| What is an in-line perform ? | Accenture | 4 |
| What is COMP-1? COMP-2? | CitiGroup | 1 |
| The order of precedence of arithmetic operators in an
expression can be
overridden with the use of
(a) []
(b) ()
(c) {}
(d) Any of the above
| TCS | 3 |
| Why occurs can not be used in 01 level ? | TCS | 2 |
| Sending data is aplhabetic size 7 (value 3000), I wantated
this value to be stored in database, which is defined as
s9(7)v9(2)comp-3.
| | 2 |
| |
| For more COBOL Interview Questions Click Here |