| Other COBOL Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| How to convert bunch of words in a line to relvant ASCII
values?
| | 2 |
| 01 a pic s9(5) value -12345,
if we disply a , the sign will overpunched with last digit
but i need to get the miuns sign in the result?
| | 3 |
| Minimum how many Number of Paragraphs are there in ID-
Divison? | IBM | 6 |
| What will happen if we move SPACES to numeric field and
ZEROES to alphabetic field? | T-systems | 5 |
| What is level 66 used for ? | | 2 |
| How to delete leading spaces/blank in COBOL ?
Example:- 01 data-name-1 pic x(220) " English is a
language".
I would like to delete leading spaces.
| | 4 |
| What is "Call by content" and "call by reference"? | ADP | 1 |
| 1.What is the limit of linkage section? | | 3 |
| What is the difference between a binary search and a
sequential search? | | 3 |
| i have two file, each file having :
file1 is having 2 fields
field1 field2
file2 is having 3 fields
field1 field2 field3
my req is to make it one file like:
field1 field2 field1 field2 field3
if anyone know please send me syntax, i tried this with
DFSORT but could not succeed.
| Syntel | 7 |
| what is level 66 means?? | | 3 |
| how to change picture class of copy book variable inside
program? | | 2 |
| 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 LENGTH in COBOL II? | CSC | 1 |
| study the following
01 A PIC 99V0 VALUE 5
01 B PIC 9V9 VALUE 6
01 C PIC 99V9 VALUE 2.5
01 D PIC 99 VALUE 3
COMPUTE A ROUNDED B C = A+B*C/D
ON SIZE ERROR PERFORM PRINT-ERROR
the comments of A.B.C after execution of the above
statement are
a.A=10 B=0 C=10
b.A=10 B=9.9 C=9.9
c.A=10 B=0 C=9.9
d.A=10 B=6 C=10
| TCS | 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 is report-item? | | 1 |
| how will u find out 3rd week's 2nd day using occurs ? | L&T | 3 |
| in how many mode we can open a file ? | | 3 |
| what are the limitations of Inline Perform? | Zensar | 1 |
| |
| For more COBOL Interview Questions Click Here |