TO abend the data sholud open in which mode?
1.new
2.old
3.mod
4.shr



TO abend the data sholud open in which mode? 1.new 2.old 3.mod 4.shr..

Answer / sree

Question should be 1) to apend the data which mode should should open?

ans: MOD

Is This Answer Correct ?    30 Yes 2 No

Post New Answer

More COBOL Interview Questions

Describe the difference between subscripting and indexing ?

2 Answers  


What is the default value(s) for an initialize and what keyword allows for an override of the default?

0 Answers  


how to transfer the file from pc to mainframe??

4 Answers  


I have a table with 3 dimensions like this : 01 ws-table 04 ws-page occurs 3 08 ws-column occurs 2. 12 ws-record occurs 20 pic x(40). How to code with PERFORM varying with 3 dimension...I forgot..

2 Answers   EDS,


What is the difference between a DYNAMIC and STATIC call in COBOL?

2 Answers  






why do u need inspect verb?

3 Answers   Patni,


What is the use of EVALUATE statement?

4 Answers   Tesco,


What is the maximum length of a field you can define using COMP-3 in COBOL?

1 Answers   UGC Corporation,


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,


Is this allowed? 01 WS-TABLE. 03 FILLER-X PIC X(5) VALUE 'AAAAA'. 03 WS-EX REDEFINES FILLER-X OCCURS 5 TIMES PIC X(1). can redefines clause be used with occurs clause?

4 Answers  


What will happen if you code GO BACK instead of STOP RUN in a stand-alone COBOL program i.e. a program which is not calling any other program ?

3 Answers  


How many bytes do a s9 (7) comp-3 field occupy?

1 Answers  


Categories