For rewrite, why is it mandatory that file needs to be opened?


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

Post New Answer

More COBOL Interview Questions

When and how can we use index & subscript ?

2 Answers  


What is the compute verb? How is it used?

0 Answers  


what is redefines? where it can be effectively use for the purpose of memory utilization? give an example?

4 Answers   IBM,


explain sorting techniques in cobol program?

0 Answers  


Suppose i have a Cobol field of 10 byte. it contains a decimal sign.How to know where is the point location?

1 Answers  






What are subroutines ? and how do we pass data to the sub routines?

2 Answers   Xansa,


OCCURS clause is used in the DATA DIVISION on data names at (a) 01 level (b) 77 level (c) 88 level (d) any level from 02 to 49

13 Answers   TCS,


How many variables can be declared in w-s section.?

2 Answers  


What is the default value of DISP parameter?

3 Answers   IBM,


here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?

2 Answers   IBM,


In INITIALIZE what is Repalcing Word will do

1 Answers   CTS,


What is CALL statement in COBOL?

4 Answers  


Categories