| Other COBOL Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| hi is there any means of deletin a record from a ps usin
cobol
not using jcl?eg if i am reading a record and if some
condition is matched tat particular record must be deletd
fom the ps | iNautix | 3 |
| what is the minimum number of lines a Cobol program should
have to successfully compile and run | ABC | 7 |
| There is a production file which has millions of records in
it.The program that uses it ends up with an SOC7 abend.It
is sure that the abend is due to some invalid data in the
file.Is there any way to debugg the SOC7 abend with out
giving displays? I need the record which is cause for the
abend. | | 5 |
| What are differences between Static Call and Dynamic Call? | IBM | 5 |
| In a program, variables are used but no DB2 involved in it.
Can you call it as host variables?? | EDS | 3 |
| SSRange is used to do a range check on which of the
Following.
SUBSCRIPT,INDEX,REFERENCE MODIFICATION,Run-time option. | Lehman-Brothers | 2 |
| what do you mean by copybook? and what is the difference
between the copybook which we are using in working storage
and procedure division. | TCS | 2 |
| COMP-3 field occupy ? | | 4 |
| comp-3 field occupy? | | 2 |
| what is the difference between external and global
variables? | | 1 |
| How to find How Many Lines in Sysin DD * Parameter Thru
Cobol Coding?
If any one knows the Answer Please Reply .....Thanks From
Shree | Merrill-Lynch | 1 |
| Hai friends
why we need to read a file before re-write a record? | L&T | 4 |
| What is Alternate Index ? How is it different from regular
index ? | | 2 |
| Re: 01 NAME1 PIC X(13) VALUE "COBOL PROGRAMMING". 01 NAME2
PIC X(13). now I want to display the value of NAME1 in
reverse order i.e value should be displayed as "GNIMMARGORP
LOBOC" HOW can I do that ??? please let me know if any one
knows it. | IBM | 2 |
| What is report-item? | | 1 |
| 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 |
| consider the following PROCEDURE DIVISION entry
OPEN EXTEND IN-FILE
identify the correct statement
a.organization of IN-FILE is sequential and records can
be added in the
beginning
b.organization of IN-FILE is sequential and records can
be added in the
end
c.organization of IN-FILE is indexed and records can be
added in the
beginning
d.organization of IN-FILE is indexed and records can be
added in the end
| TCS | 1 |
| is it possible to rename 01 level? | | 3 |
| What are VS COBOL 11 special features? | | 1 |
| COMP field occupy ? | | 2 |
| |
| For more COBOL Interview Questions Click Here |