What is the default value of DISP parameter?

Answers were Sorted based on User's Feedback



What is the default value of DISP parameter?..

Answer / hari kumar

DISP= NEW (NEW,DELETE,DELETE)
SHR (SHR,KEEP,KEEP)
OLD (OLD,KEEP,KEEP)
MOD (MOD,CATLG,CATLG)

Is This Answer Correct ?    38 Yes 3 No

What is the default value of DISP parameter?..

Answer / s.vijaykumar

disp=(new,delete,delete)

Is This Answer Correct ?    27 Yes 3 No

What is the default value of DISP parameter?..

Answer / rekha

new--> delete,delete
old--> catlg,catlg
mod--> uncatlg,keep
shr--> keep,uncatlg

Is This Answer Correct ?    6 Yes 12 No

Post New Answer

More COBOL Interview Questions

Explain the difference between an internal and an external sort, the pros and cons, internal sort syntax etc.

3 Answers  


How do you sort in a COBOL program? Give sort file definition, sort statement syntax and meaning.

7 Answers   CGI, TCS,


db2 variable decimal(15,2) what is the equalent size of cobol variable

2 Answers   Syntel,


wht is the difference between goto and perform stmts

7 Answers   DELL,


How do you do in-line PERFORM?

4 Answers   Accenture,






What is Redefines clause?

8 Answers  


can we declare s9(9)v9(9) in cobol ? if yes how many bytes it will occupy ?(urgent plz answer it)

13 Answers   CTS,


. How do we cast a variable in COBOL

1 Answers   HSBC,


How do we get current date from system with century in COBOL?

0 Answers   Winsol Solutions,


how you will define variables length in cobol.

3 Answers   Temenos,


give the examples of strings in cobol

1 Answers   IBM,


1) can we display the index?

3 Answers   ADP, IBM,


Categories