Name some of the examples of COBOl 11?


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

Post New Answer

More COBOL Interview Questions

can I copy book which contain db2 statment in procedure divion?

2 Answers   Bank Of America,


i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?

5 Answers   HCL,


The following entries appear in the WORKING-STORAGE SECTION: 01 DATE-TODAY. 05 YY PIC XX VALUE "90". 05 MM PIC XX VALUE "12". 05 DD PIC XX VALUE :31". 01 DATE-EDIT PIC XX/XX/XX. MOVE DATE-TODAY TO DATE-EDIT. (a) 901231 (b) 90/12/31 (c) 31/12/90 (d) 311290

4 Answers   TCS,


What is the difference between structured cobol programming and object alternativelyiented cobol?

0 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,






What is the difference between comp and comp-3?

0 Answers  


waht is inspect verb? where it can be in real time?

1 Answers   Patni,


i want to use only first 100 records from a file.plz tell me how to write JCL for this(for read,copy,write operations).plz give me details of all posible JCL utilities?

7 Answers   CTS,


01 b pic +9(4) How many bytes it will take for storage???

2 Answers  


How do you define a table/array in COBOL?

5 Answers   Hexaware,


which of the following can be used as a check protection symbol a.Z b.S c.* d.+

2 Answers   TCS,


what is the minimum number of lines a Cobol program should have to successfully compile and run

7 Answers  


Categories