what is the difference between COBOL2 AND COBOL390?


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

Post New Answer

More COBOL Interview Questions

COBOL Snippet: Tell where the control will when the below code execute IF (A=B) CONTINUE ELSE NEXT SENTENCE PERFORM <IMP-STMT> END-IF.

7 Answers   HCL,


In INITIALIZE what is Repalcing Word will do

1 Answers   CTS,


how do you reference the ksds vsam file formats from cobol programs

0 Answers  


How to Pass table from a cobol program to another cobol program and how to use that table in called program

8 Answers   Patni, SunGard,


What kind of error is trapped by on size error option?

0 Answers  






Write the code to count the sum of n natural numbers.

0 Answers  


What does MAXCC 3 means? It is used in one my codes.

2 Answers   Wipro,


In a program, variables are used but no DB2 involved in it. Can you call it as host variables??

4 Answers   EDS,


The hierarchy of the execution of logical operators is (a) NOT AND OR (b) AND OR NOT (c) OR AND NOT (d) OR NOT AND

10 Answers   Huawei, IBM, TCS,


can any one give good example for cond 88 level number and for renames pls urgent dudes ?

3 Answers   DELL,


What is CALL statement in COBOL?

4 Answers  


How to define variable 9(20) in COBOL, because compiler does not allow us to declare variables with Pic 9(18). Can anyone please let me know the answer... I know one answer to this question which is to use Compiler option Arith (Extend) during Compilation. It extends the maximum limit to 9(32)..Just wanted to know if there is any other way to extend this?

4 Answers   CSC, TCS,


Categories