| Other COBOL Interview Questions |
| |
| Question |
Asked @ |
Answers |
| |
| i want to learn mainframes. i completed MCA ,whats the
future of mainframes |
| 5 |
| how do u indetify files succesfully executed or not ? |
TCS | 4 |
| How to execute a set of JCL statements from a COBOL program? |
Patni | 2 |
| how we can reverse the string in the cobol for example
satheesh can be reveresed as hseehtas |
| 2 |
| A LESS 1200 IF B GREATER 25 MOVE 47 TOC
ELSE MOVE 57 TO C
IF A GREATER 249 MOVE 67 TO C
ELSE NEXT SENTENCE ELSE IF B LESS 67
MOVE 27 TO C
What will be the value of C, when A is 137 and b is 25
|
TCS | 2 |
| how can u redefine picx(10) with pic 9(6). |
TCS | 3 |
| how many subpgms we can use in a main pgm ?
how do u link sub pgm to main pgm ?
how can i use the parameters declared in main pgm to sub pgm ? |
TCS | 1 |
| study the following code
01 A1
05 B PIC 99
05 C PIC X(4)
01 A2
05 B PIC 99V99
05 C PIC A(4)
pick out the valid statement from the following
a.A1 and A2 can not have sub-ordinates
b.A1 and A2 can have the same sub-ordinates but must have
same PIC clause
c.there is nothing wrong
d.A1 and A2 can have same sub-ordinates provided they are
not at 01 level
|
TCS | 3 |
| Write the syntax of a two dimensional array? |
Xansa | 8 |
| if a=b how the flow will complete???
perform test through test-exit.
perform activa through activa-exit.
test.
if a=b then
next sentence
else
move a to c.
test-exit.
exit.
activa.
--
--
activa-exit.
exit. |
IBM | 1 |
| What is the difference beetween Arrays and Tables in Cobol?
please dont give the answer that arrays in cobol
terminology is called tables...... |
BirlaSoft | 3 |
| wht is packed decimal in cobol |
| 2 |
| |
| For more COBOL Interview Questions Click Here |