How do u know what version of cobol u are using?

Answers were Sorted based on User's Feedback



How do u know what version of cobol u are using?..

Answer / nagaraj ramamoorthy

you could find it in the compile listing...

Is This Answer Correct ?    12 Yes 0 No

How do u know what version of cobol u are using?..

Answer / jagan

PRESENT COBOL VERSION IS VS-COBOL-2
VISULAIZE SOURSE COBOL-2.
THIS COBOL IS MAINLY DEVELOPED FOR LARGE SIZE OF APP'S

Is This Answer Correct ?    5 Yes 7 No

How do u know what version of cobol u are using?..

Answer / brijesh jat

COBOL-85

Is This Answer Correct ?    2 Yes 5 No

Post New Answer

More COBOL Interview Questions

What is the difference between write & move in COBOL?

3 Answers   CSC, HHB,


Difference between lrecl, blksize among PS, PDS issues? i.e in jcl at dcb

1 Answers  


How would the number +1234 be stored if a PIC clause of PICTUREs9(4) comp-3 were used?

6 Answers  


wht is structured cobol pgm and non structred cobol pgm ?

1 Answers   CTS, DELL,


how many maximum no of variables can be declared in linkage section ?

2 Answers   HCL,






Name the divisions, which are available in a cobol program?

0 Answers  


How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?

0 Answers  


which is faster either static call or dynamic call ? and specify the reasons for it ? reply fast

1 Answers  


C1 C2 C3 are three conditions whose TRUTH values are as folloes. C1-TRUE C2-FALSE C3-TRUE A,B,C are defined as given below A:C1 AND(NOT C2) OR C3 B.(NOT C1) OR (NOT C2 AND NOT C3) C.(C1 OR C2)AND C3 D.C1 AND C2 OR C3 given the above information which of the following statements are valid? a.only A,B and C are TRUE b.only A,C and D are TRUE c.A,B,C and D are TRUE d.only C and D are TRUE

1 Answers   TCS,


I had 100 records and i want to execute last three records by using cobol programming?what will be coding?

4 Answers   IBM,


Give some advantages of REDEFINES clause?

2 Answers   Syntel,


can u plz expain me how to declare dynamic array? what is the meaning of depending on clause in dynamic array?

3 Answers   IBM, Satyam,


Categories