| Other COBOL Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What is SSRANGE, NOSSRANGE ? | | 3 |
| In an EVALUTE statement is the order of the WHEN clauses
significant? | | 1 |
| How to read records from flat file in reverse order through
COBOL program? | Polaris | 4 |
| I want ALL ERROR codes in VSAM | TCS | 2 |
| what if any ,is the syntex error in the following piece of code
01 B PIC A(7)
02 C PIC 9(4)
........
IF(B NUMERIC)
ADD 10 TO C
a.the condition in the if statement is wrong
b.noting is wrong
c.because C is initialised.ADD 10 TO C is wrong
d.both B and C shoud have same size.
| TCS | 3 |
| In a COBOL II PERFORM statement, when is the conditional
tested, before or after the perform execution? | | 3 |
| How does IDMS communicate with CICS? | Satyam | 1 |
| after udatingg first 110 rows, my job abends. now how do i
change my cobol program so that when i restart the Job it
will start updating from 111th row ( i.e in next run I
di=ont want to update those 110 rows which are already been
updated in the first run before job abend) | Wipro | 6 |
| What are the differences between COBOL and COBOL II? | CSC | 1 |
| How to execute a set of JCL statements from a COBOL program? | | 1 |
| which generation language is cobol | Kanbay | 3 |
| What is the difference between comp and comp-3 usage?
Explain other COBOL usage?s. | | 1 |
| How does IDMS insure data integrity? | | 1 |
| What will happen if you code GO BACK instead of STOP RUN in
a stand alone COBOL program ? | | 3 |
| What is the point of the REPLACING option of a copy
statement? | | 3 |
| How to convert bunch of words in a line to relvant ASCII
values?
| | 2 |
| What will happen if we generate GDG +2 version instead of
+1 version? | T-systems | 1 |
| What is the maximum size of a 01 level item in COBOL I? in
COBOL II? | RBS | 1 |
| What is SDSF? | | 6 |
| In EBCDIC, how would the number 1234 be stored? | TCS | 2 |
| |
| For more COBOL Interview Questions Click Here |