Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More COBOL Interview Questions

What are the rules of the move verb?

0 Answers  


what are the working storage fields in BMS macro?

2 Answers   IBM,


in the TIME parameter we r giving hours r minutes

4 Answers   IBM,


How to declare if emp-name = AAAAA""BBB in working-storage section. After display emp-name should print like AAAAA""BB

6 Answers   Polaris,


What is SQL Code -904 and -903 in DB2 And how to handle it?

1 Answers   IBM,






What is EIBCALEN? Why it is used?

9 Answers   ADP,


period is missing in the cobol program which error we getting

5 Answers   TCS, Tesco,


Can anyone explain me CALL procedure in COBOL.Does it carries similarities like call by reference in C.

1 Answers  


01 var1 pic s9(9)v99. 01 var2 pic x(30). procedure division. move 12345.99 to var1. move12345.99 to var2. display var1. display var2. what is the output?

2 Answers   IBM,


When can the USING phrase be included in the call statement ?

2 Answers  


how you read control card into array?

3 Answers   HCL,


We are using the searching a table which is indexed, once the key is found, how can we get the occurance at which the key was found.

1 Answers  


Categories