| Other COBOL Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What are some examples of command terminators? | | 1 |
| Program A calls program B. Will the working storage
variables declared in program B be initialized every time
it is called by program A or will the values be retained
until the end of program A? | | 7 |
| What is 88 level used for ? | | 2 |
| What is CALL statement in COBOL? | | 1 |
| i Want All cobol ERROR codes? | HCL | 1 |
| What is wrong with the following data declaration?
01 W-DATE PIC X(6).
05 DD PIC 99.
05 MM PIC 99.
05 YY PIC 99.
(a) Nothing is wrong.
(b) Under W-DATE all level 05 items are having a PIC 99 but
level
01 has PIC X(6).
(c) PIC can't be specified for a group item.
(d) DD, MM, and YY are invalid datanames.
| TCS | 4 |
| How is sign stored in a comp-3 field? | | 4 |
| how to transfer the file from pc to mainframe?? | | 3 |
| Can the OCCURS clause be at the 01 level? | | 1 |
| Read filea And file b write the same records in both files?
Records in a but not in b record in b but not in a | TCS | 2 |
| Explain complete concept of table handling in COBOL with an
example? | IBM | 2 |
| What will happen if a variable is declared as below..
Explain with an example?
Working storage section:-
01 WS-VARX PIC X(9) VALUE SPACES.
01 WS-VARN REDEFINES WS-VARX PIC 9(9). | | 7 |
| Wat is the difference between NEXT and CONTINUE statement in
cobol,can any one explain with example. | | 6 |
| What is the difference between NEXT SENTENCE and CONTINUE? | | 1 |
| What does the INITIALIZE verb do? | | 1 |
| Move Zeroes to I
move 5 to j
perform para1 varying I from 10 by -2 until I = 0
display j.
para1.
Add 5 to j.
What’ll be the value after execution of display stmt.
A) 35
B) 40
C) 30
D) 25
please explain how? | | 3 |
| What is the different between index and subscript? | | 3 |
| What is the significance of 'above the line' and 'below the
line'? | | 1 |
| Hi All,
how is sign is stored in S9(17) comp-3 variable.
Answer with an Example will be of great help.
| EDS | 5 |
| How does IDMS communicate with CICS? | Satyam | 1 |
| |
| For more COBOL Interview Questions Click Here |